文章标签较多,可在侧边栏的目录中快速定位~
{
"data": { "values": [
{"tags": "日记", "count": 11 }
, {"tags": "随笔", "count": 10 }
, {"tags": "讲课/学习", "count": 3 }
, {"tags": "其它", "count": 1 }
, {"tags": "实用工具", "count": 1 }
, {"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}
}]
}