Merge pull request #8941 from dataease/pr@dev@refactor_antv_funnel
refactor(视图): AntV 漏斗图开启转换率后限制图表最大宽度为 80%
This commit is contained in:
commit
a4e0f5c985
@ -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