-
Notifications
You must be signed in to change notification settings - Fork 19.8k
桑基图高亮错误 #15640
Copy link
Copy link
Closed as not planned
Labels
bugmissing-demoThe author should provide a demo.The author should provide a demo.pendingWe are not sure about whether this is a bug/new feature.We are not sure about whether this is a bug/new feature.staleInactive for a long time. Will be closed in 7 days.Inactive for a long time. Will be closed in 7 days.waiting-for: author
Metadata
Metadata
Assignees
Labels
bugmissing-demoThe author should provide a demo.The author should provide a demo.pendingWe are not sure about whether this is a bug/new feature.We are not sure about whether this is a bug/new feature.staleInactive for a long time. Will be closed in 7 days.Inactive for a long time. Will be closed in 7 days.waiting-for: author
Type
Fields
Give feedbackNo fields configured for issues without a type.
Version
5.2.0-rc.1
Steps to reproduce
使用
myChart.dispatchAction({
type:'highlight',
name:['c3','b1'],
})
只会高亮c3节点及其对应的links和b1节点,并没有高亮b1对应的links
What is expected?
可以高亮c3,b1节点及其对应的links
What is actually happening?
只会高亮c3节点及其对应的links和b1节点,并没有高亮b1对应的links