This is a supersimple template for a bar chart in Flourish. The bar chart is based on Mike Bostock's bar chart example over here.
- The sample data lives in
data/data.csv
- We add a setting for bar fill color and bind the data in
template.yml
- The code for drawing the chart lives in
src/index.js
- Install Flourish and do
flourish run
to run the template - More info about publishing this template to Flourish can be found here