ChartsCSS / charts.css

Open source CSS framework for data visualization.
https://ChartsCSS.org
MIT License
6.17k stars 175 forks source link

Avoid spacing in area charts #123

Open jaimeiniesta opened 5 months ago

jaimeiniesta commented 5 months ago

Area charts sometimes show a very thin vertical spacing between the columns. It seems to depend on the viewport width, screen resolution and amount of data, but I think that the idea with an area chart is that it's seen as a single block (unless some data-spacing-* is specified), right?

For example, in https://chartscss.org/charts/area/ I see this:

Captura de pantalla 2024-02-26 a las 13 01 57

How can this be polished so no spacing is shown?