chartJSONData | |
Type | property |
Dictionary | widget.chart |
Library | Chart |
Syntax |
|
Associations | com.livecode.widget.chart |
Summary | Gets or sets the data to display the chart in JSON format |
OS | mac, windows, linux, ios, android, web |
Example |
|
Description | This property exposes the whole javascript chart.data object to LCS , allowing experienced users with chartjs to make advanced charts by setting this property (JSON format). Warning: Several properties will be affected when setting this property directly like csvData, dataLabels and chartDataBackgroundColors. |