You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/07/02 15:20:48 UTC

[GitHub] [superset] fintzd commented on a change in pull request #15521: chore: add metadata for filter box plugin

fintzd commented on a change in pull request #15521:
URL: https://github.com/apache/superset/pull/15521#discussion_r663089083



##########
File path: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js
##########
@@ -22,9 +22,12 @@ 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.
+

Review comment:
       Just wondering why the extra dropped row here, am I missing something that I should not? Sorry if that's how it is supposed to be and my ignorance is at fault here!




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org