Why only red and green color? #38
Unanswered
Rajgupta7080
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Okay, I will do it later
获取 Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
发件人: RAJ GUPTA ***@***.***>
发送时间: Monday, September 4, 2023 2:24:16 PM
收件人: joyceworks/flowchart-react ***@***.***>
抄送: Subscribed ***@***.***>
主题: [joyceworks/flowchart-react] Why only red and green color? (Discussion #38)
I want path as blue for success and grey for fail but i am not able to do this.
Please add this feature so user can add the colour by choice.
―
Reply to this email directly, view it on GitHub<#38>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABLOXZJNU6XLBYAU75WMIALXYVXZBANCNFSM6AAAAAA4J5GYQQ>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Hello, I have released v3.16.1, now you can specify the color of connection by passing a value to its color property: {
source: {id: 1, position: "right"},
destination: {id: 4, position: "left"},
type: "success",
title: "1",
color: "#ff0000"
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want path as blue for success and grey for fail but i am not able to do this.
Please add this feature so user can add the colour by choice.
Beta Was this translation helpful? Give feedback.
All reactions