michael-s-molina commented on code in PR #31478:
URL: https://github.com/apache/superset/pull/31478#discussion_r1887308913
##########
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:
@kgabryje I'm wondering what's the relationship of this feature with
cross-filtering and drill by? By default, charts offer the left click for
cross-filtering and the right-click for the menu options. They don't offer
controls to enable/disable this behavior if I'm not mistaken. I wonder if we
should just add support for left/right clicks as the other chart types do.
--
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]