Chart Widget

To create a chart widget, you need to fill in the following information.

  • Select Chart Type for different purpose

Chart Type

Line

kindly useful for showing trends in a series over time

Column

kindly useful for comparing data across categories

Stacked

kindly useful to com pare total values across categories

Bar

kindly useful to show the distinction between discrete categories

Pie

kindly useful for showing the relative shares of categories in a total

Pareto

Kindly useful to identify areas to focus on first in process improvement

Pyramid

Kindly useful to show hierarchies, workflows, or simple, singular datasets

Tree Map

Kindly useful to provide a hierarchical view of data and easy to spot patterns

Donut

Kindly useful to show the proportions of categorical data

  • Group Data By -

Group Data By
Description

Hour

Group by hour, it returns the sum of hourly value

Day

Group by day, it returns the sum of daily value

Week

Group by week, it returns the sum of Weekly value

  • Aggregation Data By -

Aggregate Data By
Description

Sum

it returns the sum of the value in a time range

Average

it returns the Average of the value in a time range

Maximum

it returns the Maximum of the value in a time range

Minimum

it returns the Minimum of the value in a time range

Range

it returns the difference between Maximum and Minimum value

Difference

it returns a difference between last value and first value

Cumulative

It returns a continuously sum values in a certain time

Last updated

Was this helpful?