Drilldown: data points set as array with keys used prevents successful drilldownCategory #8008
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Behaviour
When point data is loaded as array with defined keys and
drilldownFromPoint
is disable thendrilldownCategory
cannot find the drilldown property on data point (because it's not there) ingetDDPoints
.Relevant code:
highcharts/js/modules/drilldown.src.js
Line 997 in d889a2f
In:
highcharts/js/modules/drilldown.src.js
Lines 986 to 1005 in d889a2f
Live demo with steps to reproduce
Edited default demo for
allowPointDrilldown: false
http://jsfiddle.net/BlackLabel/69wytk5x/
Steps:
The text was updated successfully, but these errors were encountered: