pablojim / highcharts-ng

AngularJS directive for Highcharts
MIT License
1.73k stars 463 forks source link

Chart with multiple xAxes and series displays wrong xAxes on drilldown #612

Closed schneckentempo closed 7 years ago

schneckentempo commented 7 years ago

Link to jsfiddle showing the issue.

http://jsfiddle.net/tgh79f4k/

Expected Behaviour

If there are multiple Series and multiple x axes which are assigned specifically via http://api.highcharts.com/highcharts/series%3Ccolumn%3E.xAxis, I would expect to have only one x axis on the drilldownseries

Current Behaviour

Currently on drilldown the drilldownseries + the second normal series get displayed. Also the axis from this series is applied

Your Environment

schneckentempo commented 7 years ago

wrong repository