Haakon Thor Brunstad

Results 22 comments of Haakon Thor Brunstad

This is not currently in version 1.3.0. However I made a pr for this: #269 So it uses extents in D3 to do this. So the initial boundaries are start...

@rmehner did it solve your need? If not let me know and if it did, then please close the issue 🙌

Is there a particular reason you want to be able to zoom vertically on the chart? Not sure I see the benefits of it? The zoom only does it on...

Have you tried adding that code to the window size event listener? So the way the chart works is that for each time the window size changes, the chart is...

I actually have that functionality implemented somewhere. You could make the chart add a div and then position the tooltip, however as the chart is not returning a div to...

@Sarseth Here is an example of what I have done in the past: I use a function to get the text length (as font's differ) then if the length is...

So I made a PR to expose the `onMouseOver` and `onMouseOut` here: #273 If you download the files and then run the make command you can include the files into...

@jpetitcolas just thought to let you know about the PR with some additional features. I have done this on a few EventDrop charts and then when someone opened an issue...

Reverted the changelog additions. The change from * to - was done by husky and not me. This is for exposing mouse events on the label tooltip and not the...

Meant label and not label tooltip, this PR is in response to #272 so if you have a look at that you will see what the intuition behind it is....