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
When the data set used in the AreaChart has only null scores, the graph errors out instead of displaying an empty graph. This is problematic in our usage of the component.
Component
AreaChart
Component Version
1.0.1
Which browsers are you seeing the problem on?
Chrome
Mobile Device
No response
Relevant log output
Error: Cannot read properties of undefined (reading 'score')
at Array.map (<anonymous>))
at getFakeScore (/storybook/AreaChart-stories.b3ee9eb1.iframe.bundle.js:1:20553))
at /storybook/AreaChart-stories.b3ee9eb1.iframe.bundle.js:1:21590
at qi (/storybook/8237.baeda6e6.iframe.bundle.js:532:446894))
at Yi (/storybook/8237.baeda6e6.iframe.bundle.js:532:458688))
at bj (/storybook/8237.baeda6e6.iframe.bundle.js:532:459325))
at aj (/storybook/8237.baeda6e6.iframe.bundle.js:532:459209))
at bj (/storybook/8237.baeda6e6.iframe.bundle.js:532:459305))
at aj (/storybook/8237.baeda6e6.iframe.bundle.js:532:459209))
The text was updated successfully, but these errors were encountered:
Contact Details
laurent.jouanneau@gsoft.com
What happened?
When the data set used in the AreaChart has only
null
scores, the graph errors out instead of displaying an empty graph. This is problematic in our usage of the component.Component
AreaChart
Component Version
1.0.1
Which browsers are you seeing the problem on?
Chrome
Mobile Device
No response
Relevant log output
The text was updated successfully, but these errors were encountered: