Skip to content

Commit c6f4fd5

Browse files
committed
Chart.js 1.0.1
1 parent 5ef851d commit c6f4fd5

File tree

5 files changed

+68
-0
lines changed

5 files changed

+68
-0
lines changed

_InstallPackages/chartjs_1.0.1.zip

13 KB
Binary file not shown.

chartjs_1.0.1/CHANGES.htm

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<ol style="max-height: 20em; overflow: auto;">
2+
<li>
3+
<strong>1.0.1</strong>
4+
<ul class="task-list">
5+
<li>Calling destroy now will reset the canvas context, remove added inline styles, and set it to it's current width.</li>
6+
<li>Props to <a href="https://github.com/tannerlinsley" class="user-mention">@tannerlinsley</a> for adding a new <code>customTooltips</code> option, which allows for easy HTML tooltips - example in <code>/samples</code>
7+
</li>
8+
<li>Thanks to <a href="https://github.com/fntneves" class="user-mention">@fntneves</a> for adding a new option or allowing vertical/horizontal grid lines of line/bar chart scales to be hidden via config option</li>
9+
<li>A huge thank you to <a href="https://github.com/fulldecent" class="user-mention">@fulldecent</a> for setting up CI for the repo - will go a long way for providing a better tested codebase and a more automated workflow</li>
10+
<li>Lastly a huge thank you to <a href="https://github.com/derekperkins" class="user-mention">@derekperkins</a>, <a href="https://github.com/fulldecent" class="user-mention">@fulldecent</a>, <a href="https://github.com/jakesyl" class="user-mention">@jakesyl</a>, <a href="https://github.com/tannerlinsley" class="user-mention">@tannerlinsley</a> and <a href="https://github.com/etimberg" class="user-mention">@etimberg</a> for their help collaborating on the project, reviewing code and working through the project issues to make this release possible.</li>
11+
<li>Now allows for spare data sets - just pass a null as part of your dataset to skip drawing that point/bar.</li>
12+
<li>Also cap bezier lines to the scale bounds.</li>
13+
</ul>
14+
</li>
15+
</ol>

chartjs_1.0.1/Chart.min.js

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

chartjs_1.0.1/LICENSE.htm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<p>Chart.js is licened under the <a href="https://github.com/nnnick/Chart.js/blob/v1.0.1/LICENSE.md">MIT License</a>.</p>

chartjs_1.0.1/chartjs.dnn

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<dotnetnuke type="Package" version="5.0">
2+
<packages>
3+
<package name="chartjs" type="JavaScript_Library" version="1.0.1">
4+
<friendlyName>Chart.js</friendlyName>
5+
<description>Simple HTML5 Charts using the &lt;canvas&gt; tag</description>
6+
<owner>
7+
<name>Engage Software</name>
8+
<organization>Engage Software</organization>
9+
<url>http://www.engagesoftware.com</url>
10+
<email>support@engagesoftware.com</email>
11+
</owner>
12+
<license src="LICENSE.htm" />
13+
<releaseNotes src="CHANGES.htm" />
14+
<azureCompatible>true</azureCompatible>
15+
<dependencies>
16+
<!--
17+
<dependency type="managedPackage" version="1.0.0">jQuery</dependency>
18+
-->
19+
</dependencies>
20+
<components>
21+
<component type="JavaScript_Library">
22+
<javaScriptLibrary>
23+
<libraryName>chartjs</libraryName>
24+
<fileName>Chart.min.js</fileName>
25+
<preferredScriptLocation>BodyBottom</preferredScriptLocation>
26+
<CDNPath>https://cdn.jsdelivr.net/chart.js/1.0.1/Chart.min.js</CDNPath>
27+
<objectName>Chart</objectName>
28+
</javaScriptLibrary>
29+
</component>
30+
<component type="JavaScriptFile">
31+
<jsfiles>
32+
<libraryFolderName>chartjs</libraryFolderName>
33+
<jsfile>
34+
<name>Chart.min.js</name>
35+
</jsfile>
36+
</jsfiles>
37+
</component>
38+
</components>
39+
</package>
40+
</packages>
41+
</dotnetnuke>

0 commit comments

Comments
 (0)