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
- How to show Legend Color between two text in Highchart?
- Why can't my code access this variable?
- Highcharts : selection issue on funnel charts type
- highchart - scatter : set decimals of x-axis and y-axis
- Highchart: Background color of Axis
- Highcharts : How to apply style to x-axis Labels?
- Highcharts X-axis categories
- Highcharts y-axis tick interval
- How to remove the halo/glow around a marker upon hovering a series in Highcharts
- How do I get remove of 'data table' option from High chart export
- Highcharts.map depreciated warning
- Highstock: label the y-axis Maximum
- Animated series in highchart
- Parsing CSV and then Using the Data to Build Highcharts Bar Chart
- jQuery initially not loading in IE9 quirks mode
- Highcharts using AngularJS, NodeJS and Mongoose
- nGradient effect with negative values on highcharts
- How to create multi ring donut pie chart?
- How to update a Javascript object with a function
- Use non-emoji version of unicode character (highcharts and plain html)
- Extending line/area chart lines to chart edges
- How to show the name of which slice is clicked in high chart-piechart
- Highcharts - Column Chart: Compare corresponding values to change color
- Editing Highcharts.js donut data programmatically va JS
- Remove the border around the pie chart in high charts
- using dynamic data from highcharts in a html table
- How to conserve the highchart graph locally?
- Highcharts pie legend clipped off
- Getting error while using pattern in Angular Highcharts
- Plot Bar chart and Line series chart on separate x-axis in Highcharts out of common dataset