rusackas commented on code in PR #35425:
URL: https://github.com/apache/superset/pull/35425#discussion_r2535830492
##########
superset-frontend/plugins/plugin-chart-echarts/src/Tree/constants.ts:
##########
@@ -42,4 +42,5 @@ export const DEFAULT_FORM_DATA: Partial<EchartsTreeFormData>
= {
nodeLabelPosition: 'left',
childLabelPosition: 'bottom',
emphasis: 'descendant',
+ initialTreeDepth: 2,
Review Comment:
Should we default to -1? I'm assuming that's the default behavior. I don't
want eveyone's charts out there in the wild to suddenly be smaller/simpler than
expected.
--
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]