Code Monkey home page Code Monkey logo

Comments (5)

adrianvlupu avatar adrianvlupu commented on May 18, 2024 4

You could call the underlying Rel_ like this

@startuml
!includeurl https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4_Container.puml

LAYOUT_TOP_DOWN

Container(c1, "C1", "tech")
Container(c2, "C2", "tech")
Container(c3, "C3", "tech")
Container(c4, "C4", "tech")

Rel_(c1, c2, "label", "tech", "-[#cc44ff]->")
Rel_(c3, c4, "label", "-[#cc44ff]->")

@enduml

It gives you something like
33h9nhrl

from c4-plantuml.

Orybon avatar Orybon commented on May 18, 2024

Thank you for your answer.

What i did prior to your post is the following .

I defined a new RelO_ :

!define RelO_(e_alias1, e_alias2, e_label, e_color, e_direction="") e_alias1 e_direction e_alias2 #text:e_color : "===e_label"

and for each type of Rel new entries, like this :

!define RelO_D(e_from,e_to, e_label, e_color) Rel_(e_from,e_to, e_label, "-[e_color]DOWN->")
!define RelO_D(e_from,e_to, e_label, e_color, e_type) Rel_(e_from,e_to, e_label, "-[e_color,e_type]DOWN->")

I'am sure there is a better way to do this, but for now it's working for me.

from c4-plantuml.

davidhenery1 avatar davidhenery1 commented on May 18, 2024

You can also use the following to change the line and font colour.
skinparam sequence {
ArrowColor DarkTurquoise
ArrowFontColor DarkTurquoise
}

from c4-plantuml.

stale avatar stale commented on May 18, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

from c4-plantuml.

Potherca avatar Potherca commented on May 18, 2024

Closing this issue as the asked question has received a useable answer.

from c4-plantuml.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.