Open yusongh opened 3 years ago
I ran into the same issue.
我也是,后面怎么解决的
++1
If you want to solve this problem, I suggest you could draw a specific point which is match the data in safari!
Here is demo code!
if(isOnePoint) {
chart.guide().point({
position: ['50%', '50%'],
style: {
stroke: '#F9C083',
fill: '#fff',
r: 2,
fillOpacity: 1,
},
});
}
中文: 解决这个问题方法就是在ios代码上直接就画一个点就好了,前提是判断一下是否只有一个数据点!目前官方好像无解!
Reproduction link
https://github.com/yusongH/antv-f2-problem-single-data-demo
Steps to reproduce
直接运行项目,然后用不同浏览器就可以访问就可以看出问题