mermaid-js / mermaid

Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown
https://mermaid.js.org
MIT License
69.1k stars 6.12k forks source link

Color arrowhead #362

Closed MarioVanDenEijnde closed 7 years ago

MarioVanDenEijnde commented 8 years ago

Hello mermaid team,

I cannot find where to set the color of the arrowhead. Can you advise?

Kind regards, Mario

dodoinblue commented 8 years ago

I'm having the same issue. It seems that the arrowhead color is hard coded in the javascript file. See mermaid.js around line 51018, or search for code:

edgeData.arrowheadStyle = 'fill: #333';
knsv commented 7 years ago

Closed by release 7.0.0, please reopen if issues remain.

dudung commented 7 months ago

Which style I should use as linkStyle default stroke:#8a8 for line?