Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    FusionChart Doughnut isSliced

    How would I set one of the values for a doughnut chart to "isSliced" so it appreatd to come out of the chart. In XML I would do this on the "set" xml node with an attribute "isSliced".

    #2
    Hmm, while it's easy to set chart-wide properties via fusionChart.chartProperties, it's not as easy to at attributes to <set> elements. The cleanest way to do so would be override FusionChart.getInnerHTML, call Super() and modify the returned XML.

    We'll look at putting in better APIs for this.

    Comment

    Working...
    X