]>
git.ipfire.org Git - thirdparty/Chart.js.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Esa-Matti Suuronen [Sat, 13 Apr 2013 08:55:36 +0000 (11:55 +0300)]
Explicit global definition
Some script bundlers such as Browserify compile a wrapper function over the modules. If var-statement is used to define the global it will be hidden inside it. Use window-global to define Chart global explicitly.
Nick Downie [Fri, 12 Apr 2013 20:26:33 +0000 (21:26 +0100)]
Version bump
Nick Downie [Fri, 12 Apr 2013 20:20:44 +0000 (21:20 +0100)]
0.2 Update
- Fixes hard coded scales now longer not one step out of sync
Nick Downie [Mon, 25 Mar 2013 19:50:18 +0000 (19:50 +0000)]
There are too many versions of Chart.js
Nick Downie [Mon, 25 Mar 2013 19:38:08 +0000 (19:38 +0000)]
Fix for broken radar rotation
Nick Downie [Mon, 25 Mar 2013 19:25:57 +0000 (19:25 +0000)]
Cleared up folder structure
Nick Downie [Mon, 25 Mar 2013 19:18:55 +0000 (19:18 +0000)]
Added index site as well
Nick Downie [Mon, 25 Mar 2013 19:03:41 +0000 (12:03 -0700)]
Merge pull request #33 from robocoder/license-patch
add license text and header
Nick Downie [Mon, 25 Mar 2013 19:01:46 +0000 (19:01 +0000)]
Added docs site to the project
Font's probably won't be server from typekit.
Anthon Pang [Wed, 20 Mar 2013 04:09:51 +0000 (00:09 -0400)]
add license text and header
Nick Downie [Tue, 19 Mar 2013 16:22:03 +0000 (16:22 +0000)]
Back online!
nnnick [Mon, 18 Mar 2013 20:08:02 +0000 (13:08 -0700)]
Merge pull request #19 from fizerkhan/master
Added file for Bower package
Fizer Khan [Mon, 18 Mar 2013 16:29:20 +0000 (21:59 +0530)]
Added Bower package support.
Nick Downie [Mon, 18 Mar 2013 07:40:28 +0000 (07:40 +0000)]
Added a license to the readme.
Also updated the online documentation with the license.
Nick Downie [Sun, 17 Mar 2013 23:59:08 +0000 (23:59 +0000)]
Using an html tag in md was silly.
Nick Downie [Sun, 17 Mar 2013 23:57:50 +0000 (23:57 +0000)]
First commit. Version 0.1
Examples of the six charts that can be created, and the Chart.js
library.