From 1eb144c185cb56a106090236dd73ab715c5ac5e8 Mon Sep 17 00:00:00 2001 From: Taylor Date: Fri, 13 May 2022 15:31:26 -0400 Subject: [PATCH] fix(chart & gallery): make to add mixed time-series into recommended charts --- .../plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts b/superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts index 880c050a5edb8..4729a8174c71a 100644 --- a/superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts +++ b/superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts @@ -67,6 +67,7 @@ export default class EchartsTimeseriesChartPlugin extends ChartPlugin< name: t('Mixed Time-Series'), thumbnail, tags: [ + t('Advanced-Analytics'), t('Aesthetic'), t('ECharts'), t('Experimental'),