With SRB Workspaces release 2303 the following chart types are supported:
Implementation examples can be found in src folder.
| Chart Type | Description | Example Class | Color Schema |
|---|---|---|---|
| Stacked Bar | This chart type can display multiple values, taken from the data service. For each row in the respone of the dataservice, a bar is generated. The displayed value property can be used to display a real value ( no percentage ) for each bar. | zcl_workspaces_stacked_bar | sap.m.ValueColor, sap.ui.core.CSSColor |
| Column | This chart type can display multiple values, taken from the data service. For each row in the respone of the dataservice, a bar is generated. The displayed value property can be used to display a real value ( no percentage ) for each bar. | zcl_workspaces_column | sap.m.ValueColor, (sap.ui.core.CSSColor) |
| Comparison | This chart type can display multiple values, taken from the data service. For each row in the respone of the dataservice, a bar is generated. The displayed value property can be used to display a real value ( no percentage ) for each bar. | zcl_workspaces_comparison | sap.m.ValueColor, sap.ui.core.CSSColor |
| Radial | This chart type can display only one data value, taken from the data service. Only one returned row is used. The returned value has to be a percentage value between 0 and 100 percent | zcl_workspaces_radial | sap.m.ValueColor, sap.ui.core.CSSColor |
| Harvey Ball | This chart type can display only one data value, taken from the data service. Only one returned row is used. The returned value has to be a percentage value between 0 and 100 percent. The label property can be used to display a real value ( no percentage ) beside the ball. | zcl_workspaces_harvey_ball | sap.m.ValueColor, sap.ui.core.CSSColor |
| Progress | This chart type can display only one data value, taken from the data service. Only one returned row is used. The returned value has to be a percentage value between 0 and 100 percent. The displayed value property can be used to display a real value ( no percentage ) for the progress bar. | zcl_workspaces_progress | sap.ui.core.ValueState |

