Commit Graph

40 Commits

Author SHA1 Message Date
Olly Smith
28cb48bb36 Coffeescript non-date X values. 2012-03-06 22:05:25 +00:00
Olly Smith
35b46d15aa hideHover in coffeescript 2012-03-06 22:05:25 +00:00
Kefan Xie
e526784f39 Added hideHover option to hide hover when mousing out 2012-03-06 21:22:51 +00:00
Kefan Xie
939baf5e9e Added parseTime option to allow non-date parsing line charts 2012-03-06 21:22:51 +00:00
Olly Smith
64c5ac10f2 Add clean target to Makefile. 2012-03-04 21:43:54 +00:00
Olly Smith
f484b7574d Merge pull request #27 from msabbott/master
Support ISO-8601 Week Numbers on X-Axis
2012-03-04 13:41:54 -08:00
Mark Abbott
b67c1b2358 Fixed bug where number of weeks was miscalculated 2012-03-04 17:03:11 +00:00
Mark Abbott
6fb708acea Added extra comments to the Coffeescript to describe the calculations that are going on 2012-03-04 17:01:09 +00:00
Mark Abbott
6be7b1904c Converted draft code to Coffeescript, and added calculation for number of weeks in the year 2012-03-04 16:11:48 +00:00
Mark Abbott
ceab688216 Add functionality to support Week Numbers 2012-03-04 13:36:44 +00:00
Olly Smith
8446be205e Move jQuery wrapper into coffeescript. 2012-03-01 08:06:38 +00:00
Adrian Rollett
a174ae924b Wrapped morris.js to allow compatibility with noConflict mode. 2012-02-29 21:20:37 -07:00
Olly Smith
a280a1717e v0.2.2 changelog 2012-02-29 21:10:48 +00:00
Olly Smith
eca4b3aba1 Sort input data (closes #10, #20). 2012-02-29 20:53:53 +00:00
Olly Smith
b3b8377c53 Fix bug when options.data.length == 2.
Closes #19
2012-02-29 08:11:01 +00:00
Olly Smith
819f40b3d4 0.2.1 changelog. 2012-02-28 22:29:33 +00:00
Olly Smith
0453724887 Accept DOM element in options.element (closes #11). 2012-02-28 22:00:08 +00:00
Olly Smith
dc0a34dcbb Refactor path drawing. 2012-02-28 21:27:33 +00:00
Olly Smith
8da7935d8e Merge branch 'master' of https://github.com/scockram/morris.js into scockram-master 2012-02-28 21:15:31 +00:00
Olly Smith
7a72eb3ed3 Simplify $.extend call. 2012-02-28 21:06:55 +00:00
Steve Cockram
3371209ab8 Added option to draw straight lines 2012-02-28 13:30:52 +00:00
Mickele Moriconi
d059c3acaf Clone @default options object before merging it 2012-02-28 13:12:46 +01:00
Olly Smith
8d6cb3ee8e Add ymax 'auto $min' support. 2012-02-28 08:20:41 +00:00
Olly Smith
846c4677c9 Proper dependencies in Makefile. 2012-02-28 07:53:53 +00:00
Olly Smith
7d9d0b811a Merge pull request #7 from thedjinn/ymax-option
Added option to set maximum y-value
2012-02-27 23:00:58 -08:00
Olly Smith
92666d6a6c Merge pull request #6 from thedjinn/makefile
Added Makefile
2012-02-27 23:00:27 -08:00
Emil Loer
3b4934003e add option to set maximum y value 2012-02-28 00:25:53 +01:00
Emil Loer
336482cd62 add makefile 2012-02-28 00:16:22 +01:00
Olly Smith
738f53ec72 Pulled some examples from #5 (closes #5). 2012-02-26 01:25:10 +00:00
Olly Smith
91dd0fcb42 Update readme. 2012-02-26 01:13:19 +00:00
Olly Smith
99aafd3ed8 Add minified build output. Make 'new' optional on Morris.Line. 2012-02-26 00:28:58 +00:00
Olly Smith
40f336e8bc Fix date-parsing bug. 2012-02-26 00:11:29 +00:00
Olly Smith
9b4791534b Merge branch 'coffee-rewrite'
Conflicts:
	morris.js
2012-02-25 18:04:26 +00:00
Olly Smith
9350b63d18 Add YYYY-MM-DD support. 2012-02-23 22:27:26 +00:00
Olly Smith
1e61298d7c YYYY-MM-DD date support (closes #2) 2012-02-23 22:15:07 +00:00
Olly Smith
b8302f24b9 Roughly complete coffeescript port. Still ugly though. 2012-02-23 21:59:45 +00:00
Olly Smith
0514145522 Add a vim modeline so I don't go crazy if I edit something at work. 2012-02-23 08:16:42 +00:00
Olly Smith
f729b1530a CoffeeScript re-write. Has a working plot, but so far no hover labels. 2012-02-23 08:11:31 +00:00
Olly Smith
f740d80c14 Improved date handling: now recognises YYYY-MM dates.
(also fix a silly math error)
2012-02-22 16:51:51 +00:00
Olly Smith
eba644feca First post 2012-02-21 22:50:41 +00:00