Creating floating bars or columns
Since column chart v 1.1.2 you can make your bars and columns float. Check this example.
To make floating charts you need to use XML data type. Here is the syntax:
<value xid="0" start="11">18</value>
This means that the bar or column will start at 11 and will end at 18.
Only clustered charts can be floating.
Two more things:
If you are using column chart and you will set "above" for <data_labels_position>, the data label will appear rotated by 90 degrees inside the column.
If you want to change "Loading data", "Loading settings" and "Collecting data" (this one is if you use export to image function), you can add this code to your html (somewhere near other addVariable lines):
so.addVariable("loading_data", "Your own text"); so.addVariable("loading_settings", "Your own text"); so.addVariable("collecting_data", "Your own text");