I want to change the inner dash lines to inner solid lines.....
propsForBackgroundLines: {
strokeDasharray: "" // solid background lines with no dashes
}
propsForBackgroundLines: { strokeDasharray: "" // solid background lines with no dashes }
Worked!!! Thanks :)
Where do I find the available props for propsForBackgroundLines - and for this library in general. Documentation seems a lacking
propsForBackgroundLines: { strokeDasharray: "" // solid background lines with no dashes }
Thanks <3
Most helpful comment