I spent a little bit of time last week integrating the sankey visualization into MicroStrategy 10. To deploy locally, just unzip the D3Flow.zip into: MicroStrategy\Web ASPx\plugins. You’ll also need to put the sankey.js file into: MicroStrategy\Web ASPx\javascript\D3.
This was based on cobbling together a couple of things:
- I started with this tutorial to understand how it works:
- I tried to use this example, which worked, but did something funny when a node was used as both a source and target:
- I modified the code to use this example from a guy who improved on the diagraming capabilities:
