You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just to be sure, I know how to set the size of the entire chart.
The problem is that the chart size includes labels too. If you have longer labels on the x-scale, taking up more space, the graph is pushed up. If you have a chart of 500px height, the actual visual representation of the graph can differ between two different charts. One chart might have labels that take up the majority of that 500 pixels, where the other does not.
A solution would be to standardise our labels. We have charts based on customers. We can't force them to shorten their company name :). Another option would be to remove them all together, but we don't want that.
Would it be possible set the height of the graph to be a certain height so the chart scales up as needed depending on the size of the labels?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Just to be sure, I know how to set the size of the entire chart.
The problem is that the chart size includes labels too. If you have longer labels on the x-scale, taking up more space, the graph is pushed up. If you have a chart of 500px height, the actual visual representation of the graph can differ between two different charts. One chart might have labels that take up the majority of that 500 pixels, where the other does not.
A solution would be to standardise our labels. We have charts based on customers. We can't force them to shorten their company name :). Another option would be to remove them all together, but we don't want that.
Would it be possible set the height of the graph to be a certain height so the chart scales up as needed depending on the size of the labels?
Beta Was this translation helpful? Give feedback.
All reactions