Charts can be integrated into an X4 Web App.
Different types of charts can be included:
-
Line chart
-
Bar chart
-
Pie/donut chart
-
Tacho
All charts in a layout must be defined within a <Chart> element.
|
Attribute |
Description |
|---|---|
|
|
Title of the chart. Possible values: Any string or data binding |
|
|
Subtitle of the chart. Possible values: Any string or data binding |
|
|
Allows you to download the chart as an image file in SVG format. Possible values:
|
|
|
Minimum chart height Possible values: Integer If the |
|
|
Specifies what should happen when the control is full. Possible values:
|
The charts are optimized for size values in pixels. If an explicit definition of the height and width of the chart is required, the units attribute should first be set to pixels.
All charts must be filled using data binding!