ZoomCharts Documentation

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.

X