mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-28 12:40:16 -05:00
Plotly Bar Chart
This renders noms data as a bar chart using Plotly (https://plot.ly/javascript/).
Build
pushd ..
npm install
popd
npm install
Run
noms ui .
Then, navigate to the URL printed by noms ui, e.g. http://127.0.0.1:12345
Develop
npm run start
noms ui .
TODO
- Build some sort of sample pipeline to feed this real data
