reuters-graphics / bluprint_graphics-kit

SvelteKit rig for graphics and newsapps
https://reuters-graphics.github.io/docs_graphics-kit/
21 stars 3 forks source link

Add a d3 example component #39

Closed hobbes7878 closed 2 years ago

hobbes7878 commented 2 years ago

Again, per chat with Chris, making a simple component with this structure:

lib/
  Chart/
    chart.js
    index.svelte

... which includes our boilerplate chart module class in chart.js, all plugged in in index.svelte ...

will help speed him up when starting new projects.