Open buremba opened 1 year ago
Evidence's Charting capabilities are pretty useful. We should
Here is the implementation of LineChart as a start: https://github.com/jinjat-data/jinjat/blob/main/src/ui/src/components/chart/LineChart.tsx We would like to only support the props listed in first example in Evidence docs. If you're unsure about how to generate the relevant Echarts config, have a look at here or ask @buremba
LineChart
Here is the first set of components we plan to implement: Area, Bar, Box, Scatter, Bubble, Funnel, Sankey, Histogram, Maps.
Evidence's Charting capabilities are pretty useful. We should
Here is the implementation of
LineChart
as a start: https://github.com/jinjat-data/jinjat/blob/main/src/ui/src/components/chart/LineChart.tsx We would like to only support the props listed in first example in Evidence docs. If you're unsure about how to generate the relevant Echarts config, have a look at here or ask @buremba