add more ticks
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user