Bubble Chart allowPointSelect not working #6054
Closed
Comments
Hi @sagargurtu Thanks for reporting! It's a regression after 9a9b4a3 Workaround: Highcharts.seriesTypes.bubble.prototype.markerAttribs = null; Internal note: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behaviour
Bubble chart allowPointSelect should work correctly. Selection should be applied irrespective of whether data labels are enabled or disabled.
Actual behaviour
Bubble chart allowPointSelect is not working properly. It only works if data labels are enabled and the click is done on data labels.
Live demo with steps to reproduce
Without Data Labels http://jsfiddle.net/jz1dooub/
With Data Labels (click on data labels for selection to work) http://jsfiddle.net/jz1dooub/1/
Affected browser(s)
Chrome
The text was updated successfully, but these errors were encountered: