You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.

The container type AQ_Statistic_Visualization can be used to combine individual statistics.

At this moment, there are two types of statistics containers, Container type: AQ_Statistic_Process and Container type: AQ_Statistic_Aggregate. The former is used to create a statistics about the case/process by querying entities of the process domain. The second to create statistics about aggregates, by querying the aggregates' custom and standard meta data. All these containers are counts, so they will each result in a positive number, being 0, 1 or more.

When a few of these statistics of a certain type, e.g. aggregates, are combined within a AQ_Statistics_Visualization container, statistical information is derived. See the example below, where three AQ_Statistic_Aggregate containers are combined.
(The contents of these containers can be found on the Container type: AQ_Statistic_Aggregate page).

The container is a standard container and only has standard parameters. The display name will be used as display name for the visualization.

When the container shown above is placed on a page, the result in runtime looks like this:

Cache

The visualization container is cached and is therefore near real time. The default cache time is 300 seconds and can be set by the following property:

blueriq.cache.timeout = 300

Presentations

To be able to show different graph types, different presentation styles can be used. A list of the possible values are:

  • bar
  • line
  • radar
  • pie
  • polar
  • doughnut

Each of these presentation style renders the same information into another graph type.

Animation

Default the graphs have no animation, it can be enabled by setting the presentation style 'animate' on AQ_Statistic_Visualization.