|
|
@ -154,6 +154,10 @@ class Config(object): |
|
|
|
False, bool, "Value", "Display values in human readable format", |
|
|
|
False, bool, "Value", "Display values in human readable format", |
|
|
|
"(ie: 12.4M)") |
|
|
|
"(ie: 12.4M)") |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
value_format = Key( |
|
|
|
|
|
|
|
None, type(lambda: 1), "Value", |
|
|
|
|
|
|
|
"A function to convert numeric value to strings") |
|
|
|
|
|
|
|
|
|
|
|
logarithmic = Key( |
|
|
|
logarithmic = Key( |
|
|
|
False, bool, "Value", "Display values in logarithmic scale") |
|
|
|
False, bool, "Value", "Display values in logarithmic scale") |
|
|
|
|
|
|
|
|
|
|
|