Hide Perspective Time Series Chart Y-Axis

I am trying to hide the axes in a time series chart to make it look like a sparkline but to show area under the line.
image
The x axis is pretty close but I cannot see how to have something similar for the y.

you have to add a new axe to your trend and change tick and label color to transparent

1 Like

I am noticing that the y-axis and x-axis line still exists. How can those be removed? Basically, I just want to see the lines on the chart.

Setting the width of the axis to 1 (zero doesn't work) also appears to hide the axis ticks and setting the style display property for the whole axis to none hides the y-axis line.

If you do the same for the chart timeAxis (style.display = none and height = 1), you can hide the x-axis ticks and line.