Something for the documentation? #3637
TheWitness
started this conversation in
General
Replies: 2 comments
-
Something like this, but maybe a bit more descriptive. |
Beta Was this translation helpful? Give feedback.
0 replies
-
So, to be clear, how to increase the area of the entirety of the chart without increasing the chart area (bigger border). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So, I'm having an issue with the vertical label getting cut off, and I was looking for somewhere on the site that would show a picture to explain all the Graph elements and how to recognize them on the Graph. I've been doing this long enough to know about things like ticks, yaxis, xaxis, title, etc. But it would be nice to have one image, that for each chart type showed what each attribute represented and how to set it.
In my case, I would like to extend the left hand border from the vertical axis label and the left end of the graph to give the axis label more room to breath (aka be seen as it's cut off). This seems to have something to do with the left y axis formatter expecting a certain number of characters, and being one more than it assumed cause you can see that I have some graphs that render fine, and others that are clipped.
The logic for these graphs is identical, the one on the left needs one more character for the axis lables on the left than on the right...
Beta Was this translation helpful? Give feedback.
All reactions