Search the Community

Showing results for tags 'Scatter with some lines'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Company Forums
    • Company News
  • Product Forums
    • FusionCharts XT
    • FusionWidgets XT
    • PowerCharts XT
    • FusionMaps XT
    • Collabion Charts for SharePoint
    • jQuery Plugin for FusionCharts
    • AngularJS plugin
    • ReactJS plugin
  • General Forums
    • FusionCharts Jobs and Consultation
    • FusionLounge

Found 1 result

  1. Hi, I am new to FusionCharts. Our Product has been using FusionCharts for Flash based charting (I think version 2.3 with a commercial license). We need to support charting related functionality for iPad as well and are looking into some options for the same. Noticed the XT version of Fusion Charts and downloaded the trial version for evaluation. Passed the initial hurdles (mostly javascript errors) and now I am stuck with the issue of basic nature/type of the graph not being rendered. We have been using something called FC_MSScatter.swf and it renders the data like a scatter chart with some additional lines (see attachment Old_FC_MSScatter.pdf). But during the evaluation, I am uanble to find something similar to FC_MSScatter.swf. I find Scatter.swf in the Charts folder. In the code I tried using it and it presents the data in just the scatter chart form (see attachment New_Scatter.pdf) without the lines. Same is the case when I set the renderer to javascript and pass "Scatter" as the first parameter in new FusionCharts("Scatter", "mychartid", somewidth, someheight, "0", "1");. Though it does render on the iPad. How can I get the same functionality as before? Thank you. Old_FC_MSScatter.pdf New_Scatter.pdf