Bairui Su
Bairui Su
中级任务
@Runtus 应该是需要保留的,不然都没有了有点突兀。😄
@Runtus 有几种解决办法: - 不展示 - 只展示一个 title - 展示 title 和对应的 ticks 目前看上去不展示是最合理的?你觉得呢?
@Runtus 嗯嗯,那就按照你的想法来
@BENcorry 已经补充!
@BENcorry 我还是不是很清楚出现这个问题的原因。hide 之后不能设置回可见吗?
closed by: https://github.com/antvis/G2/pull/5940
g2plot 暂时不会去维护了,可以使用 G2 试试:https://g2.antv.antgroup.com/examples/general/pie/#pie-base
这个确实是一个 bug,暂时可以用 text mark 来模拟一下 label? ```js chart .point() .data(data) .encode('x', 'height') .encode('y', 'weight') .encode('color', 'gender') .slider('x'); chart .text() .data(data) .encode('x', 'height') .encode('y', 'weight') .encode('text', 'weight'); ```
这是一个很好的 issue,我们近期会优化优化。