saptarshi replied to Dlyttle's topic in General usage
Hello,
It is possible to export images/print charts from a flash standalone application.
If you are using Flash 8 you cannot Print/Export directly. You will need to use our server side export handlers.
If you are using Flash 9 you need to load our chart SWF files from FusionCharts for Flex (www.fusioncharts.com/flex) and then take a snapshot of the loaded SWF (SWFLoader) in the code.
Hope this helps.
saptarshi replied to Scalpel's topic in General usage
Hello,
Stacked charts are intrinsically meant to handle positive data. Hence, their behavior in case of negative values may some times be unpredictable.
saptarshi replied to internet9's topic in XML Issue
Hello,
The width of individual bars cannot be set. Since you want to keep the width constant even when there is only one bar, a workaround will be to put one extra blank data (zero value) to adjust the space and the width.
Hope this helps