Commit Graph

2519 Commits

Author SHA1 Message Date
Nick Downie
ac55046c31 Merge pull request #126 from Ider/master
Correct default scaleShowLabels value in document
2013-06-05 15:16:04 -07:00
Ider
0638674145 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
2013-05-30 19:58:31 -07:00
Nick Downie
2e08396255 Merge pull request #75 from epeli/patch-1
Explicit global definition
2013-04-15 10:20:28 -07:00
Esa-Matti Suuronen
624fbfd474 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.
2013-04-13 11:55:36 +03:00
Nick Downie
4a94b44a77 Version bump 2013-04-12 21:26:33 +01:00
Nick Downie
7a55a1614c 0.2 Update
- Fixes hard coded scales now longer not one step out of sync
2013-04-12 21:20:44 +01:00
Nick Downie
75f4d21968 There are too many versions of Chart.js 2013-03-25 19:50:18 +00:00
Nick Downie
19e32556e8 Fix for broken radar rotation 2013-03-25 19:38:08 +00:00
Nick Downie
d30edc1b8d Cleared up folder structure 2013-03-25 19:25:57 +00:00
Nick Downie
7033042fae Added index site as well 2013-03-25 19:18:58 +00:00
Nick Downie
2acdfbfca8 Merge pull request #33 from robocoder/license-patch
add license text and header
2013-03-25 12:03:41 -07:00
Nick Downie
552de1f21c Added docs site to the project
Font's probably won't be server from typekit.
2013-03-25 19:01:46 +00:00
Anthon Pang
9453a670cd add license text and header 2013-03-20 00:09:51 -04:00
Nick Downie
26962ce2b6 Back online! 2013-03-19 16:22:03 +00:00
nnnick
1513be49cf Merge pull request #19 from fizerkhan/master
Added file for Bower package
2013-03-18 13:08:02 -07:00
Fizer Khan
18e094be9a Added Bower package support. 2013-03-18 21:59:20 +05:30
Nick Downie
4acc88e339 Added a license to the readme.
Also updated the online documentation with the license.
2013-03-18 07:40:28 +00:00
Nick Downie
1ee31e3708 Using an html tag in md was silly. 2013-03-17 23:59:08 +00:00
Nick Downie
a9dcf88378 First commit. Version 0.1
Examples of the six charts that can be created, and the Chart.js
library.
2013-03-17 23:57:50 +00:00