Fuego.Chart : GraphicType

The GraphicType component provides a list of attributes representing the available graphic types for Dashboards. You can use this component to dynamically change the graphic type of a component in an Dashboard.

Available Graphics Types

This section lists the types of graphics that can be represented by the GraphicType component.

Gauge graphics:


Pie/XY graphics:


Pie/XY graphics are unidimensional. In Pie/XY graphics, X represents the dimension and Y represents the value for each dimension. As an example of using Pie/XY graphics, you can represent the quantity of employees (Y) per department (X).

Chart/XYZ graphics: The GraphicType component can represent the following types of Chart/XYZ graphics:


Chart/XYZ graphics are bidimensional. Bidimensional graphics represent two dimensions and their value. As an example of using Chart/XYZ graphics, you can represent the number of employees of each gender for each department.