Pyramid chart

<< Click to Display Table of Contents >>

Navigation:  Widgets >

Pyramid chart

Overview

The Pyramid chart Widget for Bizagi is available for download at Bizagi Widget Xchange.

Through this Widget, you will be able to display charts anywhere in your process forms that present given values in a stack.

 

PyramidChart_teaser

 

Before you start

In order to test and use this Widget, you will need:

1.Bizagi Studio previously installed.

2.This specific Widget previously installed, either as described at https://help.bizagi.com/platform/en/index.html?widget_xchange.htm, or as described at https://help.bizagi.com/platform/en/index.html?widgets_manualinst.htm.

 

Data model considerations

In order to use this Widget, you need in your data model a Collection type attribute which holds the multiple paired values to display.

Paired values are graphed in a pyramid chart ordered by categories.

Such collection should include these attributes:

One string type attribute, having the name of the category of each stack in the pyramid being ideally unique.

One int type attribute, having the amount of occurrences for each of the categories.

 

The above means that ideally, logical records should not be repeated within the collection.

The sample image below shows the use of a Invoice products collection, while relying on the Description and Quantity attributes.

 

Pie_datamodel

 

Properties configuration

In order to configure this Widget once it is installed in your project, include it in any form and set it properties in the Forms designer, just as you would do with any other type of Bizagi control.

 

PyramidChart_forms

 

Consider the following properties.

 

PROPERTY / SUB-PROPERTY

POSSIBLE VALUES

DEFAULT VALUE / SUGGESTED

Data binding

A collection type attribute which holds the multiple records displayed by the chart.

Not applicable.

This property is mandatory.

Attribute for categories (sub-property of data binding)

A string providing a way to name and identify uniquely how records are grouped.

Not applicable.

This property is mandatory.

Attribute for occurrences (sub-property of data binding)

A numeric value having the amount registered per category.

Not applicable.

This property is mandatory.

Description

An optional caption for an elaborated clarification.

(none)

Enable legend

Select if you wish to show the legend captions or not.

(none)

Subtitle

A complementary bit of information for the header.

true

Title

A descriptive information for the chart main header.

(none)

 

note_pin

Notice all Bizagi controls and Widgets, enable a visible property which allows you to set if that control should be displayed in a given form or not (e.g, by using a business rule).

 

This Widget is designed as read-only.

 

 

For complete documentation or more information about this Widget's possibilities (e.g, if you wish to customize and extend it), refer to the information about the implementation possibilities at http://www.highcharts.com/demo/pyramid.


Last Updated 10/28/2022 10:00:56 AM