设置antv f2 y轴为%数 Others 发布于 2019-12-23 20:12:45 3860 次浏览 chart.scale('percent', { min: 0, max: 100, formatter: value => { return value + '%'; } });