Search the Community

Showing results for tags 'interactiveLegend'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Company Forums
    • Company News
  • Product Forums
    • FusionCharts XT
    • FusionWidgets XT
    • PowerCharts XT
    • FusionMaps XT
    • Collabion Charts for SharePoint
    • jQuery Plugin for FusionCharts
    • AngularJS plugin
    • ReactJS plugin
  • General Forums
    • FusionCharts Jobs and Consultation
    • FusionLounge

Found 1 result

  1. I am displaying a "stacked2bar" chart with 3 different series stacked together. Of course, at start, each segment combined adds up to 100%. I have "interactiveLegend" enabled so that a user can click a series in the legend and remove it from being shown. However, when this is done, the percentages get re-calculated to add up to 100% for the 2 (or 1) segment that is still visible. How do I get FusionCharts to retain the original percentages? Example: The segments are "25%, 25%, 50%". I remove the third segment (50%) and now the two segments are shown as "50%, 50%", but I want them to be shown as "25%, 25%" as those are the true percentages of all of series when combined. Screenshot of all segments: Screenshot after the middle segment is removed: