Haakon Thor Brunstad
Haakon Thor Brunstad
So here is a feature that has been requested a lot; zoom programmatically! Changes: * ~~Added ID in the config to be able to set this on the SVG element....
Exposed `onMouseOver`, `onMouseOut` and `onClick` events to the config. This allows adding tooltip for label quite easily. Might include an example of this once I got time or maybe modifying...
**What you were expecting:** Zoom smoothly even when hovering over circle elements. **What happened instead:** Zoom stops as circles are capturing the event. **Steps to reproduce:** Zoom over circle. **Environment**...
**What you were expecting:** So when the minimum scale is set to 1 (one cannot zoom out more than the boundaries of the data. So say, we have 1 January...
As the title says, when zoomed in and the chart resizes, the zoom is reset. Could be useful to keep track of the state, and then zoom programmatically when the...
Enhancement: Say you have two different EventDrops charts with the same start and end dates. How would the best possible way to connect these charts be? I am looking into...