-
-
Couldn't load subscription status.
- Fork 1.4k
Description
Is your feature request related to a problem? Please describe.
Ther's always some empty space on the left. Even if I don't set yaxis.title.text that empty space remains.
Describe the solution you'd like
It would be good to be able to get rid of that empty space completely so that the left edge of the graph is aligned to the edge of the container element (the same way as the right side of the chart is)
Describe alternatives you've considered
I tried some CSS tricks, like negative margins but it doesn't work well because it moves the whole chart to the left.
Additional context
This is how I would like it to look like:

At the moment the only solution is to disable the y-axis, but it's not a real solution.
Update
I've just noticed that a similar issue applies to the right chart's edge if there is an x-axis label that is close to the edge.
It would be perfect if we could make the chart fit perfectly to the wrapping container.
