Using htmltextbox to display info about an object in a graph #248
Unanswered
adamswbrown
asked this question in
Q&A
Replies: 1 comment 14 replies
-
To stop moving - disable physics. For CSV input consider using Table? And new-diagramevent? This way put all data from CSV in the table, build diagram next to it, on click on diagram it would search/highlight for entries in the table. |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
I'm working on a project that uses the PSWriteHTML module to create graphs of VMs grouped by Service. such as below
I would like to be able to click on one of the nodes in a group and display information about that node pulled from a CSV file (that is generating the graph currently)
I notice that there is a htmltextbox option on the new-diagram node option, but I don't see how to use it?
Id also like to know why on large groups of machines, the nodes seem to be constantly movingAround?
Current code below:
Thank you in advance
`
Beta Was this translation helpful? Give feedback.
All reactions