add more ticks

This commit is contained in:
2023-03-16 17:49:40 +01:00
parent e543e0b388
commit 0bc58ba166

View File

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