Report data in Cluvio is visualized in charts. The visualization takes the tabular data produced by the SQL(+R) query and renders it according to the chart configuration. There are the following types of charts, each with its own configuration options:
Table A table, with rich formatting options, HTML and automatic hyperlinks support, value bars. |
Pivot / Cohort table A table of calculated pivoted metrics for each row/column value combinations. Optionally color-code the values for a quick highlight. |
Number / Text / HTML A flexible chart type that can display a single metric, with optional delta and an indicator, text or completely custom HTML. |
Pie / Donut
A pie or donut chart showing comparison a values to a total. Optional total value displayed in the center. |
Line / Area Displays values as line, area or scatterplot, with X axis being discreet or date/time values. Supports automatic pivoting / series based on extra column in the query results. |
Bar / Column Displays values as bars or columns, with X axis being discreet or date/time values. Supports automatic pivoting / series based on extra column in the query results. |
Map Displays values as points, lines or custom GeoJSON on a map. |
XY / Bubble A X/Y scatterplot to visualize values based on 2 continuous (or time/date) criteria, with optional additional criteria driving color and size of the points. |
Word Cloud A fun chart that highlights values as words, optionally highlighting relative values as word size for comparison. |
A histogram chart that displays distribution of numerical values. |