简体   繁体   中英

How to display MXGraph Vertices above Edges?

I'm doing some work with MX Graph to help identify critical content paths through a website. I have it set up so each vertex represents a page on the website and each edge represents a group of visitors that traveled from page A to page B.

Everything is working well except there are so many edges I can't see the most popular vertices. Is there a way to layer the edges below the vertices? I tried using the basic layering system but that seemed to break the fast organic layout.

尝试:

mxGraph.prototype.ordered = false;

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM