dashboard #1

Merged
andi merged 118 commits from dashboard into master 2024-09-29 06:47:35 +00:00
Showing only changes of commit 0bc58ba166 - Show all commits

View File

@@ -130,7 +130,11 @@ class YAxisTicks {
"\"10m\" 10000000", // "\"10m\" 10000000", //
"\"100m\" 100000000", // "\"100m\" 100000000", //
"\"1b\" 1000000000.0", // "\"1b\" 1000000000.0", //
"\"10b\" 10000000000.0" // "\"10b\" 10000000000.0", //
"\"100b\" 100000000000.0", //
"\"1t\" 1000000000000.0", //
"\"10t\" 10000000000000.0", //
"\"100t\" 100000000000000.0" //
); );
return ticsLabels; return ticsLabels;