mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-02 03:29:03 +00:00
Add SanKey to ChartType enum (#22858)
This commit is contained in:
parent
a6d544a5d8
commit
99b08445a6
@ -22,6 +22,7 @@
|
||||
"Scatter",
|
||||
"Text",
|
||||
"BoxPlot",
|
||||
"SanKey",
|
||||
"Gauge",
|
||||
"Map",
|
||||
"Graph",
|
||||
@ -57,6 +58,9 @@
|
||||
{
|
||||
"name": "BoxPlot"
|
||||
},
|
||||
{
|
||||
"name": "SanKey"
|
||||
},
|
||||
{
|
||||
"name": "Gauge"
|
||||
},
|
||||
|
||||
@ -85,6 +85,7 @@ export enum ChartType {
|
||||
Map = "Map",
|
||||
Other = "Other",
|
||||
Pie = "Pie",
|
||||
SANKey = "SanKey",
|
||||
Scatter = "Scatter",
|
||||
Table = "Table",
|
||||
Text = "Text",
|
||||
|
||||
@ -308,6 +308,7 @@ export enum ChartType {
|
||||
Map = "Map",
|
||||
Other = "Other",
|
||||
Pie = "Pie",
|
||||
SANKey = "SanKey",
|
||||
Scatter = "Scatter",
|
||||
Table = "Table",
|
||||
Text = "Text",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user