Skip to content

SRBConsultingTeam/SRB_Workspaces_Chart_Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chart Examples for SRB Workspaces

srb.at

Blog Products GitHub License

With SRB Workspaces release 2303 the following chart types are supported:

grafik

Implementation examples can be found in src folder.

Details

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

About

Chart Examples for SRB Workspaces

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages