ONSvisual / svelte-charts

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

Bar charts, column charts and stacked area chart (LineChart) do not deal with negative values #4

Closed bothness closed 7 months ago

bothness commented 2 years ago

I have not built the logic into BarChart, ColumnChart or LineChart to properly deal with negative values. We need to solve for the following:

  1. Individual bars or columns
  2. Stacked bars/columns and stacked area charts (in LineChart) with some/all negative values
bothness commented 7 months ago

This was solved for individual and stacked bars, but has not been solved for grouped bars.

bothness commented 7 months ago

This is now fixed for all bar/column chart types as of version 0.3.3.