kgabryje commented on code in PR #31478:
URL: https://github.com/apache/superset/pull/31478#discussion_r1887448114
##########
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:
Oh you're right, this feature would be in conflict with cross filtering. I
wonder if it would make sense to trigger drill down with some combination like
ctrl + left click. Of course then we'd need some tooltip in chart itself for
discoverability
--
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]