我使用 nv.d3.js 绘制了一个饼图,这是结果(我认为它有点难看): https ://www.dropbox.com/s/9x96o9s0fhh1v36/2013-11-05_1822.png
这是 highcharts 示例: https ://www.dropbox.com/s/8hlc09kjkcolsjp/2013-11-05_1823.png
我该如何解决这个问题?设置 chart.staggerLabel(true) 没有帮助。
对不起我的英语不好。
我使用 nv.d3.js 绘制了一个饼图,这是结果(我认为它有点难看): https ://www.dropbox.com/s/9x96o9s0fhh1v36/2013-11-05_1822.png
这是 highcharts 示例: https ://www.dropbox.com/s/8hlc09kjkcolsjp/2013-11-05_1823.png
我该如何解决这个问题?设置 chart.staggerLabel(true) 没有帮助。
对不起我的英语不好。
If I were you, then I would do something like http://redotheweb.com/DependencyWheel/
It isn't difficult to integrate into your current piechart if you are using the pure D3.js stuff, but I haven't ever used NVD3.js, so I don't know how well it integrates into that software.