Area Chart

The Area chart is used to represent quantitative data graphically. The graph is used to interpret the quantitative statistics graphically. The graph is based on a Line graph, and the area between the x-axis and lines are emphasized with colors, textures or hatchings.

Area charts are used to represent accumulated totals using numbers and percentages. It is also used to show the trends over time along with all related attributes.

The x-axis of the Area chart represents the grouping parameter(s), and the y-axis represents values of the aggregation parameter.

../_images/LP_DB_Widget_AreaChart.png

Time trend showing logs in 30 minutes

The following query gives the output shown above.

| timechart count()

Response Types Supported

The Area chart supports two aggregation response types for representation of search results in the visualization. They are:

Response Type

General Syntax

Single Aggregation with Grouping

| chart aggregation_parameter by grouping_parameter1,
grouping_parameter2, ........, grouping_parametern

Timechart Single Aggregation without Grouping

| timechart aggregation_parameter

Single Aggregation with Grouping

Example:

action=* source_address=* | chart count() by action, source_address
../_images/LP_Search_SAWG_Area.png

Area chart for Single Aggregation with Grouping

You can refer to Single Aggregation with Grouping for more details.

Timechart Single Aggregation without Grouping

Example:

| timechart sum(datasize)
../_images/LP_Search_TSAWoG_Area.png

Area chart for Timechart Single Aggregation without Grouping

You can refer to Timechart Single Aggregation without Grouping for more details.


Helpful?

We are glad this guide helped.


Please don't include any personal information in your comment

Contact Support