xrange series does not update when selected #8104
Closed
Labels
Comments
Hi @spacedarcy Thanks for reporting this bug! Workaround: point: {
events: {
select: function() {
this.selected = true;
this.series.drawPoint(this, 'attr');
},
unselect: function() {
this.selected = false;
this.series.drawPoint(this, 'attr');
}
}
}, |
This workaround unblocks me. Thanks for the quick turnaround! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behaviour
When clicking on an xrange series, the series should update visually.
Actual behaviour
When clicking on an xrange series, the series will only visibly update on zoom or reflow.
Live demo with steps to reproduce
http://jsfiddle.net/aqupng7k/
Product version
Highcharts v6.0.7
Affected browser(s)
Google Chrome 65.0.3325.181, OSX High Sierra
The text was updated successfully, but these errors were encountered: