score:9
Yes, it's possible. Just create your own button and after click call chart.drillUp()
function. See docs.
Highcharts v5 and v6: In Highcharts 5 classes were added to every element on a chart, so we can simply hide the button: http://jsfiddle.net/BlackLabel/zzLuQ/87/
.highcharts-drillup-button {
display: none;
}
Highcharts v4:
To disable default button, set text to empty string, see: http://jsfiddle.net/zzLuQ/
Highcharts.setOptions({
lang: {
drillUpText: ''
}
});
Source: stackoverflow.com
Related Query
- Own back button for drilldown charts
- highstock charts - button for date range
- HTML table as data source for highstock charts using highcharts
- Reset Button for highchart drilldown pie
- How to define format for Drilldown Pie Charts in Highcharts
- drilldown chart in Highcharts changes back button
- Highchart 5: Pie Drilldown labels and back button not visible
- Optimize JavaScript DrillDown code
- Highcharts : Chart with drilldown how to obtain click event of drill up button
- Links in pie charts for Highcharts.js
- Enable or disable data labels shown in pie charts in Highcharts on click of a button
- HighCharts - Pie chart drilldown for multilevel (3 to 4 level)
- Highcharts tootip for stacked bar charts
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- How to set the x value for High Charts error bar
- drilldown maps and funnell charts on the same page using highcharts
- HighCharts: display the y-axis labels in percentage instead of the absolute count for basic column charts
- Highcharts legend symbol sizes for scatter charts
- dynamically creating the values for high charts
- How to use drilldown upto level 3 with different charts on each level in highcharts?
- Fire click event on a highchart column drilldown chart on clicking x axis for drill down reports
- Check all charts for data and hide ones that have none
- Remove underline for Drilldown labels
- HighCharts: Logarithmic Scale for Horizontal Bar Charts
- highcharts donut pie - different color for the data than its drilldown
- Changing yAxis and plotOptions for drilldown
- Highmaps: what is the code for a county?
- drilldown charts with more than one level
- Highcharter R custom button for log axis
- Highcharts context menu button appearing thrice for the same chart
More Query from same tag
- Highchart Data from HTML table with <input> values
- Unable to pass datas for HighCharts Maps javascript
- How to draw Euler diagram with highcharts library?
- Trouble showing high-maps and high-charts on same page?
- Strange character in the Highstock source code
- Style dash in highchart graphic
- axis labels overlap each other in polar chart
- Sort the series data for every X-Axis in Highcharts
- Highcharts stacked column is cut off
- Shaping json object
- Highchart tooltip with json data
- How to change the distance between lines of grid?
- Highcharts - column chart redraw animation
- How to add thousands separator in highcharts tool tip text box
- Highcharts export charts as image on serverside with php
- Legend title position in
- stacked bar chart shows hanging zeros when all values are 0 highcharts
- How to create a table for legend of a Stacked Chart in Highcharts?
- Highchart: How to calculate the distance between each bar in Bar chart
- Highcharts add points but not to all categories
- Highcharts Toggle Stacking for Multi-Axis Chart
- Styling issues with Highcharts JS
- Highchart pie vertical legend align right not pinned to plot correctly
- How to control HightChart Pie Chart/Donut Chart label font-weight in config
- Datalabels only showing the latest value plotted on the max value
- ReferenceError: HighCharts is not defined
- Highcharts: smooth adding point to line chart
- Highcharts set the default y column values
- How to Change the color of the text in donut chart
- Highcharts with object array