mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-08 10:26:35 -06:00
This prevents us from doing npm publish on them. https://docs.npmjs.com/files/package.json#private
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
