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,
|
tooltip: tooltip,
|
||||||
legend: legend,
|
legend: legend,
|
||||||
conversionTag,
|
conversionTag,
|
||||||
|
maxSize: conversionTag ? 0.8 : 1,
|
||||||
interactions: [
|
interactions: [
|
||||||
{
|
{
|
||||||
type: 'legend-active', cfg: {
|
type: 'legend-active', cfg: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user