areski / django-nvd3

Django wrapper for nvd3 - It's time for beautiful charts
Other
416 stars 124 forks source link

StackedAreaPercentageChart filtering #53

Open ericgcoker opened 9 years ago

ericgcoker commented 9 years ago

Is there a way to put Check Boxes for filtering on the front end, or back to the DB to recalculate a total percentage; based on subclass(es) additional fields? This snapshot shows a Stacked Area Percentage Chart (in Tableau) which calculates percent of total for each Series, but recalculates when any of the 2 subclass attributes are unchecked?

capture