score:0
but here also u dont get 2 splines after clicking on fruits, u just get one. is there any way to get that as i have the same issue fiddle https://jsfiddle.net/surya_swami/zx9dy3uj/40/
drilldown: { series: [{id:"z1",name: "region-1",
data: [{ name : "july",y: 10},
{ name : "aug",y: 21},
{ name : "sept",y: 15}]
},
{id:"z1",name: "region-2",
data: [{ name : "july",y: 12},
{ name : "aug",y: 9},
{ name : "sept",y: 25}]
},
{ id:'z2',name:'region-3',
data : [{name:'july',y:23},
{name:'aug',y:41},
{name:'sept',y:31}]
},
{ id:'z2',name:'region-4',
data : [{name:'july',y:33},
{name:'aug',y:23},
{name:'sept',y:12}]
},
{ id:'z2',name:'region-5',
data : [{name:'july',y:31},
{name:'aug',y:39},
{name:'sept',y:19}]
}
]
}
score:2
the issue is now that you are providing a drilldown.id
on the series. you need to do it per point. for example:
series: [{
name: 'things',
colorbypoint: true,
data: [{
name: 'animals',
y: 5,
drilldown: 'animals'
}, {
name: 'fruits',
y: 2,
drilldown: 'fruits'
}, {
name: 'cars',
y: 4,
drilldown: 'cars'
}]
}],
it looks to me like you want to have any drilldown on a point in "fruits" to link to the same drilldown series. this is doable:
series: [{
name: 'fruits',
data: [{
x: date.utc(2014, 7, 19),
y: 12,
drilldown: 'fruits'
}, {
x: date.utc(2014, 8, 19),
y: 5,
drilldown: 'fruits'
}, {
x: date.utc(2014, 9, 19),
y: 18,
drilldown: 'fruits'
}]
},
see update fiddle.
Source: stackoverflow.com
Related Query
- Highchart IRREGULAR Spline with drilldown - cannot get drilldown functional
- time data with irregular intervals in HighChart
- Cannot get a series highchart
- Highchart Time Data With Irregular Interval and Text
- Highchart Drilldown with data call when clicked
- my highchart is currently is not working with pie spline chart in updating after rendering chart
- Cannot display a legend with special character in highchart from the serie name
- Cannot display name with special character in highchart
- I had follow someone code samples and try apply to my HighChart program but I can't get it work at all
- Column based Highchart drilldown series assign color code to each column
- R efficient Drilldown chart with loop using Highchart
- Why code of Horizonal line(y-axis) on a single in Highcharts get applied to all other charts integrated with Webdatarocks
- highchart get each drilldown categories name on click event
- Get point by ID from highchart with multiple series
- Highchart spline Chart with no markers and legends markers as circle's
- Highchart spline Cut Off when reach to maximum scale value. How can it fixed?. I have attached may sample code on body
- highchart custom menu with when i drilldown and drillup custom event (contextmenu) not working
- Highchart Column with Drilldown using MySQL
- Highchart multiple level drilldown click event get drilldown series data
- Cannot get Highcharts to show in 3D with data from mysql database
- highchart with drilldown where data for main chart and drilled down chart are from different xml files
- Highchart Spline with inverted axis categorie text left align
- Drilldown multiple levels Highchart
- creating highchart with ajax json data
- How to create a new Highstock chart with new Highchart and not jquery?
- How to get rangeSelector to work with HighCharts
- Highchart Area Range chart with gradient that follows the line
- Change color of bars depending on value in Highchart bar-chart with MVC3
- set a symbol marker with highchart
- Plot Highchart Gauge with JSON Data
More Query from same tag
- How to make click on area above / below small column, in unstacked column chart, fire the point click event
- Draw highcharts with many year for xAxis
- HighCharts - HighStock - Show Date for Candlestick & Volume
- How to make split grouped column bar chart in highcharts with percentage?
- Change point style on hover over other onpage element
- Display label stack Label in Highcharts
- SVG as labels in HighChart stacked column chart
- How do you call a programmer-defined function in javascript in an android webview?
- Color the portions of chart using "Google 3D Pie chart API" in Android
- Highstock (Highchart) 1.3.1 behaves erroneously when legend is aligned to right
- R Markdown - Highcharter - Animate graph when visible, rather on page load?
- How to pass the correct data format from SQL to PHP
- Highcharts 3d scatter click does not work
- Issue with Highcharts not rendering in Durandal/Hot Towel Template
- How to have a negative colour on an area chart as a gradient?
- Highcharts Javascript - Synchronize Chart and Table not working - Cant read property cell of undefined
- Using an array for data in highcharts
- Highcharts zoom on 2 charts - Reset zoom issue
- Highcharts Gantt - how to use a different shape for the milestone markers?
- How to show 0 value infomation in treemap highcharts
- Highcharts spline dataLabels overlapping
- How to draw vertical lines on Highcharts graph?
- Highcharts pie chart size doesn't fill smaller containers even with dataLabels disabled
- How to input null into highcharts and then ignore it in line graph?
- Add Title To Each Bubble in Packed Bubble Highcharts
- highcharts not displaying graph
- How to place ranking like top 10 and put x axis labels on right of horizontal bar chart?
- How to set Highcharts options in Angular 5
- Highcharts custom symbol legend
- Highstock and Highmaps together causing issue