Skip to main content

Data Explorer

The Data Explorer is Powoflow's interactive charting tool for sensor and telemetry data. Browse your asset hierarchy to select metrics, build multi-series charts, customize visualization options, and save configurations for dashboard tiles.


Selecting Metrics

Tree Browser

The left panel displays an interactive tree browser organized by your asset hierarchy. Expand nodes to drill down from sites to assets to individual sensors and metrics.

  • Search — type to filter the tree by metric or asset name
  • Multi-select — check multiple metrics to plot them together
  • Drag to reorder — change the display order of selected series

Each metric in the tree shows its current value and unit to help you identify the right parameter quickly.

tip

You can select metrics from different assets on the same chart. This is useful for comparing the same parameter across multiple devices — for example, engine temperature on two generators.


Chart Types

Choose the visualization that best suits your data:

Chart TypeBest ForDescription
LineContinuous time seriesConnected points showing trends over time
AreaVolume or cumulative dataFilled region under the line, useful for showing magnitude
BarDiscrete or aggregated dataVertical bars, ideal for hourly or daily aggregations

Switch chart types from the toolbar above the chart. All selected series use the same chart type.


Time Range

Preset Ranges

Quick-select buttons for common time ranges:

PresetDuration
24hLast 24 hours
7dLast 7 days
30dLast 30 days

Custom Range

Click Custom to open a date-time picker where you can set an exact start and end time. The custom range supports any span from minutes to months.

Zoom and Pan

  • Click and drag on the chart to zoom into a specific time window
  • Scroll wheel to zoom in/out
  • Double-click to reset to the selected time range

Aggregation

Control how raw data points are summarized for display:

AggregationDescriptionUse Case
RawEvery individual data pointShort time ranges with low data volume
1 hourAverage value per hourMulti-day views
1 dayAverage value per dayMonthly or quarterly trends
info

For large time ranges with raw aggregation, the chart may take longer to load due to the volume of data points. Use 1-hour or 1-day aggregation for better performance over longer periods.


Y-Axis Scaling

ScaleDescriptionWhen to Use
LinearStandard proportional scaleMost metrics (temperature, pressure, RPM)
LogarithmicLog-10 scaleData spanning multiple orders of magnitude (vibration spectra, particle counts)

When plotting multiple series with different units, each series gets its own Y-axis with independent scaling. Axes are labeled with the metric name and unit.


Series Customization

Click on a series in the legend to open the customization panel:

SettingOptionsDescription
ColorColor picker or preset paletteLine and fill color for the series
FillNone, gradient, solidArea fill below the line
InterpolationLinear, step, smoothHow points are connected
Decimal Precision0–6 decimal placesTooltip and axis label precision

Unit Normalization

Powoflow automatically normalizes legacy unit text forms to standard symbols for consistent display across the platform.

Legacy FormNormalized Symbol
DegreeC°C
DegreeF°F
Percent%
Degrees°
warning

If you see unexpected units on a chart, it may be caused by stale localStorage data from before a normalization update. Clear your browser's localStorage for the Powoflow domain, or simply deselect and reselect the affected series.

Unit normalization is applied at three points in the frontend pipeline to ensure consistency regardless of how the backend adapter reports units.


Persistence

Local Storage

Your selected series and chart configuration are automatically saved to localStorage in your browser. When you return to the Data Explorer, your previous selection is restored.

Saved state includes:

  • Selected metric paths
  • Chart type
  • Time range
  • Aggregation setting
  • Series customization (colors, fill, interpolation, precision)

Shareable URL

Share your current Data Explorer view with colleagues by copying the URL. The URL includes query parameters that encode:

  • Selected metrics
  • Time range
  • Aggregation setting

When a colleague opens the link, the Data Explorer loads with the same configuration.

tip

Use shareable URLs in incident reports or shift handover notes to point colleagues to the exact data view you were looking at.


Export

Download as PNG

Click the Download button in the toolbar to save the current chart as a PNG image. The exported image includes:

  • Chart with all visible series
  • Legend with series names and colors
  • Time range and aggregation label
  • Axis labels and grid lines

The PNG is suitable for inclusion in reports, emails, and presentations.


Dashboard Embedding

Save your Data Explorer configuration as a dashboard tile for the home dashboard.

How to Embed

  1. Configure your chart in the Data Explorer (select metrics, set time range, customize appearance)
  2. Click Save to Dashboard in the toolbar
  3. Enter a tile title and optional description
  4. Choose the dashboard and tile position

The dashboard tile displays a live-updating version of your chart. Clicking the tile opens the full Data Explorer with the saved configuration.

info

Dashboard tiles use the same aggregation and time range settings as when they were saved. For example, a "Last 24h" tile always shows the most recent 24 hours of data, keeping the dashboard current.