Variwide Charts
Variwide Chart Type
To specify the variwide chart type, set the type
attribute to variwide
.
{ type: 'variwide' }
Data
To add data to your variwide plot, create an options
object. Inside of the options
object, create a data
array. For each data point, create an entry in the array of the form [ id, val1, val2 ]
.
{ 'options':{ 'data':[ ['Norway', 50.2, 335504], ['Denmark', 42, 277339], ['Belgium', 39.2, 421611], ['Sweden', 38, 462057], ], } }