Skip to main content
All CollectionsCustom Charts
Data Structures for Each Chart Type
Data Structures for Each Chart Type
Kseniya Verenich avatar
Written by Kseniya Verenich
Updated over 10 months ago

These are the required data structures for the data variable returned in a VCDCS script. These can be created manually or can be generated by the VividCollector and edited. As long as the data is formatted correctly the chart should render.

chartData = {
data: {the variable you used for data goes here} ,
options: {the variable you used for options goes here}
};

Did this answer your question?