score:2
Accepted answer
Switch to using a point object instead of an array for the data.
drilldown: {
series: [{
id: 'animals',
data: [{name: 'Cats',
y: 4,
otherValue: 100},
In the formatter your extra value will be under:
this.point.otherValue
Fiddle example.
Source: stackoverflow.com
Related Query
- Highcharts: adding extra data to drilldown
- Highcharts - Global configuration with common code and unique data & Headings
- highcharts donut pie - different color for the data than its drilldown
- highcharts is adding an extra day after DST ends when useUtc option is false
- Highcharts access drilldown data from event click
- Adding data to Highcharts after initial rendering
- Highcharts 4.1.1 adding a severe drop shadow to data labels if you specify a font color
- Adding Classname to series data in angular highcharts
- Combining Preprocessed data and drilldown in Highcharts
- Highcharts - adding a question mark where data is missing in a bar chart
- Highcharts display label for pie chart using html table as data source
- Include additional highcharts source data in angular2 app
- Highcharts dynamic-update example - adding 1 new value every second - without historic data
- HighCharts Not Adding Series Data Points
- Highchart.js drilldown adding to data dynamicaly without hardcoding.
- Highcharts donut tooltip formatting using drilldown data
- Adding data points in Highcharts
- Highcharts how to make a set number of colors for pie chart data and drilldown data
- Highcharts series visibility with csv data source
- HTML table as data source for highstock charts using highcharts
- Highcharts column with drilldown results in blurred data label in main chart, except for the drilled down columns
- How to have multiple highcharts with different series data in vuejs without repeating code
- rCharts Highcharts Add extra data to tooltip
- Using a flask variable as data source for highcharts
- Error: Data source must be a URL for refresh | console error | javascript | Highcharts
- highcharts column : add dynamically series with drilldown data
- Highcharts cloud issue with data source when duplicating chart
- Add Extra info like Data attribute or id in heat map highcharts jquery
- Highcharts giving an extra legend when I get data dynamically from Highcharts
- Highcharts adding new data points in VueJS / Vuex
More Query from same tag
- HighCharts Date format
- How to set highchart boxplot size
- Highcharts Performance Enhancement Method?
- Responsive behaviour for ng-highcharts with compiled ng-click on xAxis labels hidden on load
- R - Highcharts compare option
- Highcharts boxplot custom labels for maximum quartiles median and minimum?
- get plotBand id from highcharts
- Add border on highcharts bar chart on start of bar
- high charts - how do I get a stacked graph to the full width?
- Importing data from HTML table to highcharts
- How do I create a draggable plot line in Highcharts?
- Does Highchart.js not have 'stacked percentage bar' chart
- Set second axis in proportion of first axis
- How to extract the data from highstock chart
- Why is HighCharts only writing to one of my dynamic div's?
- How to align category labels on xAxes in Highcharts.js
- I was trouble with tittle of the Highcharts
- Highcharts do not hold all the values of stacked columns chart with data time axes
- Rendering Highcharts Chart in Two Container
- Manipulate highcharts bar
- Suggestions on getting Highstocks graph images sent to server
- HighCharts - how to align (justify) xAxis labels left and right
- HighCharts ios Disable Initial Animation
- How can i use double click in Highcharts and get that data
- Border around legend item in highcharts
- Spider highChart - horizontal direction
- HIghstock Timeseries data date format
- Is there any option in Highcharts for simplifyng a line graph?
- To get the JSON in required format from Web Service
- How to pass all the data in dataframe that extract from excel sheet to highchart?