Pallav

L1 Moderators
  • Content count

    2,385
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Pallav

  1. copy and paste fusion charts

    Starting FusionCharts v3.0.5, you can now export your charts as images. You may read more on it at: http://www.fusioncharts.com/docs/Contents/SAIOverview.html http://www.fusioncharts.com/docs/Contents/SAISetting.html A live demo is at http://www.fusioncharts.com/GalleryChart.asp?id=1 - just right click on the chart and select "Save as Image".
  2. Saving charts locally

    Starting FusionCharts v3.0.5, you can now export your charts as images. You may read more on it at: http://www.fusioncharts.com/docs/Contents/SAIOverview.html http://www.fusioncharts.com/docs/Contents/SAISetting.html A live demo is at http://www.fusioncharts.com/GalleryChart.asp?id=1 - just right click on the chart and select "Save as Image".
  3. Export to excel or word document?

    Starting FusionCharts v3.0.5, you can now export your charts as images. You may read more on it at: http://www.fusioncharts.com/docs/Contents/SAIOverview.html http://www.fusioncharts.com/docs/Contents/SAISetting.html A live demo is at http://www.fusioncharts.com/GalleryChart.asp?id=1 - just right click on the chart and select "Save as Image".
  4. saving images

    Starting FusionCharts v3.0.5, you can now export your charts as images. You may read more on it at: http://www.fusioncharts.com/docs/Contents/SAIOverview.html http://www.fusioncharts.com/docs/Contents/SAISetting.html A live demo is at http://www.fusioncharts.com/GalleryChart.asp?id=1 - just right click on the chart and select "Save as Image".
  5. We've just released FusionCharts v3.0.5 with the following new features: - New: Image saving feature to allow export of charts as images. - Improvement: FusionCharts JavaScript v1.2 with support for charts within FORMs and transparent mode. - Improvement: Legend in stacked charts can now be rendered in reverse order. - Improvement: ASP.NET 2.0 code samples in both VB.NET and C# with new Master Page and Update Panel examples. - Bug Fix: Security fix that restricts XSS attacks. FusionCharts now loads data from only relative URLs. Absolute URLs are not allowed. - Bug Fix: Smart label bug fix in Pie and Doughnut charts. - Bug Fix: Minor external interface bug fix in all charts. Licensed users may download the free upgrade from www.fusioncharts.com/PUC
  6. Dynamic Multi-axis Line Chart

    Hi, When you need to update the data for a chart second time (not during initialization), you first need to get the ID of the chart using getChartFromID() method and call the setDataXML() method on that.
  7. [Label] Icon instead of text

    Hi, Thanks for your suggestion. We'll try and implement this in our future releases.
  8. The limits for a chart are calculated based on its values, as the values are predominant figures of the chart. If you've a trendline which is bigger than any value, you can just set [chart yAxisMaxValue=value of trendline]. In this case, the trendline always shows up, irrespective of any value. And, if the value is greater than the y-axis max value, the axis limit is automatically adjusted to a new value.
  9. Bullet graphs - scale limits

    John, If you have a chart where the value is not within the limits, how would you want it show?
  10. 100 percent Multi-series column 3d?

    Hi, Just set [chart yAxisMaxValue='100' ..] and make sure no value goes beyond 100.
  11. Change to Y axis if no data available

    Hi, Can you please send us your order id to [email protected]? We'll send you a custom SWF that supports this.
  12. Hi Amit, I'm afraid currently we do not support auto layouts.
  13. Hi, I'm afraid currently we do not support smart labels for bubble chart and nor individual coloring for labels.
  14. 'Loading Chart...' Background

    Steve, If it's just a couple of charts and you already have a license, you might as well tell us the chart names and color that you want. We'll change it, compile the same and send it to you for free.
  15. Hi, Can you please mail us your files to [email protected]?
  16. Size: 100% doesnt work in Firefox

    Hi, The percent resize feature is actually dependent on the browser, as in this case, the resizing is not handled in the chart. But, did you try this on Windows or?
  17. XML Issue FussionChartsIS

    Hi, In this case, you can force your y-axis min and max value to show all trendlines. Set the min value to a value <= lowest trendline.
  18. Embedded Charts

    Hi, Could you please send us a stripped down version of your .fla at [email protected]?
  19. Can you try enableLink='1' (instead of enableLinks)?
  20. AS3 version required

    Hi, Thanks for your suggestion. We'll be starting working on AS3 version of FusionCharts very soon. As of now, we're just working on a couple of other features and a true 3D charting engine.
  21. HoverText / ToolTip text in single-series charts

    Hi, In multi-series charts, we append the value only if you've specified toolText for each category. However, if you specify toolText for each set element, we do not add the value. Basically, the idea is that if you're specifying toolText to set element, it's the final tool text that shows up.
  22. Fusion Chart Cannot Render

    Hi, Can you please send us the non working code at [email protected]?
  23. I'm afraid that's not directly possible. We'll need to build a custom map for you to enable that.
  24. Chart stretching to full width and height

    Hi, Currently in FusionCharts v3, we support dynamic scaling only during instantiation. That is, you can provide the width and height of the chart in pixels during instantiation and it'll take that size. However, drag and resize (based on container size) is not natively supported. While you might use the percentage resize feature as explained at http://www.fusioncharts.com/docs/Contents/PercentResize.html, we do not recommend this, as this merely scales the chart and not resize.
  25. Mouse scroll disabled on pie charts

    Hi, In the pie chart, we handle mouse events internally to support slicing and rotation. As such, you'll need to click outside the pie chart once and then scroll.