Histogram X scale cannot be set to display only 1 bar
Hi,
Scaling down an histogram graph to display only one bar triggers a "(min != max)" error.
I need to display from 1 to 16 bars on my histogram.
I use the setGraphRangeX(int min, int max) function for this.
However, when I get down to 1 bar with setGraphRangeX(0, 0) I get an error during execution.
This error is clear enough, but I think this limitation should not be there.
Is there anyway to get around it?
Thanks,
Franck.
Setup:
TouchGFX 4.21.1
Error reproduced using TouchGFX simulator and VS2022
