Allow override of dot/arrow sizes
Closed this issue · 1 comments
briantjacobs commented
Dot and arrow sizes appear to be hardcoded, and not easily customized
susielu commented
In the latest version 2.1.0 there is and endScale property, that acts as a size multiplier, you can send to the connector settings to change the size of the dot or arrow { connector: { end: "arrow", endScale: .8 }}
let me know if you have any problems with that.