I have a diagram that I finally got working, but with 8000 nodes in the org chart, I've been trying to filter based on "levels" to no avail.
Is it possible to filter the datasource for a diagram and have the diagram redraw? The data is, for the most part local data (populated via ajax as that is the only way I could get this thing to show properly). I reload the local data then try to .fetch(), and .read(), but nothing works.
I've also tried to destroy the diagram and recreate it, but that seems to kill the DOM.
So, I though I could just filter the datasource based on the "level". Is this possible?
Tim