Olly Smith
0662095c29
Reduce number of options on yLabelFormatter.
2012-12-20 08:05:24 +00:00
Olly Smith
ecabc8976b
Merge branch 'issue-138' of github.com:tiraeth/morris.js
...
Conflicts:
lib/morris.grid.coffee
morris.js
morris.min.js
2012-12-20 08:02:13 +00:00
Olly Smith
06a2ab3501
Option for hiding axes.
2012-12-20 07:50:16 +00:00
Olly Smith
c82d335976
Tidy up grid option.
2012-12-20 07:44:32 +00:00
Olly Smith
672583b1e7
Option to disable grid drawing.
...
Merge branch 'issue-114' of github.com:tiraeth/morris.js into no-grid
Conflicts:
morris.js
morris.min.js
2012-12-20 07:35:16 +00:00
Olly Smith
a620eec75d
Fix hover position for area charts.
2012-12-19 22:35:49 +00:00
Olly Smith
a23eb0792c
hoverCallback option.
2012-12-19 22:23:36 +00:00
Olly Smith
d308cb04be
Hover in bar charts.
2012-12-17 20:08:39 +00:00
Olly Smith
5a31deda53
Getting there... (for line charts, at least).
2012-12-14 22:31:31 +00:00
Marcin Chwedziak
849f7ee480
Ability to disable grid drawing in Line, Area, and Bar charts ( #114 )
2012-12-13 23:05:44 +01:00
Marcin Chwedziak
24f11c6497
removed .call() call - not needed
2012-12-13 22:41:03 +01:00
Marcin Chwedziak
381be72f61
non-invasive solution for #138 , with mache:spec
2012-12-13 22:31:13 +01:00
Olly Smith
7ea84dda7f
Hover element for line charts (still needs refactoring...)
2012-12-13 19:09:50 +00:00
Olly Smith
77ee0468e6
WIP: connecting hover object to grid subclasses.
2012-12-11 22:00:22 +00:00
Olly Smith
e0691b93d3
Smarter hover placement.
2012-12-11 18:25:18 +00:00
Olly Smith
6787fa7cff
WIP: HTML hover refactor.
...
- Morris.Hover now encapsulates the hover object, with no graph-specific
code.
- Tests for Morris.Hover.
- Add chai-jquery to test suite.
2012-12-07 19:04:21 +00:00
Olly Smith
8080000a56
Merge branch 'master' into html-hover
...
Conflicts:
lib/morris.line.coffee
morris.js
morris.min.js
2012-12-04 22:06:53 +00:00
Olly Smith
ff9856e8e9
Fix hover on broken lines.
2012-12-04 21:42:43 +00:00
Olly Smith
0068e54c4b
Fix createPath bug.
2012-12-04 21:31:13 +00:00
Olly Smith
e8c6ba89c8
WIP: re-organising.
2012-12-04 19:12:34 +00:00
Olly Smith
cf9d10b9dc
Merge branch 'master' into html-hover
...
Conflicts:
morris.min.js
2012-12-03 21:39:03 +00:00
Olly Smith
0bce4d3076
Merge branch 'broken-lines'
...
Conflicts:
morris.min.js
2012-12-03 17:46:52 +00:00
Olly Smith
d41bea2e23
Refactor.
...
- Test paths as rendered in SVG.
- More exact unit tests for createPath.
- Catch some more edge case bugs in createPath.
- Refactor createPath to handle null values better.
2012-12-03 08:39:13 +00:00
Olly Smith
a8ca88e583
Merge branch 'morris-hover' of https://github.com/tiraeth/morris.js into html-hover
...
Conflicts:
lib/morris.bar.coffee
morris.js
morris.min.js
2012-12-02 22:23:59 +00:00
Elber Ribeiro
71bb498c05
generating min js
2012-11-20 10:51:26 -02:00
Elber Ribeiro
4773f909a8
Adding support to stacked bars
2012-11-19 23:23:11 -02:00
Marcin Chwedziak
9bdabf1d0d
first version of hover refactored to be 100% html
2012-11-18 20:02:46 +01:00
Olly Smith
25698d6664
Decade intervals for time-axis labels.
2012-11-08 17:18:23 +00:00
Olly Smith
236afa4003
Define bar colors with a function.
2012-11-06 08:18:19 +00:00
Olly Smith
d6b955af02
Tidy up use of "is/isnt null" using ?
operator.
2012-11-06 07:48:29 +00:00
Olly Smith
b233059e8d
Replace $.map with coffeescript for-loops.
2012-11-06 07:36:36 +00:00
Marcin Chwedziak
c279b9b0b1
fixes #107 , passes data row to formatter function to allow user make usage of it
2012-11-05 19:55:08 +01:00
Olly Smith
8faced7668
Couple of quick fixes.
2012-11-03 14:08:57 +00:00
tiraeth
38a1cdd9ec
Added value goals and time events.
2012-11-01 20:17:04 +01:00
Olly Smith
e4f4594fab
Back-to-basics bar chart.
2012-10-31 21:58:26 +00:00
tiraeth
69f932d9e6
Morris.Bar + additional updates to Morris.Grid for bars handling
2012-10-31 20:38:09 +01:00
Olly Smith
5192f678dc
*really* fix hover placing.
2012-10-28 21:22:10 +00:00
Olly Smith
a8d60d03fe
Fix hover placing when nil values present.
2012-10-28 20:39:56 +00:00
Olly Smith
a03926897b
Label x-axis from right to left.
2012-10-28 20:30:48 +00:00
Olly Smith
df63f19358
Reverse hover order for area charts.
2012-10-28 19:50:38 +00:00
Olly Smith
f72b14f619
Initial area charts.
2012-10-28 18:55:37 +00:00
Olly Smith
16b88ba1de
Make hover a *teensy* bit clearer.
2012-10-27 18:31:21 +01:00
Olly Smith
5776c44d60
Improved support for empty charts.
2012-10-25 09:19:37 +01:00
Olly Smith
5ae2dfc478
Start building up the spec coverage. Fix hover label bug (yay, specs!)
2012-10-25 08:23:20 +01:00
Olly Smith
69f949b132
Refactor spec runner, update to newer mocha.
2012-10-25 07:51:13 +01:00
Olly Smith
1aca098694
MUCH simpler internal code.
2012-10-23 09:15:21 +01:00
Olly Smith
f6b1cfe7a0
Line chart working again.
2012-10-22 07:56:40 +01:00
Olly Smith
d5b8071dbb
WIP Refactor grid drawing into a base class.
2012-10-21 22:33:49 +01:00
Olly Smith
67fbc481aa
Simplify!
2012-10-21 00:29:40 +01:00
Olly Smith
66461001b7
Merge branch 'smooth-per-series' of https://github.com/tiraeth/morris.js into tiraeth-smooth-per-series
...
Conflicts:
morris.min.js
2012-10-20 23:55:23 +01:00