文章标签较多,可在侧边栏的目录中快速定位~
{
"data": { "values": [
{"tags": "企业", "count": 1 }
] },
"encoding": {
"theta": {"field": "count", "type": "quantitative", "stack": true},
"radius": {"field": "count", "scale": {"type": "sqrt", "zero": true, "rangeMin": 20}},
"color": {"field": "tags", "type": "nominal"},
"text": {"field": "count", "type": "quantitative"}
},
"layer": [{
"mark": {"type": "arc", "innerRadius": 20, "stroke": "White"}
},{
"mark": {"type": "text", "radiusOffset": 10}
}]
}