forked from github/dataease
Merge pull request #10749 from dataease/pr@dev-v2@fix_funnel_time_dim
fix(图表): 漏斗图时间维度显示异常
This commit is contained in:
commit
ba5ba9c8b3
@ -96,7 +96,12 @@ export class Funnel extends G2PlotChartView<FunnelOptions, G2Funnel> {
|
||||
end: [{ trigger: 'interval:mouseleave', action: 'tooltip:hide' }]
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
meta: {
|
||||
field: {
|
||||
type: 'cat'
|
||||
}
|
||||
}
|
||||
}
|
||||
const options = this.setupOptions(chart, baseOptions)
|
||||
const newChart = new G2Funnel(container, options)
|
||||
|
Loading…
Reference in New Issue
Block a user