【发布时间】:2014-09-23 09:39:04
【问题描述】:
我的 xhtml 代码是:
<p:pieChart id="custom"
value="#{facturationbean.pieModelPourcentage}"
legendPosition="e"
showDataLabels="true"
title="Facturation par client en %"
rendered="#{facturationbean.isNull}" extender="ext2"
style=" width: 400px; height: 300px; font-size: medium; " />
<script>
function ext2() {
this.cfg.seriesDefaults.rendererOptions.dataLabelFormatString='%.3s%';
this.cfg.seriesDefaults.rendererOptions.dataLabelThreshold=0.5;
this.cfg.seriesDefaults.rendererOptions.dataLabelPositionFactor= 0.2;
this.cfg.seriesDefaults.rendererOptions.dataLabelCenterOn=false;
}
</script>
如何从我的图表中删除此问题?
欢迎所有建议。
【问题讨论】:
标签: javascript jsf-2 primefaces charts