highcharts - How do I do a stacked bar chart as a drilldown to a stacked bar chart? -
i can't see how stack series drilldown. add drilldown chunks as:
drilldown = [{name: 'bob', data: [series1, series2,series3], id: drilldown_id}]
currently the docs seems indicate add series in data series, i'm not getting working. don't have jsfiddle i'm doing in python, can provide 1 if need be.
update: understand docs series plotoptions drilldown inherited parent series -- please correct me if wrong. have multiple series same id, not stacking currently.
using drill down multiple series multiple series demo possible change stacking normal
, drilldown stacked columns.
jsfiddle 1: http://jsfiddle.net/rxjutt6v/
using async drill down demo , addsingleseriesasdrilldown
applydrilldown
possible multiple series in drilldown when drilling single series point.
jsfiddle 2: http://jsfiddle.net/49q18lp3/1/
Comments
Post a Comment