highcharts - Own back button for drilldown charts -
i have pie chart drilldown data.
is possible hide default button , trigger function own button?
yes, it's possible. create own button , after click call chart.drillup()
function. see docs.
to disable default button, set text empty string, see: http://jsfiddle.net/zzluq/
highcharts.setoptions({ lang: { drilluptext: '' } });
Comments
Post a Comment