ZoomCharts Documentation
Version: 1.21.1 (2024-11-08)
Switch to Version 2.0 (BETA)
Switch to Version 2.0 (BETA)
boolean
boolean
is one of the basic data types native to JavaScript.
Note that you can pass both primitive boolean values (defined as a simple boolean literal var a = true
)
and Boolean
objects (defined as var a = new Boolean(true)
) but the chart will always store the primitive
value.