ktmud commented on a change in pull request #14072:
URL: https://github.com/apache/superset/pull/14072#discussion_r613534584
##########
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:
This chart type should probably be renamed to "gauge".
--
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]