]> git.ipfire.org Git - thirdparty/Chart.js.git/log
thirdparty/Chart.js.git
12 years agoExplicit global definition 75/head
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.

12 years agoVersion bump
Nick Downie [Fri, 12 Apr 2013 20:26:33 +0000 (21:26 +0100)] 
Version bump

12 years ago0.2 Update
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

12 years agoThere are too many versions of Chart.js
Nick Downie [Mon, 25 Mar 2013 19:50:18 +0000 (19:50 +0000)] 
There are too many versions of Chart.js

12 years agoFix for broken radar rotation
Nick Downie [Mon, 25 Mar 2013 19:38:08 +0000 (19:38 +0000)] 
Fix for broken radar rotation

12 years agoCleared up folder structure
Nick Downie [Mon, 25 Mar 2013 19:25:57 +0000 (19:25 +0000)] 
Cleared up folder structure

12 years agoAdded index site as well
Nick Downie [Mon, 25 Mar 2013 19:18:55 +0000 (19:18 +0000)] 
Added index site as well

12 years agoMerge pull request #33 from robocoder/license-patch
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

12 years agoAdded docs site to the project
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.

12 years agoadd license text and header 33/head
Anthon Pang [Wed, 20 Mar 2013 04:09:51 +0000 (00:09 -0400)] 
add license text and header

12 years agoBack online!
Nick Downie [Tue, 19 Mar 2013 16:22:03 +0000 (16:22 +0000)] 
Back online!

12 years agoMerge pull request #19 from fizerkhan/master
nnnick [Mon, 18 Mar 2013 20:08:02 +0000 (13:08 -0700)] 
Merge pull request #19 from fizerkhan/master

Added file for Bower package

12 years agoAdded Bower package support. 19/head
Fizer Khan [Mon, 18 Mar 2013 16:29:20 +0000 (21:59 +0530)] 
Added Bower package support.

12 years agoAdded a license to the readme.
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.

12 years agoUsing an html tag in md was silly.
Nick Downie [Sun, 17 Mar 2013 23:59:08 +0000 (23:59 +0000)] 
Using an html tag in md was silly.

12 years agoFirst commit. Version 0.1
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.