Skip to content

Commit 196b62f

Browse files
Corrected floating number representation
1 parent 64822e3 commit 196b62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/configurations/visualizations/aar-nsg-disk-barchart.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"tooltip": [
1111
{ "column": "name", "label": "Disk" },
1212
{ "column": "field", "label": "Type" },
13-
{ "column": "value", "label": "Value (%)", "format": ",.2s"}
13+
{ "column": "value", "label": "Value (%)", "format": ",.2f"}
1414
],
1515
"colors":[
1616
"#b3d645",

0 commit comments

Comments
 (0)