XY Chart bar chart doesn't begin at zero #6517
Labels
Status: Triage
Needs to be verified, categorized, etc
Type: Bug / Error
Something isn't working or is incorrect
Uh oh!
There was an error while loading. Please reload this page.
Description
XY Chart bar chart bars do not begin at zero. They begin at the x axis line that is not at y zero value even when the y axis lower limit is set to 0. This is visually misleading when comparing heights of charts, especially when a bar is very short and the added extra height is large proportionally. Bars would be expected to begin at zero.
Steps to reproduce
I have included a code sample to reproduce.
Screenshots
Current result from the code sample:
What it should look like (emulated by adding
bar [0, 0, 0, 0, 0, 0]
at the end of the code sample) :Code Sample
Setup
Suggested Solutions
The bars should begin at y value zero. If y value zero is below the x axis line (true when y lower limit is high enough) then the bar should be clipped at the x axis line.
Additional Context
No response
The text was updated successfully, but these errors were encountered: