怎樣使用Essential Studio Reporting Edition創(chuàng)建頁面標(biāo)簽?
1個(gè)回答
1970-01-01 08:00
<pre class='brush: html'>< h3 class="chart-title">Multi Series Column 3D Line DY Chart< /h3>
< p> < /p>
< script type="text/javascript" src="../Data/String/js/Col3DLineDY1.js" >< /script>
< div id="chartdiv" align="center">Chart will load here< /div>
< script type="text/javascript">
if (GALLERY_RENDERER && GALLERY_RENDERER.search(/javascript|flash/i)==0) FusionCharts.setCurrentRenderer(GALLERY_RENDERER);
var chart = new FusionCharts("../../Charts/MSColumn3DLineDY.swf", "ChartId", "560", "400", "0", "0");
chart.setXMLData( dataString );
chart.render("chartdiv");
< /script>
< p> < /p>
< P align="center">Multi-Series 3D Column chart with line data series showing sales of two products and total quantity. Sales is plotted against primary y-axis and quantity against secondary. Click on a legend item to show/hide the data series.< /P>
< br/>
< div class="qua-button-holder">< /div>
< div class="show-code-block">< /div></pre>
登錄 慧都網(wǎng)發(fā)表評(píng)論