Unverified 提交 c3e354c7 authored 作者: XiaJunjie2020's avatar XiaJunjie2020 提交者: GitHub

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

feat:瀑布图
...@@ -898,7 +898,9 @@ export default { ...@@ -898,7 +898,9 @@ export default {
view.type.startsWith('funnel') || view.type.startsWith('funnel') ||
view.type.startsWith('text') || view.type.startsWith('text') ||
view.type.startsWith('gauge') || view.type.startsWith('gauge') ||
view.type === 'treemap') { view.type === 'treemap' ||
view.type === 'liquid' ||
view.type === 'waterfall') {
if (view.yaxis.length > 1) { if (view.yaxis.length > 1) {
view.yaxis.splice(1, view.yaxis.length) view.yaxis.splice(1, view.yaxis.length)
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论