|
1 | | -<!DOCTYPE html> |
2 | | - |
3 | | -<html lang="en"> |
4 | | -<head> |
5 | | - <meta charset="utf-8" /> |
6 | | - <title>MindFusion.Charting Sample - AreaChart</title> |
7 | | - <link href="common/jquery-ui.min.css" rel="stylesheet" /> |
8 | | - <link href="common/samples.css" rel="stylesheet" /> |
9 | | - <script type="text/javascript" src="common/jquery.min.js"></script> |
10 | | - <script type="text/javascript" src="common/jquery-ui.min.js"></script> |
11 | | - <script type="text/javascript" src="common/samples.js"></script> |
12 | | - <script type="text/javascript" src="Scripts/config.js"></script> |
13 | | -</head> |
14 | | -<body> |
15 | | - <input type="hidden" id="collapsed" /> |
16 | | - <div id="header" style="height: 49px;"> |
17 | | - <a href="index.html">Home</a> |
18 | | - <div style="float: right; margin-right: 5px; margin-top: 17px;"> |
19 | | - <button id="expandButton" onclick="onExpandCollapse()"> |
20 | | - > |
21 | | - </button> |
22 | | - </div> |
23 | | - </div> |
24 | | - <div id="info" style="top: 60px; bottom: 24px;"> |
25 | | - <div id="infoTab" style="padding: 10px;"> |
26 | | - <h1> |
27 | | - About this sample |
28 | | - </h1> |
29 | | - <p id="pinfo"> |
30 | | - This sample demonstrates various properties of the AreaChart control. Change property values in this panel to see their effect in chart above. |
31 | | - </p> |
32 | | - </div> |
33 | | - </div> |
34 | | - <div id="content" style="top: 60px; bottom: 24px; overflow-y: scroll;"> |
35 | | - <div id="controls" style="height: 100px;"> |
36 | | - <div style="display: inline-block"> |
37 | | - <label for="lineType">LineType</label> |
38 | | - <select id="lineType"> |
39 | | - <option value="0">Polyline</option> |
40 | | - <option value="1">Step</option> |
41 | | - <option value="2">Curve</option> |
42 | | - </select> |
43 | | - </div> |
44 | | - <div style="display: inline-block"> |
45 | | - Area opacity<input type="range" id="areaOpacity" min="0" max="100" /> |
46 | | - </div> |
47 | | - Show data labels<input type="checkbox" id="showDataLabels"> |
48 | | - </div> |
49 | | - <div style="position: absolute; left: 0px; top: 100px; bottom: 0px; right: 0px; "> |
50 | | - <canvas id="areaChart" style="width: 100%; height: 100%; display: block;"></canvas> |
51 | | - </div> |
52 | | - </div> |
53 | | - <div id="footer" style="height: 24px;"> |
54 | | - <span id="copyright"></span> |
55 | | - </div> |
56 | | - <script data-main="AreaChart" src="Scripts/require.js"></script> |
57 | | -</body> |
58 | | -</html> |
| 1 | +<!DOCTYPE html> |
| 2 | + |
| 3 | +<html lang="en"> |
| 4 | +<head> |
| 5 | + <meta charset="utf-8" /> |
| 6 | + <title>MindFusion.Charting Sample - AreaChart</title> |
| 7 | + <link href="common/jquery-ui.min.css" rel="stylesheet" /> |
| 8 | + <link href="common/samples.css" rel="stylesheet" /> |
| 9 | + <script type="text/javascript" src="common/jquery.min.js"></script> |
| 10 | + <script type="text/javascript" src="common/jquery-ui.min.js"></script> |
| 11 | + <script type="text/javascript" src="common/samples.js"></script> |
| 12 | + <script type="text/javascript" src="Scripts/config.js"></script> |
| 13 | +</head> |
| 14 | +<body> |
| 15 | + <input type="hidden" id="collapsed" /> |
| 16 | + <div id="header" style="height: 49px;"> |
| 17 | + <a href="index.html">Home</a> |
| 18 | + <div style="float: right; margin-right: 5px; margin-top: 17px;"> |
| 19 | + <button id="expandButton" onclick="onExpandCollapse()"> |
| 20 | + > |
| 21 | + </button> |
| 22 | + </div> |
| 23 | + </div> |
| 24 | + <div id="info" style="top: 60px; bottom: 24px;"> |
| 25 | + <div id="infoTab" style="padding: 10px;"> |
| 26 | + <h1> |
| 27 | + About this sample |
| 28 | + </h1> |
| 29 | + <p id="pinfo"> |
| 30 | + This sample demonstrates various properties of the AreaChart control. Change property values in this panel to see their effect in chart above. |
| 31 | + </p> |
| 32 | + </div> |
| 33 | + </div> |
| 34 | + <div id="content" style="top: 60px; bottom: 24px; overflow-y: scroll;"> |
| 35 | + <div id="controls" style="height: 100px;"> |
| 36 | + <div style="display: inline-block"> |
| 37 | + <label for="lineType">LineType</label> |
| 38 | + <select id="lineType"> |
| 39 | + <option value="0">Polyline</option> |
| 40 | + <option value="1">Step</option> |
| 41 | + <option value="2">Curve</option> |
| 42 | + </select> |
| 43 | + </div> |
| 44 | + <div style="display: inline-block"> |
| 45 | + Area opacity<input type="range" id="areaOpacity" min="0" max="100" /> |
| 46 | + </div> |
| 47 | + Show data labels<input type="checkbox" id="showDataLabels"> |
| 48 | + </div> |
| 49 | + <div style="position: absolute; left: 0px; top: 100px; bottom: 0px; right: 0px; "> |
| 50 | + <canvas id="areaChart" style="width: 100%; height: 100%; display: block;"></canvas> |
| 51 | + </div> |
| 52 | + </div> |
| 53 | + <div id="footer" style="height: 24px;"> |
| 54 | + <span id="copyright"></span> |
| 55 | + </div> |
| 56 | + <script data-main="AreaChart" src="Scripts/require.js"></script> |
| 57 | +</body> |
| 58 | +</html> |
0 commit comments