forked from github/dataease
refactor(视图): AntV 漏斗图开启转换率后限制图表最大宽度为 80%
This commit is contained in:
parent
d044d9c342
commit
a847e88a1d
@ -41,6 +41,7 @@ export function baseFunnelOptionAntV(container, chart, action) {
|
||||
tooltip: tooltip,
|
||||
legend: legend,
|
||||
conversionTag,
|
||||
maxSize: conversionTag ? 0.8 : 1,
|
||||
interactions: [
|
||||
{
|
||||
type: 'legend-active', cfg: {
|
||||
|
Loading…
Reference in New Issue
Block a user