Temporal

The temporal chart supports several different series styles, such as line, spline, bars, stacked bars, area, range, bubbles, scatter, flags and polygons. Each series can have different style and color on the same chart.

A few temporal charts on a dashboard

Any numeric value output from a Pipes query will populate the chart. Text values are also accepted, in case of flags. A query that genertes random data, such as the one below, can be a good starting point.

=> random(30000,90000):round(2) as value every minute

All the layout configuration is performed via web interface.

Configuring the chart type and color

The charts are highly flexible on the layout configurations.

An example with logarithmic axes, vertical layout and grouped axes labels

Last updated

Was this helpful?