DocumentServer/OfficeWeb/sdk/Common/Charts/examples/allCharts.html
nikolay ivanov a8be6b9e72 init repo
2014-07-05 18:22:49 +00:00

31 lines
1.4 KiB
HTML

<html>
<body>
<div style = 'width: 300px;margin-left: 750px;margin-top: 200px;'>
Draw Diagram<br>
<a href = 'Line/testExample.html?type=grouping'>Line Chart</a><br>
<a href = 'Line/testExample.html?type=stacked'>Line Chart(Accumulation)</a><br>
<a href = 'Line/testExample.html?type=stackedPer'>Line Chart(Normalized)</a><br>
<a href = 'Bar/testExample.html?type=grouping'>Bar Chart</a><br>
<a href = 'Bar/testExample.html?type=stacked'>Bar Chart(Accumulation)</a><br>
<a href = 'Bar/testExample.html?type=stackedPer'>Bar Chart(Normalized)</a><br>
<a href = 'HBar/testExample.html?type=grouping'>Horizontal Bar Chart</a><br>
<a href = 'HBar/testExample.html?type=stacked'>Horizontal Bar Chart(Accumulation)</a><br>
<a href = 'HBar/testExample.html?type=stackedPer'>Horizontal Bar Chart(Normalized)</a><br>
<!--<a href = 'Bipolar/testExample.html'>Bipolar Chart</a><br>-->
<!--<a href = 'Gantt/testExample.html'>Gantt Chart</a><br>-->
<a href = 'Pie/testExample.html'>Pie Chart</a><br>
<a href = 'Radar/testExample.html'>Radar Chart</a><br>
<!--<a href = 'Rose/testExample.html'>Rose Chart</a><br>-->
<a href = 'Scatter/testExample.html?type=normall'>Scatter Chart</a><br>
<a href = 'Scatter/testExample.html?type=exchange'>Exchange Chart</a><br>
<!--<a href = 'Rscatter/testExample.html'>Rscatter Chart</a><br>-->
<!--<a href = 'Waterfall/testExample.html'>Waterfall Chart</a><br>-->
</div>
</body>
</html>