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