platform-coop-toolkit / coop-map-directory-index

The Map/Directory/Index component of the Platform Cooperative Development Kit.
https://directory.platform.coop
BSD 3-Clause "New" or "Revised" License
1 stars 3 forks source link

Improve impact change using D3 #158

Open greatislander opened 4 years ago

greatislander commented 4 years ago

Is your feature request related to a problem? Please describe.

The impact chart currently uses svelte-chartjs but with some effort it might be possible to create a much more lightweight solution using D3 (which is already a dependency for the map views).

Describe the solution you'd like

Rebuild the pie chart using D3.

Describe alternatives you've considered

Not applicable.

Additional context

https://github.com/Rich-Harris/svelte-d3-arc-demo