I have to make an area chart using only HTML, SVG and CSS; I know how to make a line chart, but I don't know how to fill the area below the lines.
I know that using d3 (or other JS libraries) is the correct way, but for now I have to avoid JS (it's a university "homework").
The structure of the chart is: on the horizontal axis I have incremental values (0, 1, 2, ...) and on the vertical axis I have my values.