jquery jqplot pierenderer 饼图百分比小于3的无法显示DataLabels,需要设置如下属性:
this.dataLabelThreshold = 3
将3改为0即可。
设置DataLabels的位置:
this.dataLabelPositionFactor = 0.52
0到1之间,值越大,离饼图边缘越近。
jquery jqplot pierenderer 饼图百分比小于3的无法显示DataLabels,需要设置如下属性:
this.dataLabelThreshold = 3
将3改为0即可。
设置DataLabels的位置:
this.dataLabelPositionFactor = 0.52
0到1之间,值越大,离饼图边缘越近。