]> git.ipfire.org Git - thirdparty/Chart.js.git/log
thirdparty/Chart.js.git
11 years agoUpdate copyright year in license to include 2014 331/head
Kara [Sun, 9 Mar 2014 23:30:27 +0000 (16:30 -0700)] 
Update copyright year in license to include 2014

11 years agoUpdate copyright year in license to 2014
Kara [Sun, 9 Mar 2014 23:19:18 +0000 (16:19 -0700)] 
Update copyright year in license to 2014

11 years agoUpdated ETA v0.2.0
Nick Downie [Wed, 16 Oct 2013 22:28:41 +0000 (23:28 +0100)] 
Updated ETA

11 years agoUpdate on refactor progress
Nick Downie [Sun, 8 Sep 2013 23:29:33 +0000 (00:29 +0100)] 
Update on refactor progress

12 years agoQuick note about upcoming refactor
Nick Downie [Thu, 18 Jul 2013 22:58:31 +0000 (23:58 +0100)] 
Quick note about upcoming refactor

12 years agoQuick note about upcoming refactor
Nick Downie [Thu, 18 Jul 2013 22:57:14 +0000 (23:57 +0100)] 
Quick note about upcoming refactor

12 years agoMerge pull request #139 from ilyakatz/patch-1
Nick Downie [Fri, 14 Jun 2013 23:21:53 +0000 (16:21 -0700)] 
Merge pull request #139 from ilyakatz/patch-1

spelling changed for competition

12 years agospelling changed for competition 139/head
Ilya [Thu, 13 Jun 2013 03:18:12 +0000 (00:18 -0300)] 
spelling changed for competition

12 years agoCompetition details
Nick Downie [Tue, 11 Jun 2013 21:40:49 +0000 (22:40 +0100)] 
Competition details

Challenge post are running a competition and offering some great
prizes. Details are in the readme.

12 years agoMerge pull request #126 from Ider/master
Nick Downie [Wed, 5 Jun 2013 22:16:04 +0000 (15:16 -0700)] 
Merge pull request #126 from Ider/master

Correct default scaleShowLabels value in document

12 years agoCorrect default scaleShowLabels value to match js file setting 126/head
Ider [Fri, 31 May 2013 02:58:31 +0000 (19:58 -0700)] 
Correct default scaleShowLabels value to match js file setting

default scaleShowLabels value for Line and Bar is true in js file, but
it is false in document page.
Correct document page to match the value to reduce the confuse

12 years agoMerge pull request #75 from epeli/patch-1
Nick Downie [Mon, 15 Apr 2013 17:20:28 +0000 (10:20 -0700)] 
Merge pull request #75 from epeli/patch-1

Explicit global definition

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.