mirror of https://github.com/buster-so/buster.git
removed tooltip from the llm metric yml, got added yesterday
This commit is contained in:
parent
251e34824d
commit
48c4d82d34
|
@ -524,11 +524,6 @@ definitions:
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
description: LOWERCASE column name from SQL for category grouping.
|
description: LOWERCASE column name from SQL for category grouping.
|
||||||
tooltip:
|
|
||||||
type: array
|
|
||||||
items:
|
|
||||||
type: string
|
|
||||||
description: LOWERCASE column names from SQL to show in tooltip.
|
|
||||||
required:
|
required:
|
||||||
- x
|
- x
|
||||||
- y
|
- y
|
||||||
|
@ -574,10 +569,6 @@ definitions:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
tooltip:
|
|
||||||
type: array
|
|
||||||
items:
|
|
||||||
type: string
|
|
||||||
required:
|
required:
|
||||||
- x
|
- x
|
||||||
- y
|
- y
|
||||||
|
@ -604,10 +595,6 @@ definitions:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
tooltip:
|
|
||||||
type: array
|
|
||||||
items:
|
|
||||||
type: string
|
|
||||||
required:
|
required:
|
||||||
- x
|
- x
|
||||||
- y
|
- y
|
||||||
|
@ -634,10 +621,6 @@ definitions:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
tooltip:
|
|
||||||
type: array
|
|
||||||
items:
|
|
||||||
type: string
|
|
||||||
required:
|
required:
|
||||||
- x
|
- x
|
||||||
- y
|
- y
|
||||||
|
|
Loading…
Reference in New Issue