Data Visualization
Timeplus provides out-of-box streaming charts and dashboards to visualize the real-time data and understand the pattern/trend. You can also integrate Timeplus with your external BI systems, such as Redash, Metabase, Grafana, etc.
Chart
After you run a query, you can switch to the Visualization tab to turn the results into a chart. We offer different chart types for your use cases:
Line chart
Line charts work best with time series data.
-
Data settings:
- X-axis: Event Time (_tp_time), or Arrival Time(when the browser gets the data point), or a custom column.
- Y-axis: a custom column in numeric data types (int/float/etc)
- Color: by default
None
is selected. You can choose a categorical column and draw a line for each unique value of the column value in different colors.
-
Format settings:
- X-axis title and the data range(last 1 minute, last 1 hour, all time, etc.). By default, 'Last 1 minute' is selected. If you are running a historical query, please change it to 'All time'.
- Y-axis title, min/max value, line color, style
- Show/hide the data label for the last value of the line chart, number of decimal and whether to show prefix/suffix as unit.
- Show/hide grid lines
- Show/hide legend
- Show/hide data points
Area chart
Shows a stacked area chart, with the same format settings as Line Chart.