michael-s-molina commented on code in PR #31478:
URL: https://github.com/apache/superset/pull/31478#discussion_r1887574455
##########
superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:
##########
@@ -91,6 +91,18 @@ const config: ControlPanelConfig = {
},
},
],
+ [
+ {
+ name: 'node_click',
+ config: {
+ type: 'CheckboxControl',
+ label: t('Node Click'),
Review Comment:
Why not implement drill down using drill by as we do for all chart types?
--
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]