jgoldstein

Members
  • Content count

    1
  • Joined

  • Last visited

About jgoldstein

  • Rank
    Forum Newbie
  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: