mirror of
https://github.com/morrisjs/morris.js.git
synced 2024-11-11 05:46:37 +01:00
Remove unused Morris.Grid#updateHover method
This commit is contained in:
parent
b98ae8ab1d
commit
70dce01967
@ -299,11 +299,6 @@ class Morris.Grid extends Morris.EventEmitter
|
||||
else
|
||||
"#{@options.preUnits}#{Morris.commas(label)}#{@options.postUnits}"
|
||||
|
||||
updateHover: (x, y) ->
|
||||
hit = @hitTest(x, y)
|
||||
if hit?
|
||||
@hover.update(hit...)
|
||||
|
||||
# draw y axis labels, horizontal lines
|
||||
#
|
||||
drawGrid: ->
|
||||
|
Loading…
Reference in New Issue
Block a user