michael-s-molina commented on code in PR #37868:
URL: https://github.com/apache/superset/pull/37868#discussion_r2871855646


##########
superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/sharedControls.tsx:
##########
@@ -455,6 +455,18 @@ const order_by_cols: SharedControlConfig<'SelectControl'> 
= {
   resetOnHide: false,
 };
 
+const echart_options: SharedControlConfig<'JSEditorControl'> = {
+  type: 'JSEditorControl',
+  label: t('EChart Options (JS object literals)'),

Review Comment:
   @justinpark Echart is still being used in file names instead of ECharts



-- 
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: [email protected]

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