- d3 Rickshaw Graph Disable Hover effect
- hoverDict =
- graph: graph
- xFormatter: (x) ->
- today = new Date()
- today.setDate(today.getDate()- x + 1)
- return today.toDateString()
- yFormatter: null
- hoverDetail = new Rickshaw.Graph.HoverDetail(hoverDict)
- .rickshaw_graph .detail .item.active {
- opacity: 1;
- display:none;
- }