Jasinski Report post Posted August 14, 2012 Hi, So as I uderstand, there's no SSRS integration. However, I'd like to know if anyone has any experience of doing a SSRS style report? By this I mean having several paramters and when selected. the chart refreshes accordingly. I can see that http://www.fusioncharts.com/goodies/fusioncharts-free/demos/js/index.html is fairly close to what I need but doesn't encapsulate everything. Thanks. JJ Share this post Link to post Share on other sites
Guest Bindhu Report post Posted August 24, 2012 Hi, FusionCharts JavaScript class allows you to change various settings and properties of an existing chart. You can dynamically update chart's root properties (also known as "chart attributes" which are passed through <chart> element in chart XML data or through chart property in chart's JSON data) on-the-fly. This feature will come handy when you wish to change the chart titles, theme colors, number formatting or scaling setup, divisional line and grid configurations and other functional and cosmetic features of an existing chart. While the API allows you to update selective properties, internally, FusionCharts re-draws the entire chart. For more details on 'Changing chart properties', please refer to the link below, http://docs.fusioncharts.com/charts/contents/?JavaScript/JS_ChangeChartProperties.html FusionCharts JavaScript classes also offer a number of functions for providing data to chart and updating chart data. FusionCharts JavaScript class supports data in XML or JSON format. The data can be assigned as URL or as String. For more details on 'Providing and updating chart data', please refer to the link below, http://docs.fusioncharts.com/charts/contents/?JavaScript/JS_ChangeData.html Hope this helps! Share this post Link to post Share on other sites