/example-bar-chart

Example of a Flourish bar chart

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

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