Versions Compared

Key

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

...

Rw ui steps macro
Rw step

Go to Data Search 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 the toolbar and select Charts → Plots → Histogram.

Rw step

Click and drag the column headers to the corresponding fields.

Required field

Data type

Values

Any type but json

You can drag more than one column to the Values field and each of them will be represented as a separate histogram in the same window.

Rw step

The histogram is displayed.

Working with histograms

You can use the following options to visualize different aspects of your histogram:

...

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

...

Column added

Required field

Value

bytesTransferred

...

In case you want another example with the data grouped and more than one argument to add, here is another query to create it:

Query

Required field

Column added

Code Block
from demo.ecommerce.data
  group every 1m by bytesTransferred, timeTaken, statusCode
  every 1m

...

Column added

Required field

Values

bytesTransferred

Values

timeTaken

Values

statusCode

...