-
Notifications
You must be signed in to change notification settings - Fork 655
Open
Description
option的配置如下
return { tooltip: { trigger: 'item', triggerOn: 'mousemove', }, series: [ { type: 'tree', data: [data], top: '1%', left: '7%', bottom: '1%', right: '20%', symbolSize: 7, label: { position: 'left', verticalAlign: 'middle', align: 'right', fontSize: 9, }, leaves: { label: { position: 'right', verticalAlign: 'middle', align: 'left', }, }, emphasis: { focus: 'descendant', }, // initialTreeDepth: 1, initialTreeDepth: data?.nodeCount < 50 ? -1 : 1, // -1 表示展开所有节点 animationDuration: 550, animationDurationUpdate: 750, }, ], };
Metadata
Metadata
Assignees
Labels
No labels