CustomData: Object | Array;
The CustomData property is used to store any custom data.
Use JSON or the setCustomData(value_id, _reInit_value) method to set the property value:
value_id. Data key
_reInit_value. Data value. If the parameter is not set, value of the value_id parameter is set as a full data set.
Property value is returned by means of the getCustomData(id) method, parameters:
id. Identifier of returned data. If the parameter is not set, the full data set is returned.
The property use is given on the Example of Creating the BubbleChart Component page.
See also: