Skip to content

Commit 05bd96c

Browse files
committed
P1 Smart Meter report chart, limit amount of decimals in tooltip
1 parent 2588023 commit 05bd96c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

www/app/report/EnergyMultiCounterReport.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ define(['app', 'report/helpers'], function (app, reportHelpers) {
370370
min: 0
371371
},
372372
tooltip: {
373+
valueDecimals: 3,
373374
valueSuffix: ' ' + vm.unit
374375
},
375376
plotOptions: {

0 commit comments

Comments
 (0)