I am creating a line chart, and I want to increase the height or thickness of the line without changing the length of the line.
Before increasing the width property, it looks like this:

After increasing the width property, it looks like this:

I want to increase only the height , but there is no such property for this, so I tried to change the width property. Unfortunately, this increases both length and width . Is there a way to change only height ? If I increase the width , as you can see, the space between the lines disappears.
source share