August 21, 2024

#changelog

Merge charts


Changelog Screenshot
Author
Mano Toth

Senior Technical Writer

We’re thrilled to announce that you can now merge separate visualizations into a single chart. Previously, when you ran a query that produced several visualizations, Axiom displayed the charts separately. This is still the default behavior, but you can now choose to display the separate visualizations in a single chart. This enables you to get a better overview of trends in your data.

For example, the query below displays a different visualization for each percentile specified in the query:

['sample-http-logs']
| summarize percentiles_array(req_duration_ms, 50, 90, 95) by status, bin_auto(_time)

Run in Playground

To merge the separately displayed charts into a single chart, click the View options icon, and then select Merge charts. For more information, see Merge charts.

Share