我想在 phonegap 应用程序上实现以下饼图:
http://codepen.io/anon/pen/betEm
但是,在 Android 浏览器 (phonegap) 上,图表呈现如下:
(.) 微调器也会发生类似的问题。
在我看来,这个属性
border-radius: 100% 0 0 100% / 50% 0 0 50%;
是在我们的桌面浏览器和 android 浏览器中呈现不同的一种。
我想在 phonegap 应用程序上实现以下饼图:
http://codepen.io/anon/pen/betEm
但是,在 Android 浏览器 (phonegap) 上,图表呈现如下:
(.) 微调器也会发生类似的问题。
在我看来,这个属性
border-radius: 100% 0 0 100% / 50% 0 0 50%;
是在我们的桌面浏览器和 android 浏览器中呈现不同的一种。