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
I have a graph with bars, and I expect for the bar at the end to not fall past the y-axis and be cropped off. I cannot get the last bar to be inside of the chart and not fall past the end.
I am getting no error messages or warnings. I have seen this issue but I am plotting a datetime category, and cannot use category, as I can have 3 months of data plotted onto the graph and the labels overlap one another.
The text was updated successfully, but these errors were encountered:
Codepen
Demonstration to show the problem clearly.
Explanation
I have a graph with bars, and I expect for the bar at the end to not fall past the y-axis and be cropped off. I cannot get the last bar to be inside of the chart and not fall past the end.
I am getting no error messages or warnings. I have seen this issue but I am plotting a
datetime
category, and cannot usecategory
, as I can have 3 months of data plotted onto the graph and the labels overlap one another.The text was updated successfully, but these errors were encountered: