Values overflows from axis in both the charts
|
153 KB
|
156 KB
Please hold off on further chart testing till you get a newer build.
The candlestick problem is caused by the user-specified hi/low/open/close values being out of numerical order.
e.g. if Open/Close is less than the Low value, then the Low value is not truly the lowest value.
This error in the data causes the chart to render out of the grid.
So, to handle this case, we won't display a candlestick if the hi/low/open/close values are invalid.
The candlestick problem is caused by the user-specified hi/low/open/close values being out of numerical order.
e.g. if Open/Close is less than the Low value, then the Low value is not truly the lowest value.
This error in the data causes the chart to render out of the grid.
So, to handle this case, we won't display a candlestick if the hi/low/open/close values are invalid.
Issue #8208 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 31338 |
No time estimate |
Please hold off on further chart testing till you get a newer build.