Skip to content

Commit

Permalink
Version 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
benpickles committed Dec 4, 2012
1 parent 021f6b8 commit a79d272
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 11 deletions.
8 changes: 8 additions & 0 deletions History.md
@@ -1,5 +1,13 @@
# History # History


## Version 1.0.0 - 2012/12/4

* Spacing between bars can now be configured.
* Pie charts can now be formed of more than 2 segments.
* The colours of bar and pie charts can now be set dynamically based on their value.
* Re-write of the internals so that the actual `<canvas>` element is only created once and `$.wrapInner` is no longer used to contain everything in a separate `<span>`.
* Peity now automatically reads data-* attributes and passes them as options when instantiating a chart. [@buunguyen](https://github.com/buunguyen)

## Version 0.6.1 - 2012/10/12 ## Version 0.6.1 - 2012/10/12


* Workaround for Linux/Chrome bug when using #arc to draw a full circle not having a zero starting angle. * Workaround for Linux/Chrome bug when using #arc to draw a full circle not having a zero starting angle.
Expand Down
6 changes: 3 additions & 3 deletions index.html
Expand Up @@ -111,12 +111,12 @@ <h1>Peity</h1>
</p> </p>
</nav> </nav>


<h2>Download <span class="version">version 0.6.1</span></h2> <h2>Download <span class="version">version 1.0.0</span></h2>


<dl> <dl>
<dt>Uncompressed 4.9Kb</dt> <dt>Uncompressed 5.9Kb</dt>
<dd><a href="jquery.peity.js">jquery.peity.js</a></dd> <dd><a href="jquery.peity.js">jquery.peity.js</a></dd>
<dt>Minified 2.4Kb (+gzipped 1.1Kb)</dt> <dt>Minified 2.8Kb (+gzipped 1.3Kb)</dt>
<dd><a href="jquery.peity.min.js">jquery.peity.min.js</a></dd> <dd><a href="jquery.peity.min.js">jquery.peity.min.js</a></dd>
<dt>Source</dt> <dt>Source</dt>
<dd><a href="https://github.com/benpickles/peity">github.com/benpickles/peity</a></dd> <dd><a href="https://github.com/benpickles/peity">github.com/benpickles/peity</a></dd>
Expand Down
2 changes: 1 addition & 1 deletion jquery.peity.js
@@ -1,4 +1,4 @@
// Peity jQuery plugin version 0.6.1 // Peity jQuery plugin version 1.0.0
// (c) 2012 Ben Pickles // (c) 2012 Ben Pickles
// //
// http://benpickles.github.com/peity // http://benpickles.github.com/peity
Expand Down
15 changes: 8 additions & 7 deletions jquery.peity.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a79d272

Please sign in to comment.