stephenLYZ commented on code in PR #20313:
URL: https://github.com/apache/superset/pull/20313#discussion_r892973803
##########
superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:
##########
@@ -210,6 +210,11 @@ const config: ControlPanelConfig = {
],
},
],
+ denormalizeFormData: formData => ({
Review Comment:
It looks like the denormalizeFormData is consistent for most charts, so
maybe we can abstract out a generic function?
--
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]