fix(视图): 堆叠图label,tooltip偶尔不显示的问题

This commit is contained in:
junjun 2022-08-08 18:20:11 +08:00
parent 3ae5bcc4d4
commit cb45bdbf55

View File

@ -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)
}