mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
chore: make TS enums strictly PascalCase (#26875)
This commit is contained in:
@@ -33,9 +33,9 @@ export default class EchartsSunburstChartPlugin extends EchartsChartPlugin {
|
||||
loadChart: () => import('./EchartsSunburst'),
|
||||
metadata: {
|
||||
behaviors: [
|
||||
Behavior.INTERACTIVE_CHART,
|
||||
Behavior.DRILL_TO_DETAIL,
|
||||
Behavior.DRILL_BY,
|
||||
Behavior.InteractiveChart,
|
||||
Behavior.DrillToDetail,
|
||||
Behavior.DrillBy,
|
||||
],
|
||||
category: t('Part of a Whole'),
|
||||
credits: ['https://echarts.apache.org'],
|
||||
|
||||
Reference in New Issue
Block a user