Open
Description
Hi,
I think it would be great if we had a chart component (e.g. think 2D bar charts or scatter plots).
Guess the mechanism of supplying data in the backend could be similar as it is implemented for the Table
component.
For frontend implementation I think we could leverage something like Chart.js to do the charting work itself for us.
Not sure if this use case is common enough such that it would fit into FastUI itself or whether this should rather be considered a custom component and be separate from the package.
Any thoughts?