ZoomCharts Documentation
Version: 1.21.1 (2024-11-08)
Array
Array
is one of the default data types native to JavaScript.
When passing arrays, it is important to review what data types are allowed within the array.
For example, if the documentation states Array<string|number>
it means that the array may
contain either strings or numbers.