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

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

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -

collision detection - C++ library for mesh to mesh intersection: what is available? -