diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 810e98be9ee8f..7a4d26cee8067 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -39,7 +39,7 @@ "@superset-ui/legacy-preset-chart-big-number": "^0.17.82", "@superset-ui/legacy-preset-chart-deckgl": "^0.4.10", "@superset-ui/legacy-preset-chart-nvd3": "^0.17.81", - "@superset-ui/plugin-chart-echarts": "^0.17.81", + "@superset-ui/plugin-chart-echarts": "^0.17.83", "@superset-ui/plugin-chart-pivot-table": "^0.17.81", "@superset-ui/plugin-chart-table": "^0.17.82", "@superset-ui/plugin-chart-word-cloud": "^0.17.81", @@ -12686,9 +12686,9 @@ } }, "node_modules/@superset-ui/plugin-chart-echarts": { - "version": "0.17.81", - "resolved": "https://registry.npmjs.org/@superset-ui/plugin-chart-echarts/-/plugin-chart-echarts-0.17.81.tgz", - "integrity": "sha512-pQ91Y7ZzmMkRs8XdMMyP/tq2t431MQnlDFiQv5XUkoBtOhWqVH2KVm9dk7AYwufuuwcLcm48Ab4vRDT8oQKKNw==", + "version": "0.17.83", + "resolved": "https://registry.npmjs.org/@superset-ui/plugin-chart-echarts/-/plugin-chart-echarts-0.17.83.tgz", + "integrity": "sha512-Xrq+90LV3twY68pTMU8kwibecwozEY8gYzEOOIMDS+Ccnh6pVXpec/585ne5i2CL4KGVLFoNXBUyJ0cXk6BUvw==", "dependencies": { "@superset-ui/chart-controls": "0.17.81", "@superset-ui/core": "0.17.81", @@ -62117,9 +62117,9 @@ } }, "@superset-ui/plugin-chart-echarts": { - "version": "0.17.81", - "resolved": "https://registry.npmjs.org/@superset-ui/plugin-chart-echarts/-/plugin-chart-echarts-0.17.81.tgz", - "integrity": "sha512-pQ91Y7ZzmMkRs8XdMMyP/tq2t431MQnlDFiQv5XUkoBtOhWqVH2KVm9dk7AYwufuuwcLcm48Ab4vRDT8oQKKNw==", + "version": "0.17.83", + "resolved": "https://registry.npmjs.org/@superset-ui/plugin-chart-echarts/-/plugin-chart-echarts-0.17.83.tgz", + "integrity": "sha512-Xrq+90LV3twY68pTMU8kwibecwozEY8gYzEOOIMDS+Ccnh6pVXpec/585ne5i2CL4KGVLFoNXBUyJ0cXk6BUvw==", "requires": { "@superset-ui/chart-controls": "0.17.81", "@superset-ui/core": "0.17.81", diff --git a/superset-frontend/package.json b/superset-frontend/package.json index 1fe7775fa6031..6d7376cdce97f 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -91,7 +91,7 @@ "@superset-ui/legacy-preset-chart-big-number": "^0.17.82", "@superset-ui/legacy-preset-chart-deckgl": "^0.4.10", "@superset-ui/legacy-preset-chart-nvd3": "^0.17.81", - "@superset-ui/plugin-chart-echarts": "^0.17.81", + "@superset-ui/plugin-chart-echarts": "^0.17.83", "@superset-ui/plugin-chart-pivot-table": "^0.17.81", "@superset-ui/plugin-chart-table": "^0.17.82", "@superset-ui/plugin-chart-word-cloud": "^0.17.81", diff --git a/superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.js b/superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.js index 6e070ae997be3..9604439f14d65 100644 --- a/superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.js +++ b/superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.js @@ -27,7 +27,6 @@ const metadata = new ChartMetadata({ 'Compare multiple time series charts (as sparklines) and related metrics quickly.', ), tags: [ - t('Advanced-Analytics'), t('Multi-Variables'), t('Comparison'), t('Legacy'),