score:1
Accepted answer
You can use the drilldown
and drillup
callbacks to customize your chart options, like:
events: {
drilldown() {
const chart = this;
chart.title.hide()
chart.axes.forEach(axis => axis.update({visible: false}, false, false))
chart.reflow()
},
drillup() {
const chart = this;
chart.title.show()
chart.axes.forEach(axis => axis.update({visible: true}, false, false))
chart.reflow()
}
}
Source: stackoverflow.com
Related Query
- Hide axes when drilling from column chart to pie chart in Highcharts
- Highcharts hide legend item from Pie chart
- Highcharts Column chart with drilldown, remove hyperlink like formatting from x-axis labels
- Hide 0 values in Stacked Column Chart in Highcharts
- How to make a pie chart from highcharts responsive
- Issues using highcharts node export server from ClojureScript - "0x03 error when performing chart generation"
- Customise Highcharts Pie Chart Selection State so that slice does not animate out when selected
- Hide Data Labels in Pie Chart below 400px width - Highcharts
- Highcharts multiple column chart with drilldown, correct formatting of drilldown axes
- How Can I Hide a Pie Chart's Slice in HighCharts Without Removing It From the Legend?
- Highcharts - position column chart from the top
- Highcharts - how to do a responsive pie chart when the texts of the labels are long
- Highcharts - removing a segment from a pie chart
- Highcharts pie chart hide zero sector
- pie chart highcharts from django query
- Highcharts display label for pie chart using html table as data source
- Highcharts Pie Chart from Ajax
- HighCharts populate Pie Chart with data from SQL Database
- Remove gap in Highcharts column chart from null value from JSON file in React
- HighCharts column chart populated with series data from a function
- HighCharts show selected point from chart on Pie Chart
- Highcharts not displaying data but drawing chart when reading from CSV file
- Pie chart from highcharts does not render via justpy
- Highcharts - Change value of text box when drilling down through chart
- Highcharts column chart with data from mongodb
- x Axis Labels are cut off from Highcharts Column Chart
- Update chart title when drilling up and down in highcharts
- draw pie chart from arrays in highcharts
- Highcharts Stacked Column chart from JSON not charting correct values
- Highcharts column chart, disable interpolation when loading from data table
More Query from same tag
- get tickpositions highcharts
- Space between columns
- Highcharts two series, each is stacked area
- Putting the Z-Coordinate in the Highcharts Tooltip
- Highcharts React update animations with datetime axis
- Is there a way to move data labels to the side of a stacked column in HighCharts?
- Additional data in pointFormat of tooltip in highcarts
- How to add fullscreen event to a Highchart?
- Highcharts Line - When Y axis min is set to 0, connecting line isn't shown for consecutive 0 values
- Highcharts custom animation support
- Have an issue with JavaScript, AJAX code displaying data
- how to generate topgrading snapshot chart?
- Highcharts - Redraw empty chart
- JSON string to Highcharts
- HighCharts Multi Color
- Add new series to category highcharts
- Image not exporting correctly in highcharts
- Highcharts timelines with a single data point
- Highcharts hover bug - with video to demonstrate
- Highcharts column click position
- Highcharts can't render a bubble chart with a single series
- Two legend styles for two stacked chart styles in highchart
- Synchronized charts with individual tool-tip for each series
- Blank Datas in highcharts using Codeigniter and highcharts
- How to add Highchart Bar lines and lables?
- Add a max width to legend in Highcharts
- Align date ticks on x axis
- Highcharts column chart: create color groups
- Highcharts Heatmap background color when invalid data
- Highcharts scatter chart legend toggle running slow