ZoomCharts Documentation
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.