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

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -