[ ] bug report => search github for a similar issue or PR before submitting
[x] feature request
[ ] support request => Please do not submit support request here
What is the motivation / use case for changing the behavior?
Bike riders have a very strict requirements when it comes to height graph:
Tooltip must always be seen when hovering on a chart (not just on existing points but also in between, no matter where the mouse is in terms of Y axis).
Hovering on the chart should emit events so that the hover point can be seen on a map.
When hovering on a route on a map the chart should be able to "simulate" hovering (kind of two way binding between the chart and the map).
expected behavior can be seen here:
http://israelhiking.osm.org.il/#!/?s=IGlHIDzYmN
by clicking on the bottom right chart icon and hovering the route/chart.
I was thinking on migrating out of google charts since they are not built with angular and it's a pain to add them in, but I need to know all the above features are supported, couldn't understand it from the documentation or the demo pages...
Is there a way to get the location inside the svg element that corresponds to a certain X value on the chart?
I'll be happy to help implement it, but I need someone's help to do so...
I'm submitting a ... (check one with "x")
What is the motivation / use case for changing the behavior? Bike riders have a very strict requirements when it comes to height graph:
I was thinking on migrating out of google charts since they are not built with angular and it's a pain to add them in, but I need to know all the above features are supported, couldn't understand it from the documentation or the demo pages...