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 Articles
- Hide axes when drilling from column chart to pie chart in Highcharts
- Highcharts Column chart with drilldown, remove hyperlink like formatting from x-axis labels
- Hide 0 values in Stacked Column Chart in Highcharts
- Issues using highcharts node export server from ClojureScript - "0x03 error when performing chart generation"
- Highcharts multiple column chart with drilldown, correct formatting of drilldown axes
- Highcharts - position column chart from the top
- 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 not displaying data but drawing chart when reading from CSV file
- 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
- Highcharts Stacked Column chart from JSON not charting correct values
- Highcharts column chart, disable interpolation when loading from data table
- How to reference yData from another series in each category of a highcharts column chart
- Highcharts column chart returning incorrect series index on click when using shared tooltip
- Highcharts Chart Bar - How can I display in the chart, only one column from my HTML table?
- Configuring Data Table from Highcharts Basic Column Chart
- Highcharts hide legend item from Pie chart
- Highcharts stacked column chart 3 level drilldown from JSON
- Column rang chart is not getting reset when click on legends in highcharts
- Highcharts cloud issue with data source when duplicating chart
- How to hide stackLabel in highcharts when it is bigger than the column
- Highcharts generate column chart from XML
- create column chart in highcharts dynamically from json data
- Highcharts combining a column and spline chart from an html data table
- highcharts column graph tooltip need to close when mouseout the cursor from the graph
- Highcharts hide not active series from legend when taking screenshot
- I want to add a line from each part in column in a Highcharts stacked column chart
- When adding point on dynamically created Multiple Highchart Graphs on a single page, the plot line draws to the start point instead of last point?
- Need to have a clear all button in for legend items in Highchart react
- Combining gantt chart and line chart using highchart
- HighCharts load data via ajax
- HighCharts show datetime format on xAxis
- How to make Highcharts fetch data from external JSON file?
- Disable click on datalabel in pie
- Problems using provider in conjunction with a controller for Highcharts graphs in angularjs
- Highcharts has missing markers at the top for very specific heights
- HighCharts specific symbol on mouse hover
- To get the JSON in required format from Web Service
- Programmatically display Highstocks legend
- How can I do a dual axis using highcharter library?
- Legend: break line so the following legends start from the next line
- Line graph disappears after new line is added
- How to add the attribute `preserveAspectRatio` to Highchart svg
- How to generate single PDF of page that contained multiple highcharts in DIVs
- Highchart - spider web chart - chart appears and part of the chart disappears
- highcharts multiple marker hover color doesn't inherit from marker color
- Highcharts : hiding bottom-most x axis grid line