rusackas commented on code in PR #31477:
URL: https://github.com/apache/superset/pull/31477#discussion_r2271238542
##########
superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/controlPanel.tsx:
##########
@@ -91,6 +91,18 @@ const config: ControlPanelConfig = {
},
},
],
+ [
+ {
+ name: 'show_null_values',
+ config: {
+ type: 'CheckboxControl',
+ label: t('Show Null Values'),
+ default: false,
Review Comment:
We should set this to use the default/existing behavior. Not sure if this
will break your tests, but I'll commit this :)
--
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]