ndtv-d3 icon indicating copy to clipboard operation
ndtv-d3 copied to clipboard

need to implement label.cex property

Open skyebend opened this issue 11 years ago • 2 comments

I forgot to include this on the list. It is a very commonly used property (controlling the text size of the label). Should be easy to implement, right?

skyebend avatar Oct 20 '14 18:10 skyebend

What units? Is it relative to the units of the graph coordinates or node sizes? if it's just a pixel definition at scale=1, easy. other options, probably also easy, but need to define

On 10/20/2014 11:33 AM, Skye Bender-deMoll wrote:

I forgot to include this on the list. It is a very commonly used property (controlling the text size of the label). Should be easy to implement, right?

— Reply to this email directly or view it on GitHub https://github.com/michalgm/ndtv-d3/issues/26.

michalgm avatar Oct 20 '14 18:10 michalgm

label.cex is an expansion factor from the 'base' font size, so it works similarly to vertex.cex

skyebend avatar Oct 20 '14 20:10 skyebend