saptarshi

Members
  • Content count

    357
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by saptarshi

  1. 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.
  2. Same scale on both Y-axes?

    Hello, Stacked charts are intrinsically meant to handle positive data. Hence, their behavior in case of negative values may some times be unpredictable.
  3. 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