在Primefaces Meter Gauge Chart中使用JqPlot

时间:2013-04-12 13:45:00

标签: java spring jsf primefaces charts

我想将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>

感谢您的帮助。

0 个答案:

没有答案