init repo
This commit is contained in:
31
OfficeWeb/sdk/Common/Charts/examples/allCharts.html
Normal file
31
OfficeWeb/sdk/Common/Charts/examples/allCharts.html
Normal file
@@ -0,0 +1,31 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user