Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 715 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 715 Bytes

Example Flourish bar chart template

Flourish bar chart screenshot

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.

How this works

  • 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

How to run this