mirror of
https://github.com/apache/superset.git
synced 2026-04-21 17:14:57 +00:00
chore: make TS enums strictly PascalCase (#26875)
This commit is contained in:
@@ -50,9 +50,9 @@ export default class EchartsGraphChartPlugin extends EchartsChartPlugin {
|
||||
],
|
||||
thumbnail,
|
||||
behaviors: [
|
||||
Behavior.INTERACTIVE_CHART,
|
||||
Behavior.DRILL_TO_DETAIL,
|
||||
Behavior.DRILL_BY,
|
||||
Behavior.InteractiveChart,
|
||||
Behavior.DrillToDetail,
|
||||
Behavior.DrillBy,
|
||||
],
|
||||
},
|
||||
transformProps,
|
||||
|
||||
Reference in New Issue
Block a user