chore: add metadata for filter box plugin (#15521)

* chore: add metadata for filter box plugin

* Update superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js
This commit is contained in:
David Aaron Suddjian 2021-07-04 23:01:33 -07:00 committed by GitHub
parent fb322b5bab
commit 83d50dd9fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -22,9 +22,11 @@ import thumbnail from './images/thumbnail.png';
import controlPanel from './controlPanel';
const metadata = new ChartMetadata({
category: t('Tools'),
name: t('Filter box'),
description:
'A multi filter, multi-choice filter box to make dashboards interactive',
description: t(`Chart component that lets you add a custom filter UI in your dashboard. When added to dashboard, a filter box lets users specify specific values or ranges to filter charts by. The charts that each filter box is applied to can be fine tuned as well in the dashboard view.
Note that this plugin is being replaced with the new Filters feature that lives in the dashboard view itself. It's easier to use and has more capabilities!`),
thumbnail,
useLegacyApi: true,
});