fluentui
fluentui copied to clipboard
Error messaging for chart/component rendering failures
We need visuals and messages to display failures while rendering the charts.
### Tasks
- [ ] Create a common control that can show error and empty states.
- [ ] Use the common control to show already implemented empty messages.
- [ ] Use the common control to show type errors (eg: when string data is used on x axis for Line chart or area chart which is not supported)