mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 20:01:28 +00:00
fix: add tooltips for list graphs (#47)
This commit is contained in:
@@ -26,8 +26,8 @@ export enum MetricQueryTypes {
|
||||
export enum Calculations {
|
||||
Percentage = "percentage",
|
||||
ByteToKB = "byteToKB",
|
||||
ByteToMB = "ByteToMB",
|
||||
ByteToGB = "ByteToGB",
|
||||
ByteToMB = "byteToMB",
|
||||
ByteToGB = "byteToGB",
|
||||
Apdex = "apdex",
|
||||
Precision = "precision",
|
||||
ConvertSeconds = "convertSeconds",
|
||||
|
Reference in New Issue
Block a user