ONSvisual / svelte-charts

Reusable chart templates for Svelte projects.
14 stars 6 forks source link

yMin is now dynamic #16

Open henryjameslau opened 5 months ago

henryjameslau commented 5 months ago

Do we need a prop to set it at zero as default and have another prop for if it's dynamic then set the y domain to be dynamic? Basically cleaning up this

Area charts need a zero baseline, how to deal with negative areas?