我想将JqPlot用于MeterGauge图表。我定义了函数,然后在图表中显示了扩展程序。但是看不到我的javascript代码。 我的代码如下;
<p:meterGaugeChart id="sample" value="#{approxExportBean.xxx}" intervalOuterRadius="220"
style="width:1000px;height:400px;" seriesColors="82CAFF, E7E658, C68E17, 82CAFF" showTickLabels="true" extender="meterGauge()"/>
</p:outputPanel>
<script type="text/javascript">
function meterGauge()
{
title: 'Network Speed',
this.ringColor = "#000000",
this.background = "#efefef"
}
</script>
感谢您的帮助。