Category Archives: tips & tricks
ZingChart tips & tricks – Commenting-Out Chart Properties
When creating a ZingChart JSON packet you may find yourself fiddling with properties to fine tune the style and structure of your chart. An easy way to accomplish this is to utilize the dash (-) trick. Basically, if you want to exclude a property from ZingChart's render just put a - at the front of it. For example here you may have placed some notes in a line chart.
Posted in tips & tricks Leave a comment
ZingChart tips & tricks – Removing Graphset
Commonly a ZingChart JSON packet is formatted to include a graphset to allow for a trellis of charts. However, if you have only one graph that is really not needed. For example, a simple line might be written as { "graphset" : [ { "type" : "line", "series" : [ { "values" : [11,26,7,44,11,28,42,26,13,32,12,4,21,11,43,39] }] [...]


How-To: Theming for ZingChart