ZoomCharts Documentation
Version: 1.21.9 (2025-10-05)
Switch to Version 2.0 (BETA)
Switch to Version 2.0 (BETA)
number
number is one of the basic data types native to JavaScript.
Note that you can pass both primitive number values (defined as a simple number literal var a = 0)
and Number objects (defined as var a = new Number(0)) but the chart will always store the primitive
value.