jakezatecky / d3-funnel

A JavaScript library for rendering funnel charts using the D3.js framework.
http://jakezatecky.github.io/d3-funnel/
MIT License
330 stars 97 forks source link

Add label positioning #10

Open jakezatecky opened 9 years ago

jakezatecky commented 9 years ago

Sometimes it may be desired that labels are positioned outside of the trapezoids, especially if the text will overflow. We should have an option to allow the labels be placed within the funnel or outside of the funnel (say, to the right). This would ultimately leave less real estate for the actual funnel itself and would require calculations on the text width.

Navinret commented 8 years ago

Hi,

is there any way to put text outside the funnel chart. As like the attached image.

Please take a look and let me know.

Thanks in advance, image

qingtong234 commented 6 years ago

@jakezatecky hi,how about this milestone 1.2?

brunobertechini commented 6 years ago

Any updates?

alfie-max commented 6 years ago

@jakezatecky can we have this soon? :)

jakezatecky commented 6 years ago

It is my intention that this would be made available in the next feature release, which has no target date. This feature is a bit more time consuming to implement vs. some of the other additions, which is why it has largely sat here.