A cascaded treemap showing the hierarchy computed by a power graph analysis of a graph containing about 50K nodes and 100K links. The resulting treemap contains many flat regions (i.e., regions with many nodes at the same depth).
A Vue.js custom render function is used to display a customizable box containing text or list sections.
Like in the previous example, two Vue.js components are instantiated, each one displaying a different matrix of numbers. In this example, the two views have a notion of shared selection (the orange square). You can click another square to change the selection in both views.
This example uses Vue.js components to create a custom tag for a simple matrix diagram.
An exercise that displays three flexible bar chart components linked to the same data, using vue.js.
A very simplistic bar chart made with Vue.js.
Another rectangular adjacency matrix as in the previous example, this time using a color scale to convey the magnitude of a link's weight. The example random data shows the energy consumption of a hypotetical office, according to time of day and day of week.