Merge pull request #993 from dataease/pr@dev@feat_waterfall

feat:瀑布图
This commit is contained in:
XiaJunjie2020 2021-10-21 11:10:31 +08:00 committed by GitHub
commit c3e354c7f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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