jinjat-data / jinjat

Build low-code data applications with dbt
https://jinj.at
Apache License 2.0
40 stars 2 forks source link

Port Evidence components #21

Open buremba opened 1 year ago

buremba commented 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

buremba commented 1 year ago

Here is the first set of components we plan to implement: Area, Bar, Box, Scatter, Bubble, Funnel, Sankey, Histogram, Maps.