fix(视图): 堆叠图label,tooltip偶尔不显示的问题
This commit is contained in:
parent
3ae5bcc4d4
commit
cb45bdbf55
@ -1662,7 +1662,8 @@ export default {
|
||||
view.type === 'word-cloud' ||
|
||||
view.type === 'waterfall' ||
|
||||
view.type === 'bar-stack' ||
|
||||
view.type === 'line-stack') {
|
||||
view.type === 'line-stack' ||
|
||||
view.type === 'bar-stack-horizontal') {
|
||||
if (view.yaxis.length > 1) {
|
||||
view.yaxis.splice(1, view.yaxis.length)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user