Lucia
Lucia
I have accounted the same problem, if you have solved it, please show me the way, Thanks in advance. @Heanthor
I have just solved it. you could change the save path to "./features/failure_screenshots", have a try @Heanthor
类似问题:引入ve-pie,在组件中使用: ``` ``` 设置高度,宽度为40px时,页面无法显示出饼图,按照上面的讨论,修改成: ``` ``` 在组件的mounted部分,设置了: ``` mounted: { this.$refs.charEl.map(chart => { chart.resize() }) } ``` 成功调用了resize(),但是完全无效,页面依然无法显示饼图,请问有其他解决方法?
试了下,使用radius 和 offsetY 搞定了。
点赞👍。一点小小的建议:有一些错别字,特别是CSS拆分那里,导致有些句子不通顺,如果创建Issue前检查一遍,那就更棒了。
遇到的同样的问题,click事件被disable了,最后的解决方法可以在issue里面放一下吗?