mirror of
https://github.com/apache/superset.git
synced 2026-04-16 06:34:52 +00:00
chore: make TS enums strictly PascalCase (#26875)
This commit is contained in:
@@ -46,9 +46,9 @@ export default class EchartsBoxPlotChartPlugin extends EchartsChartPlugin<
|
||||
loadChart: () => import('./EchartsBoxPlot'),
|
||||
metadata: {
|
||||
behaviors: [
|
||||
Behavior.INTERACTIVE_CHART,
|
||||
Behavior.DRILL_TO_DETAIL,
|
||||
Behavior.DRILL_BY,
|
||||
Behavior.InteractiveChart,
|
||||
Behavior.DrillToDetail,
|
||||
Behavior.DrillBy,
|
||||
],
|
||||
category: t('Distribution'),
|
||||
credits: ['https://echarts.apache.org'],
|
||||
|
||||
Reference in New Issue
Block a user