Click event using erDiagram #6175
Unanswered
AngelELopezM
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm able to use the click event in all diagrams but erDiagram, is it not supported by this diagram?
Here is my template code
erDiagram
ent_compania_origen["Compañía Origen"] {
Texto idcompaniaorigen
Texto nombre
ent_compania idcompaniia
ent_pais pais
}
click ent_compania_origen "https://google.com/" "View Customer Details"
Here is the result
I have already read the doc, used mermaid AI, chatgpt but nothing.
Beta Was this translation helpful? Give feedback.
All reactions