Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ChatGPT4 always added green lines #36

Open
Depech101 opened this issue Jun 6, 2023 · 1 comment
Open

ChatGPT4 always added green lines #36

Depech101 opened this issue Jun 6, 2023 · 1 comment

Comments

@Depech101
Copy link

graph TB

M["Main Branch"] -- "Start Project" --> C1["First Commit"]
M -- "Realize Mistake" --> C2["Wrong Commit"]
C2 -- "Roll Back" --> C1
M -- "Create Dev Branch" --> D["Develop Branch"]
D -- "Work on Project" --> C3["New Commits"]
D -- "Merge to Main" --> M
linkStyle 0 stroke:#ff0000,stroke-width:2px,stroke-dasharray: 5, 5;
linkStyle 1 stroke:#ff0000,stroke-width:2px,stroke-dasharray: 5, 5;
linkStyle 2 stroke:#ff0000,stroke-width:2px,stroke-dasharray: 5, 5;
linkStyle 3 stroke:#ff0000,stroke-width:2px,stroke-dasharray: 5, 5;
linkStyle 4 stroke:#ff0000,stroke-width:2px,stroke-dasharray: 5, 5;
linkStyle 5 stroke:#ff0000,stroke-width:2px,stroke-dasharray: 5, 5;
linkStyle 0 stroke:#2ecd71,stroke-width:2px;
linkStyle 1 stroke:#2ecd71,stroke-width:2px;
linkStyle 2 stroke:#2ecd71,stroke-width:2px;
linkStyle 3 stroke:#2ecd71,stroke-width:2px;
linkStyle 4 stroke:#2ecd71,stroke-width:2px;
linkStyle 5 stroke:#2ecd71,stroke-width:2px;

I have been trying tell him not to double linkStyle many time but he always add: linkStyle 0 stroke:#2ecd71,stroke-width:2px;

@Depech101 Depech101 changed the title ChatGPT4 always added geen lines ChatGPT4 always added green lines Jun 6, 2023
@bra1nDump
Copy link
Owner

We currently manually append the line styling for each edge. This is expected.

We should test if the diagram already has some custom styling we should not append default style.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants