📄️ Flow Diagram
A Flow Diagram (a.k.a Sankey diagram) allows to visualize flows. Entities (nodes) are represented by rectangles. Arrows or arcs are used to show flows between entities.
📄️ Histogram
A histogram is a visualization of the distribution of a numeric variable. It only takes numeric variables as input. The variable values are grouped into several bins, and the number of observations per bin is represented by the height of the bar.
📄️ Network Graph
Creates an interactive network graph from a JSON object.
📄️ Sunburst Chart
Shows hierarchy through a series of rings, that are sliced for each category node.