Siji Chen

Results 41 issues of Siji Chen

### What problem does this feature solve? 当配置了loop时,用户触发前进或后退按钮时,index可以循环递进 场景如下: ![20240515233717_rec_](https://github.com/VisActor/VChart/assets/40675330/84cf8656-4a07-439d-a341-893179ecd046) ### What does the proposed API look like? null

### Version 1.10.5 ### Link to Minimal Reproduction C360 ### Steps to Reproduce tooltip设置enterable后,快速滑动,content内容不更新 ```ts const spec = { type: 'line', data: { values: [ { type: '指甲油 Nail polish',...

bug

### Version 1.10.4 ### Link to Minimal Reproduction vscreen ### Steps to Reproduce ```ts const spec = { "type": "bar", "xField": [ "10002" ], "yField": [ "OCxMNY4j86cy", "10001" ], "direction":...

bug

### What problem does this feature solve? svg path cannot satisfy this style ![img_v2_824d1fa3-5248-40d0-ac0a-641dc1dd2b9g](https://github.com/VisActor/VChart/assets/40675330/b0f1274d-d5ab-4e97-90ef-9741cf8b2853) ### What does the proposed API look like? ![image](https://github.com/VisActor/VChart/assets/40675330/dbdc8ff9-b895-41d2-acd7-f85b89bc7155)

### Version 1.10.2 ### Link to Minimal Reproduction vscreen ### Steps to Reproduce ```ts const computeTickCount = (args) => { const { axisLength, rangeSize, labelStyle } = args ?? {}...

bug

### What problem does this feature solve? 问题canvas超出画布后会被裁剪。 与设计师讨论后,可以接受的方案:如果超出画布,则强制改变tooltip大小,使其能够恰好放置在画布内。 ![image](https://github.com/VisActor/VChart/assets/40675330/22ae51f9-5073-4920-a6d7-0e2ee3a316a0) ![image](https://github.com/VisActor/VChart/assets/40675330/c75b9325-385d-4f11-834e-797b111016dd) ### What does the proposed API look like? null

### Version 1.9.0 ### Link to Minimal Reproduction vscreen ### Steps to Reproduce ```ts const spec = { "type": "common", "region": [ { "clip": true, "id": "mainRegion" }, { "id":...

bug

### What problem does this feature solve? ![image](https://github.com/VisActor/VChart/assets/40675330/fc85e684-94c1-4acd-9799-ee8327822a82) ### What does the proposed API look like? null

### What problem does this feature solve? 环形进度图最大值 = 最小值,应该有兜底绘图策略,比如,直接不绘制 ![image](https://github.com/VisActor/VChart/assets/40675330/ac200db6-ba28-4338-bed4-bfbe96d7b18a) ### What does the proposed API look like? null

good first issue