Stacked Chart
Description
A stacked chart is a type of bar chart that compares multiple variables by stacking related values on top of each other. It is also possible to group the data. The chart can be horizontally (bar) or vertically (column) oriented.
Preview

Config Details
Overall Configuration

Data Configuration

Custom Color Configuration

| Ref No | Name | Description | Value | Recommended | Required |
|---|---|---|---|---|---|
| 1 | Chart Type | Defines the chart type (column or bar). Column: Will show bars vertically; Bar: will show bars horizontally. | Column, Bar | - | Yes |
| 2 | Is Grouped | Whether the chart is grouped. If true then the Group Field (Ref No 16) must be filled in. | True, False | - | No |
| 3 | Hide X Axis | Whether to hide the X axis. | True, False | - | No |
| 4 | Hide Y Axis | Whether to hide the Y axis. | True, False | - | No |
| 5 | Show Label | Whether to show the chart bar's label. | True, False | - | No |
| 6 | Show Legend | Whether to show the chart legend. | True, False | - | No |
| 7 | Chart Theme | Defines the color scheme to be applied to the bars. | Standard, Divergent, Single Hue | - | No |
| 8 | Position | Defines the label position relative to the bar. | If the chart type is Column: Top, Middle, Bottom. If chart type is Bar: Left, Center, Right | - | No |
| 9 | Adjust Position | Whether to automatically adjust the label position. | True, False | - | No |
| 10 | Hide Overlap | Whether to prevent label overlap. | True, False | - | No |
| 11 | Adjust Color | Whether to automatically define label text color. | True, False | - | No |
| 12 | Limit in Shape | Whether to show the label only if the bar is wide enough. | True, False | - | No |
| 13 | Series Field | Defines the series field value. | Text input | - | Yes |
| 14 | X Field | Defines the X axis field value. | Text input | - | Yes |
| 15 | Y Field | Defines the Y axis field value. | Text input | - | Yes |
| 16 | Group Field | Defines the group field value. | Text input | - | No |
| 17 | Show Custom Color | Whether to set custom colors for different series. | True, False | - | No |
| 18 | Series Field | Defines the series field for which the custom color will be applied. | Text input | - | No |
| 19 | Color | Defines the custom color. | Color picker | - | No |