This repository was archived by the owner on Jan 30, 2021. It is now read-only.

Description
Thanks for this library, it looks very interesting.
I was trying to change the color properties of an Edge but since it's a multi level parameters section I was not sure how to define it.
I tried but it didn't work
<Edge id={link.name}
title={link.name}
from={link.site_a} to={link.site_b}
dashes="true"
color="{color: 'red', hover: '#301ef2', inherit: 'false'}" />
Thanks in advance for your help