Files
dolt/samples/js/bar-chart
Erik Arvidsson e164f8aeec Flow header after copyright (#2734)
This puts the flow header after the copyright header.

It also:
 * fixes the existing files to have valid headers
 * Makes sure the script can handle doctype
2016-10-19 11:36:48 -07:00
..
2016-06-05 02:37:28 -07:00
2016-10-19 11:36:48 -07:00
2016-07-06 14:20:05 -07:00
2016-06-05 02:37:28 -07:00

Plotly Bar Chart

This renders noms data as a bar chart using Plotly (https://plot.ly/javascript/).

bar chart

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