Merge pull request #449 from JelteF/pointsize-zero

Don't grow a point if its size is 0
This commit is contained in:
Olly Smith 2014-07-14 21:15:23 +01:00
commit ed1bc7584a

View File

@ -314,6 +314,8 @@ class Morris.Line extends Morris.Grid
# @private
pointGrowSeries: (index) ->
if @pointSizeForSeries(index) is 0
return
Raphael.animation r: @pointSizeForSeries(index) + 3, 25, 'linear'
# @private