feat:瀑布图

This commit is contained in:
junjie 2021-10-21 11:09:34 +08:00
parent 9509761523
commit 4d0d4e2bc6

View File

@ -898,7 +898,9 @@ export default {
view.type.startsWith('funnel') ||
view.type.startsWith('text') ||
view.type.startsWith('gauge') ||
view.type === 'treemap') {
view.type === 'treemap' ||
view.type === 'liquid' ||
view.type === 'waterfall') {
if (view.yaxis.length > 1) {
view.yaxis.splice(1, view.yaxis.length)
}