有没有办法在sunburst NVD3图表中添加图例?我这样做了,而且它目前无法正常工作。
chart = nv.models.sunburstChart()
.showTooltipPercent(true)
.color(d3.scale.category20c())
.showLabels(false)
.margin({bottom: 20, top: 10,right:0})
.showLegend(true)
.mode("value")