Weixing Zhang

Results 40 issues of Weixing Zhang

### What problem does this feature solve? 如下,当图表在 iframe 内展示,并且这个 iframe 高度较小时,期望可以优化 tooltip 的效果,比如高度不超过容器高度,同时内部可以自动滚动 ![image](https://github.com/VisActor/VChart/assets/135952300/d10cef2a-5e95-4951-b3db-648ed63e6809) ![image](https://github.com/VisActor/VChart/assets/135952300/abbeee7f-2e8b-405c-965f-1c9b60445ac0) ### What does the proposed API look like? NA

参考 echarts 的如下配置: - [showEmptyCircle](https://echarts.apache.org/zh/option.html#series-pie.showEmptyCircle) - [emptyCircleStyle](https://echarts.apache.org/zh/option.html#series-pie.emptyCircleStyle)

good first issue
up for grabs
tutor

### Version lastest ### Link to Minimal Reproduction none ### Steps to Reproduce ```ts const spec = { "type": "common", "color": [ "#00295C", "#2568BD", "#9F9F9F", "#C5C5C5", "#00B0F0", "#4BCFFF", "#C2C2C2", "#D7D7D7"...

bug