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