zengyue ye

Results 53 comments of zengyue ye

错误信息是啥?

最新的 5.x 可以通过 textOverflow 自动换行,前面的版本都不行,具体参数可参考:https://g.antv.antgroup.com/api/basic/text#wordwrapwidth

可以通过scale的range设置,还有就是padding和appendPadding https://f2.antv.vision/zh/docs/api/chart/chart#appendpadding

1. tooltips 折叠的问题是手淘容器的问题,已经反馈过去在修复了 2. pieLabe 默认没有加载进来,需要使用场景自行引用 ``` const PieLabel = require('@antv/f2/lib/plugin/pie-label'); F2.Chart.plugins.register([ PieLabel ]); ```