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