morris.js/lib
radagaisus 928e1a5b34 Morris Fails to Compile with the Closure Compiler
So closure-compiler decided that `long` is a reserved JS keyword, even when
it's a property of an object (`this.long`). The fault is on
closure-compiler - it's not compliant with the specification,
- but it means that Morris will fail to build on every asset
system that uses the closure compiler.


To fix this I just changed `@long` inside Donut to `@is_long`.
2013-01-18 17:29:38 +02:00
..
morris.area.coffee Fix hover position for area charts. 2012-12-19 22:35:49 +00:00
morris.bar.coffee xLabelMargin optionx. 2012-12-20 19:15:33 +00:00
morris.coffee WIP: re-organising. 2012-12-04 19:12:34 +00:00
morris.donut.coffee Morris Fails to Compile with the Closure Compiler 2013-01-18 17:29:38 +02:00
morris.grid.coffee Reduce number of options on yLabelFormatter. 2012-12-20 08:05:24 +00:00
morris.hover.coffee Getting there... (for line charts, at least). 2012-12-14 22:31:31 +00:00
morris.line.coffee xLabelMargin optionx. 2012-12-20 19:15:33 +00:00