Add SanKey to ChartType enum (#22858)

This commit is contained in:
Copilot 2025-08-18 11:58:19 +05:30 committed by GitHub
parent a6d544a5d8
commit 99b08445a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 0 deletions

View File

@ -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"
}, },

View File

@ -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",

View File

@ -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",