<svg viewbox="-20 -20 100 100">
<circle r="15.29563" cx="0" stroke="#7dc4c2" fill="#5ea4a2">
</svg>
Run Code Online (Sandbox Code Playgroud)
如何根据百分比填写如下圈子!!
http://i.stack.imgur.com/gVAN5.png
提前致谢.
我使用了颜色
vAxis: {
title: 'Rating (scale of 1-10)'
, ticks: [{
v: 8.5
, f: 'A'
}, {
v: 4.5
, f: 'B'
}, {
v: 2
, f: 'C'
}]
, gridlines: {
color: "#00FF00"
}
}
Run Code Online (Sandbox Code Playgroud)
如何在网格线中放置多种颜色,我需要a,b和c不同的颜色,
提前致谢