Chart messages |
You can modify the various messages that are displayed on the chart, for example: ‘Error in loading data’, ‘Loading chart’, etc.
This message is displayed when the chart is getting loaded in the browser. By default, the ‘Loading Chart. Please Wait.’ message is displayed.
This message is displayed when the chart data is getting loaded. By default, the ‘Retrieving Data. Please Wait.’ message is displayed.
This message is displayed while the chart data gets parsed or processed. By default, the ‘Reading Data. Please Wait.’ message is displayed.
This message is displayed when the chart has retrieved data which does not contain any information for chart to plot or when the chart cannot recognize the structure in which the data is presented in the code. By default, the ‘No data to display.’ message is displayed.
This message is displayed when the chart starts rendering. By default, the ‘Rendering Chart. Please wait’ message is displayed.
This message is displayed when the chart cannot load the data from the data location provided in the code. This can happen if the data location is invalid or inaccessible. By default, the ‘Error in loading data.’ message is displayed.
This message is displayed when the chart is trying to load data that does not meet the XML validation rules. By default, the ‘Invalid XML data.’ message is displayed.
|