D3Trees.jl icon indicating copy to clipboard operation
D3Trees.jl copied to clipboard

Specify text style

Open zsunberg opened this issue 8 years ago • 2 comments
trafficstars

Currently there is no way to specify style for the text.

zsunberg avatar Sep 27 '17 02:09 zsunberg

Just discovered this nice package. Thanks for it.

How difficult is to enable text style settings?

mmikhasenko avatar Jul 15 '25 08:07 mmikhasenko

You would need to enable styling in Julia somehow, and then take it over to the javascript side and implement it there. Have a look at https://github.com/sisl/D3Trees.jl/pull/27 where this is done with node shapes (which I have forgotten about until now, I might have time next week to wrap it up). The text styling should probably follow a similar pattern.

BoZenKhaa avatar Jul 15 '25 21:07 BoZenKhaa