OfficeDev / microsoft-teams-ui-component-library

Component library enhanced experiences styled for use in Microsoft Teams custom applications.
MIT License
127 stars 30 forks source link

Keyboard access fixes for charts #112

Closed thure closed 2 years ago

thure commented 2 years ago

In some situations beyond Storybook, charts occasionally have falsy data point values. This PR avoids passing falsy values to ChartJS functions that crash on such values.