ZoomCharts Documentation
Version: 1.21.1 (2024-11-08)
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.