Skip to content

Commit

Permalink
fix: Remove Advanced Analytics tag for 2 charts (#16240)
Browse files Browse the repository at this point in the history
* removing AA tag from TimeTableChartPlugin

* package bump for echarts (removes AA tag there)

* package-lock bump for new echarts plugin

(cherry picked from commit cdcc161)
  • Loading branch information
rusackas authored and villebro committed Aug 16, 2021
1 parent f36a7f0 commit 56897ab
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
14 changes: 7 additions & 7 deletions superset-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion superset-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 56897ab

Please sign in to comment.