Search the Community

Showing results for tags 'no data'.



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 2 results

  1. I have some issue with FusionCharts timeseries with React Rendering. I passed in the data to dataSource successfully ( see the dataStore object console), but the result is `no data to show`. Why I have the dataStore data, but the graph is not displaying?
  2. I currently am using the php class to render my fusion chartl ... $chart->setSWFPath("/FusionCharts/"); $strParam="caption=something;xAxisName=Days;enableSmartLabels=0; showvalues=0; formatNumberScale=0;"; $chart->setChartParams($strParam); return $chart->renderChart(0,0); I would like to change the default message: "No data to display" to something more specific when there is no data. How do I do this using the PHP class? Thanks