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",
"Text",
"BoxPlot",
"SanKey",
"Gauge",
"Map",
"Graph",
@ -57,6 +58,9 @@
{
"name": "BoxPlot"
},
{
"name": "SanKey"
},
{
"name": "Gauge"
},

View File

@ -85,6 +85,7 @@ export enum ChartType {
Map = "Map",
Other = "Other",
Pie = "Pie",
SANKey = "SanKey",
Scatter = "Scatter",
Table = "Table",
Text = "Text",

View File

@ -308,6 +308,7 @@ export enum ChartType {
Map = "Map",
Other = "Other",
Pie = "Pie",
SANKey = "SanKey",
Scatter = "Scatter",
Table = "Table",
Text = "Text",