donatso / family-chart

family tree visualization built on top of d3
MIT License
204 stars 67 forks source link

change the path line color to black #6

Closed xavier-professor closed 2 years ago

xavier-professor commented 2 years ago

I want to set the main view's background color to be white and the path line color to be black. However, I can set the backgroup color, but cannot find the setting of the path line. Any suggestion will be great.

donatso commented 2 years ago

hi xavier,

easiest way is to put something like this: path.link { stroke: #000; } somewhere in your css.