Jake Zatecky
Jake Zatecky
I am not very familiar with TypeScript as I do not use it. I merged in a TypeScript index file at the request of another contributor but if anyone else...
I released a new version with the TypeScript index file. Do not know if this will resolve things for TypeScript users.
Just so I am clear, you are talking about magnifying a slice of the funnel on hover?
There is currently no option to add space between the blocks, but this is a reasonable enough feature to add that I think I will tag this for the next...
It will likely be added to the next feature release but that has no definite date.
Hey there. If I understand correctly, you would like for some way to visually represent a group that is outside of the traditional funnel shape, such as something off to...
There is no way to do this as it stands in the current implementation. However, you can use SVG transformations to rotate the funnel. Assuming you wanted a left-to-right funnel,...
I am thinking about adding an option in a future release, such as the following: ``` javascript { orientation: 'top-to-bottom', // Default orientation: 'right-to-left', // Opposite of most horizontal funnels...
@dearsaturn No recent progress on this. It is one of the more "doable" outstanding issues, so I might pick it up in the coming holidays when I have more availability.
While I could do a `scale()` then `rotate()`, that would really screw the dimensions of the text and look very bad. Will need to construct the resulting trapezoids according to...