{ "elements": [ { "type": "pie", "alpha": 0.6, "start-angle": 35, "animate": [ { "type": "fade" } ], "tip": "#val# of #total#
#percent# of 100%", "colours": [ "#1C9E05", "#FF368D" ], "values": [ 2000, 3000, 4000, { "value": 6500, "label": "hello (#val#)" } ] } ], "title": { "text": "My Pie Chart" }, "num_decimals": 2, "is_fixed_num_decimals_forced": true, "is_decimal_separator_comma": true, "is_thousand_separator_disabled": true, "x_axis": null }