You are viewing documentation for an older version. For current documentation - click here.

FusionCharts PHP Class API lets you provide various chart messages while the chart is loading, retrieving data or rendering.The setChartMessage() function of FusionCharts PHP Class API helps to set the messages.

 
To use setChartMessage put all chart message attributes and values in a delimiter (default is ;) separated string and pass to the function.
 
$FC->setChartMessage("ChartNoDataText=Chart Data not provided;PBarLoadingText=Please Wait.The chart is loading...");
 
To know more on the various available chat message please see page: Changing chart messages .