最近用JfreeChart制作报表。。。
得到的百分比为0% 其实这个是有数据的
例如:数据为 1 ,50,52,63 百分数:0%,25%,34% 第一个数太小所有应该占比0.*% 所以没显示小数
pieplot.setLegendLabelGenerator(new StandardPieSectionLabelGenerator("{0} {2}"));
{2}为百分数 怎么格式化呢。。。百度很久没度出来。。
------解决方案--------------------
应该是这样的new StandardPieSectionLabelGenerator("{0}={1}({2})")