Shreyas

Members
  • Content count

    4
  • Joined

  • Last visited

About Shreyas

  • Rank
    Forum Newbie
  1. Hi, I have rendered Fusion charts (MSArea.swf) in ExtJS tab panels. There are 4 charts per tab. The problem is when I try to export these charts as jpg images on server side; it takes long time (=~ 4 minutes, everytime) to export the images. I have tried with 24 images max and every time it took around same time to export. Another thing I observed is that, if I scroll down to the respective chart image in each tab, the export suddenly appears to be resumed, which by that time was suspended or was happening at very slow pace. The exporting is working fine without any issues in case of firefox, which also signifies that we have configured everything required for exporting. Please suggest any workaround for IE? Your help is greatly appreciated. Thanks, Shreyas
  2. Legends And Empty Datasets (

    Hi, I am using JSON in attached file 'Sample_chart_json.txt' to draw a Multi-series Line Chart (MSLine.swf ). The legends are not seen for series '2006:1' but can be seen for '2006:2'. The reason might be because all values in that dataset are empty. So how to force fusion chart to display Legends even if values are missing? Please refer to attached screen shot and let me know what is missing in corresponding json. Sample_chart_json.txt Your help in this regard is highly appreciated. Thanks, Shreyas
  3. Multi-Series Line 2D Chart

    Hi, Any idea about this issue? Please let me know any hints or some workaround. Thanks, Shreyas
  4. Multi-Series Line 2D Chart

    Hi, I am creating Multi-series Line 2D Chart. The problem is related to grouping of legends and corresponding lines on the charts. e.g. My chart JSON is as given in attached MSLine2d_json.txt. It displays line charts correctly and there are 3 lines on chart for 2006:1, 2006:2, 2005, as per JSON structure. My requirement was to show the lines for 2006:1 and 2006:2 in same color. Also, there should be one legend, which should be interactive and can toggle the visibility of both the lines(2006:1, 2006:2) together when clicked. In short, I need one legend which is interactive, representing group of lines of same color. Is this possible using FusionCharts? Your help in this regard is highly appreciated. Thanks, Shreyas MSLine2d_json.txt