Closed rslawik closed 5 years ago
After change to ChartWrapper, setting selection on timeline chart causes an infinite loop.
selection
It turns out that the timeline chart does not follow the protocol for the select event: https://developers.google.com/chart/interactive/docs/events#the-select-event. It emits select when setSelection is called.
select
setSelection
This affects internal users: b/141123421
Live example of broken chart: https://jsbin.com/bitadixumo/edit?html,output Error: Maximum call stack size exceeded
Live example of fixed chart: https://jsbin.com/powuyuloco/1/edit?html,output
After change to ChartWrapper, setting
selection
on timeline chart causes an infinite loop.It turns out that the timeline chart does not follow the protocol for the select event: https://developers.google.com/chart/interactive/docs/events#the-select-event. It emits
select
whensetSelection
is called.This affects internal users: b/141123421