From f43dbc0dfdbd9ee21267229b566dfab8f59cd0db Mon Sep 17 00:00:00 2001 From: smileydev <47900232+prosdev0107@users.noreply.github.com> Date: Fri, 13 May 2022 22:20:49 -0500 Subject: [PATCH] fix(chart & gallery): make to add mixed time-series into recommended charts (#20064) --- .../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'),