标签

文章标签较多,可在侧边栏的目录中快速定位~



{
  "data": { "values": [

  {"tags": "个人", "count": 1 }

 , {"tags": "博客", "count": 2 }

 , {"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}
  }]
}

个人

博客

音游