Bar chart diagram can't have an entry with value 0

0 votes
asked Mar 16 in Bug by Luciano Barcellos

@startchart
title Performance
h-axis [Q1, Q2, Q3, Q4]
v-axis -1 --> 1 ticks [-1:"false", 0:"nothing", 1:"true"]
bar [1, 1, 0, 1] #3498db
@endchartException image

commented Mar 16 by The-Lu (89,080 points)

Hello L.,

Thanks for the report.

Here is the corresponding wanted feature:

And here is a workaround:

@startchart
title Performance
h-axis [Q1, Q2, Q3, Q4]
v-axis -1 --> 1 ticks [-1:"false", 0:"nothing", 1:"true"]
bar [1, 1, .001, 1] #3498db
@endchart

Regards,
Th.

1 Answer

0 votes
answered Mar 18 by The-Lu (89,080 points)

Hello L.,

Thanks for the report,

That is now fixed with last snapshot and on next release (1.2026.3).

Enjoy,
Regards,
Th.

...