score:2
Accepted answer
You can use the drill up event for the same and assign the value for the necessary levels,
events: {
drillup: function(e) {
this.options.series[0].data[0] = {
name: 'Databases',
y: 20,
drilldown: 'dbs'
}
}
}
In case of adding a new datapoint you should call this.series[0].setData()
this.series[1].setData([{
name: 'Dieren',
y: 5,
drilldown: 'animals'
}, {
name: 'Fruit',
y: 2,
drilldown: 'fruits'
}, {
name: "Auto's",
y: 4
}, {
name: "test's",
y: 4
}], false, false);
Source: stackoverflow.com
Related Query
- Add data dynamically to the top level in highcharts when drilling up
- Using Highcharts and displaying a message over or on the chart when there is no data
- Highcharts : How to fix labels to the top when xAxis rotation is 90°?
- Dynamically add data to series in Highcharts
- Highcharts error when add and shift data to hidden series
- highcharts change series color when data is dynamically inserted
- Highcharts not working when pass the javascript variable as hightcharts series data
- how to continue the graph line when missing series of data in middle of highcharts
- Can I add on the webpage, data that I get from a Highcharts function?
- Add new series to the top of a highcharts stacked column chart
- How to add Highcharts view data table option to the exports dropdown?
- Highcharts not printing the line when there is empty data in the beginning
- highcharts column : add dynamically series with drilldown data
- Highcharts cloud issue with data source when duplicating chart
- Highcharts giving an extra legend when I get data dynamically from Highcharts
- How to use highcharts to display data of only five point when the page is initialized?
- How to modify the code so that Highcharts graph does not cover fixed navigation bar at the top of the page?
- How to add data tables to dynamically generated highcharts
- highcharts: when adding new data series add new Y axis only if the title is different from existing Y axis
- How to display data coming from the controller as collection in a ViewData dynamically Highcharts
- Add Data text on top of Bars (vertical) - Highcharts Bar charts
- When i scroll Gnatt highcharts some of the data is not shown in some columns
- Highcharts - Sankey chart not displaying all the data when series font increased
- I am using highcharts that give data when I insert in array but I want to insert data dynamically
- HighCharts - When I download csv, can I switch data source to new one?
- Add series to highcharts dynamically without initial data
- How to add the years in xAxis date format while exporting? Also how to add the data source during the exporting?
- Highcharts issues in add like 1/10 on top of the column chart
- Changing data dynamically for a series in Highcharts
- Add additional data to a Highcharts series for use in formatters
More Query from same tag
- Angular Highcharts 10 $digest() iterations reached when object is replaced
- highcharts- php/mysql data fetch
- Using different list for names of each point in highcharts in javascripts
- Highcharts: How can I make the range attribute work?
- How to change the marker style on hover in HighCharts
- Highcharts Schedule for my Unit
- Data is not getting displayed in PieChart of HighCharts using Angularjs (Dynamic Data from Ajax call)
- Highchart doesn't display in IE7/8
- Formatting Highcharts labels with a callback function (Formatter)
- Color selection based on a function for Highchart graphs?
- Different color for plot outside range
- Highcharts: Trigger showing tooltip programatically with selenium
- PieChart only shows one element
- Can't access custom value from point HighCharts
- Django query database and send data to template
- highcharts column labels
- Highcharts - drill down to multiple series in R
- Drilldown broken in Highcharts?
- Trying to push data to a JSON array
- How to add icon on selected area in High charts map?
- Ajax JSON response into HighCharts
- xaxis range won't take chart's full width in area-colums combined chart
- Javascript callbacks in Typescript. Accessing both class members and javascript 'this' parameter
- Can I add an xAxis break dynamically based on live data feed
- Can not get series data in Highcharts, Highstock
- R highcharter - adding total in tooltip
- Pass PHP result-set to JavaScript array in Highchart?
- onclick event when part of highcharts funnel is clicked
- Highcharts Dynamic tooltip positioning
- change marginLeft and marginRight from a javascript statment using highcharts