ZoomCharts Documentation

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.

X