Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3946cde

Browse files
Reorganization of the project.
1 parent 157a742 commit 3946cde

File tree

157 files changed

+62500
-42828
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

157 files changed

+62500
-42828
lines changed

‎.vs/Samples/v16/.suo

-6.5 KB
Binary file not shown.

‎MindFusion.Charting-vsdoc.js

Lines changed: 6014 additions & 0 deletions
Large diffs are not rendered by default.

‎Scripts/MindFusion.Charting.d.ts renamed to ‎MindFusion.Charting.d.ts

Lines changed: 11504 additions & 11504 deletions
Large diffs are not rendered by default.
File renamed without changes.
File renamed without changes.
File renamed without changes.

‎Samples.csproj.user

Lines changed: 0 additions & 38 deletions
This file was deleted.
Lines changed: 58 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,58 @@
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-
&gt;
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+
&gt;
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>

‎AreaChart.js renamed to ‎Samples/AreaChart.js

Lines changed: 64 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /