Issue #1523 - Fix for count
Former-commit-id: 35fbd9ce448a17d761bd4f745fd2f1339d82537b
This commit is contained in:
parent
dc46923886
commit
3c20aab166
1 changed files with 1 additions and 1 deletions
|
@ -843,7 +843,7 @@ public class StatsDisplayCanvas extends Canvas {
|
|||
.getData().get(idx);
|
||||
double value = point.getValue(view);
|
||||
|
||||
if (!view.equals(DataView.COUNT.getView())) {
|
||||
if (!view.equals(DataView.COUNT)) {
|
||||
if (uu.getUnitType() == UnitTypes.DATA_SIZE) {
|
||||
value = uu.convertDataSizeValue(
|
||||
DataSizeUnit.BYTE, value);
|
||||
|
|
Loading…
Add table
Reference in a new issue