MatsSoft

Members
  • Content count

    1
  • Joined

  • Last visited

About MatsSoft

  • Rank
    Forum Newbie
  1. Hi, "palette" setting for 2D pie chart is documented here: http://docs.fusioncharts.com/tutorial-attr-pie2d.html Even though it works perfectly on other chart types, it does not seem to have the desired effect on the 2D pie chart. Changing this setting only changes the colors of labels, but not chart's slices. Here's JSON data that I'm using: { "chart": { "palette": "5" }, "data": [ { "label": "Elastic laces", "value": "42" }, { "label": "Goggles", "value": "49" }, { "label": "Number belt", "value": "87" }, { "label": "Triathlon suit", "value": "88" }, { "label": "Test", "value": "44" } ] }