Skip to content

Commit

Permalink
Donut charts fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
oesmith committed Sep 15, 2012
1 parent 03ed32e commit 088233d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/morris.donut.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class Morris.Donut
# If you need to re-size your charts, call this method after changing the
# size of the container element.
redraw: ->
@el.clear()
@el.empty()

@r = new Raphael(@el[0])

Expand Down
7 changes: 4 additions & 3 deletions morris.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 088233d

Please sign in to comment.