Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Rw ui steps macro
Rw step

Go to Data Searchsearch and open the required table.

Rw step

Perform the required operations to get the data you want to use in the chart.

Rw step

Click the gear icon on options menu in the toolbar and select Charts → Plots → Custom Data Chart Aggregationdata chart aggregation.

Rw step

Click and drag the column headers to the corresponding fields. This chart requires you to select two fields:

Required field

Data type

Custom date

timestamp

Signals (you can drag more than one column)

float, integer, duration

Rw step

The custom data chart aggregation is displayed.

Image RemovedImage Added

Working with chart aggregations

...

You can recreate the example shown in the picture above with the data from the following query and mapping the fields as follows:

Query

Required field

Column added

Code Block
from demo.ecommerce.data
  select parsedate(timestamp, "DD/MMM/YYYY:hh:mm:ss +SSSS") as timeStampParsed
  group by bytesTransferred, timeStampParsed
  every -

...

Column added

Required field

Custom Date

timeStampParsed

Signals

bytesTransferred

...