etr2460 commented on a change in pull request #14072:
URL: https://github.com/apache/superset/pull/14072#discussion_r611776576



##########
File path: superset-frontend/src/visualizations/presets/MainPreset.js
##########
@@ -91,6 +92,7 @@ export default class MainPreset extends Preset {
         new EventFlowChartPlugin().configure({ key: 'event_flow' }),
         new FilterBoxChartPlugin().configure({ key: 'filter_box' }),
         new EchartsGraphChartPlugin().configure({ key: 'graph_chart' }),
+        new EchartsGaugeChartPlugin().configure({ key: 'gauge_chart' }),

Review comment:
       looks like we're trying to keep this in abc order, so let's put this 
before the `graph_chart`




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to