Login
Remember
Register
PlantUML Q&A
PlantUML
Wanted features
Bugs
All Activity
Questions
Hot!
Unanswered
Tags
Users
Ask a Question
Ask a Question
Component diagram in SVG: is there a way to create a tooltip for components and interfaces?
0
votes
asked
Aug 4, 2017
in
Wanted features
by
boshka
(
3,240
points)
such as:
@startuml
component "a" as a #tooltip "component does the following" {
interface "a1" as a1 #tooltip "interface does the following"
}
@enduml
component-diagram
component
interface
tooltip
Your comment on this question:
Your name to display (optional):
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
Your answer
Your name to display (optional):
Email me at this address if my answer is selected or commented on:
Email me if my answer is selected or commented on
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail]
(--------)
To avoid this verification in future, please
log in
or
register
.
1 Answer
0
votes
answered
Aug 7, 2017
by
Serge Wenger Work
(
14,600
points)
Hello,
You can try:
@startuml
package "a" as a [[{component does the following}]] {
interface "a1" as a1 [[{interface does the following}]]
}
@enduml
see
http://plantuml.sourceforge.net/qa/?qa=90/web-links-in-generated-images-e-g-using-image-maps&show=91#a91
It seem not working for a
component
@startuml
component
"a" as a [[{component does the following}]] {
interface "a1" as a1 [[{interface does the following}]]
}
@enduml
Your comment on this answer:
Your name to display (optional):
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
Related questions
apply CSS style classes to component and interfaces
How do I make large format interfaces in a component diagram?
Text alignment for components in component diagram
How to define an interface in a Component Diagram?
Cutting off component diagram interfaces
All categories
Question / help
(1,064)
Bug
(1,441)
Wanted features
(1,247)
Closed question / help
(87)
Closed bug
(51)
Closed feature request
(129)
Won't fix
(2)
Won't implement
(10)
Can't help
(9)
To be deleted
(8)
To be sorted
(426)
...