-
Notifications
You must be signed in to change notification settings - Fork 649
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在type: 'arc'
下fillStyle失效
#429
Comments
我们的网格线不支持颜色填充,只能设置线的颜色,即 stroke |
我试过了 如果没有 |
我们对于 fill 填充确实不支持,这个并不是我们预期的。对于表现不一致的问题这个确实需要优化一下。 |
fix: Arc shape support fill. Closed #429.
@cydiacen, |
@simaQ 那么请问下 my-f2的项目会同步更新吗 因为我用的是钉钉小程序 |
@simaQ 我也尝试了在 |
... 你使用的 my-f2 是什么版本? 1.1.4 是话你重新安装下会更新到最新版的 https://github.com/antvis/my-f2/blob/1.1/package.json#L94 |
@simaQ emmm 在官网demo上 更改了版本号之后进行测试 是可行的 但是在小程序上 却没有效果。。。我去 |
我发现是因为 my-f2的包里的build/my-f2.js 不是最新版导致的 因为在小程序的IDE里面引用的是这个文件 |
具体问题就是上面链接是官方的链接,直接在138行增加一条代码
fillStyle:'#cd0200',
目的是为了实现按区域显示背景色(代码上可以用rgba但是为了方便 直接没有透明通道的颜色 一样有问题),可是这段代码添加上去是没有效果的,感觉好像跟
type: 'arc'
有冲突,去掉type: 'arc'
又是有效果的,可是我现在的场景就是需要圆形的雷达图。望解答!谢谢!
The text was updated successfully, but these errors were encountered: