You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the data from below and setup the component as explained
Describe the bug
I am getting a couple of these errors upon loading my web page with several bar charts: Cannot read properties of undefined (reading 'update') and the tooltip is not shown at all.
I am not sure if this error is triggered cause of this, but do I have to have a value for every entry category or is something like this also okay:
Reproduction
Use the data from below and setup the component as explained
Describe the bug
I am getting a couple of these errors upon loading my web page with several bar charts:
Cannot read properties of undefined (reading 'update')
and the tooltip is not shown at all.I am not sure if this error is triggered cause of this, but do I have to have a value for every entry category or is something like this also okay:
Everything else works though. I can see the legend correctly and deselect and select the categories correctly.
You can test it with the following parameters and component:
const selectedTimers = ['Backend Time', 'Frontend Time']
System Info
Contributes
The text was updated successfully, but these errors were encountered: