Actually it is not a new chart - I extended possibilities of column chart and now you can switch from column to bar chart just by changing one variable in your settings file:
<type>bar</type>
or
<type>column</type>
Bar chart inherits all features of column chart. Here are a couple examples:
I also added a new feature in this release – you can set the time interval at which data should be reloaded:
<reload_data_interval>5</reload_data_interval>
would mean that data will be reloaded every 5 seconds.
As flash caches data, there is one additional parameter:
<add_time_stamp>true</add_time_stamp>
this would mean that then loading data flash will add additional time stamp to url and data will be renewed every time.
>>I also added a new feature in this release – you can set the time interval at which data should be reloaded:
very good feature !!!
don’t forget a feature to add a line on column charts :)
This is very cool. Thank you for putting so much work into this. I look forward to utilizing the new features soon.
-= indy =-
For those, who tried to use reload data feature with column chart v 0.9.4 I suggest to upgrade to the newest version of column chart, as there was a bug: after some time of reloading data error occurred.