app/js/lib/views/graph_view.coffee in ela-3.0.0 vs app/js/lib/views/graph_view.coffee in ela-3.1.0
- old
+ new
@@ -104,8 +104,12 @@
height: $graph[0].clientHeight
guides: guides
curves: @curves
axisLabelingForCurve: @axisLabelingForCurve
localePrefix: @localePrefix
+ if @leftAxisHandler?
+ view.$el.on('tap', @subviews.leftAxisHandler.updateValue)
+ if @bottomAxisHandler?
+ view.$el.on('tap', @subviews.bottomAxisHandler.updateValue)
$graph.html(view.render().el)
this