Open
Description
Description
I can't seem to programmatically update the selection area of a brush chart using the updateOptions
API
Steps to Reproduce
- Create a line chart with a brush chart
- Use updateOptions on the brush chart to modify the selection
- Brush chart isn't updated (neither is the main chart)
Expected Behavior
updateOptions on the brush chart with a new selection should update the brush chart
Actual Behavior
It just doesn't update anything
Screenshots
Reproduction Link
https://codepen.io/fracz/pen/JjYoBXo
The Change selection
button calls updateOptions with a new random selection, though it does nothing.