kgabryje commented on code in PR #37868:
URL: https://github.com/apache/superset/pull/37868#discussion_r2791617733
##########
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)'),
+ description: t(
+ 'A JavaScript object that adheres to the ECharts options specification. ' +
+ '(i.e. { title: { text: "My Chart" }, tooltip: { trigger: "item" } })',
Review Comment:
Can you add a link to echarts docs 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: [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]