D3Trees.jl
D3Trees.jl copied to clipboard
Specify text style
trafficstars
Currently there is no way to specify style for the text.
Just discovered this nice package. Thanks for it.
How difficult is to enable text style settings?
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.