Merge pull request #8941 from dataease/pr@dev@refactor_antv_funnel

refactor(视图): AntV 漏斗图开启转换率后限制图表最大宽度为 80%
This commit is contained in:
wisonic-s 2024-04-03 16:35:04 +08:00 committed by GitHub
commit a4e0f5c985
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,6 +41,7 @@ export function baseFunnelOptionAntV(container, chart, action) {
tooltip: tooltip, tooltip: tooltip,
legend: legend, legend: legend,
conversionTag, conversionTag,
maxSize: conversionTag ? 0.8 : 1,
interactions: [ interactions: [
{ {
type: 'legend-active', cfg: { type: 'legend-active', cfg: {