score:12
Accepted answer
You can access drilldown at runtime using chart.options.drilldown
var newDrillDowns = {
id: 'my drilldowns',
data: [
['Cat1', 4],
['Cat2', 2],
['Cat3', 1]
]};
chart.options.drilldown.series[0] = newDrillDowns;
In the same way you can replace drilldowns completely
chart.options.drilldown.series = [newDrillDowns];
Source: stackoverflow.com
Related Query
- Highcharts: How do I set dynamic data to the drilldown pie chart?
- Highcharts how to make a set number of colors for pie chart data and drilldown data
- How to display the value instead of percentage in a pie chart using jquery Highcharts
- how to set dynamic data in highcharts
- Highcharts Bar Chart - How to set the minimum bar width/length
- How get data name in Highcharts pie chart legend instead of "Slice" using array of values?
- Highcharts Bubble Chart - How to move an individual point's data label (dataLabel) to the front/top
- highcharts donut pie - different color for the data than its drilldown
- How to show the json data in Pie chart HighChart?
- highcharts pie monochrome: how to set the default color?
- Highcharts - how to do a responsive pie chart when the texts of the labels are long
- highcharts pie chart color for dynamic data
- How do I set the margin to bottom of a chart in HighCharts to zero?
- How to dynamically set title in Pie Chart of Highcharts
- Highcharts display label for pie chart using html table as data source
- HighCharts how to add live series data set to existing chart
- How can i load external json data in highcharts to show the bar chart
- How to make a HighCharts drilldown column/bar chart that does not hide the non-drilldown categories
- Highcharts dynamic set category update the chart but shows only points but not lines
- How can I get a data label in my Highcharts Pie Chart that is a font-awesome icon?
- highcharts donut pie - How to calculate pie size percentages after resize the chart
- How to show circular progress pie chart using the highcharts
- How to pass JSON data to update Highcharts Pie chart
- Highcharts - Column Chart Drilldown, how to change the drilldown bar color based on some value
- How to set the target of highcharts bullet chart using SVG?
- Highcharts - How would I use HTML input boxes to input the data for a Pie Chart?
- how to show legend in PIE chart from chart to pie drilldown highcharts
- Position single data label of highcharts pie chart centered below the chart
- How to convert a highcharts Pie chart to HTML/Table on drilldown
- Dynamic highcharts pie chart with drilldown
More Query from same tag
- Highcharts / Highstock scroll bar and Zoom issue
- Highstocks compare stocks how to define data?
- Align label and the marker on the same vertical line(Highcharts)
- How to combine two Highcharts chart types?
- Highcharts column chart color by single color but with different brightness level as per respective column value
- Need to call an API with min and max X values on Click of rangeselector Buttons
- Highcharts multiple series from json
- HighChart not showing anything
- Highcharts: yAxis.height does not scale drawable area, causing graph to go off the chart
- Plot Highchart Gauge with JSON Data
- How to draw a Horizontal line using Highcharts DotNet C#
- Toggle between charts using highcharts
- Highcharts legend is overlapping on to the graph area
- Highchart - Add dynamic data to the bar
- how can i add popup to flags in highchart?
- how to apply tooltip formatter in charts module drupal
- HighCharts Hours/Minutes
- How to properly update the nodes on a Highcharts Sankey?
- Markers/Circles in Spline chart in highcharts
- Unable to set gape in Gauge Highchart
- FsPlot for osx sierra
- Object structure changed internally
- Highstock grouping show hidden serie values in tooltip
- HighCharts animation android
- High chart legend colors in square form
- Highcharts - Force plot lines to consume available width?
- highcharts not refreshing chart when page refreshes
- How to add ellipsis for highchart titles and subtitles when title has long name
- Datalabels on Highmaps appearing bottom to top
- Highchart Slice color not updating Angular 2