We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5061958 commit e417b88Copy full SHA for e417b88
src/z2ui5_cl_demo_app_016.clas.abap
@@ -63,7 +63,7 @@ CLASS Z2UI5_CL_DEMO_APP_016 IMPLEMENTATION.
63
)->items( )->interact_bar_chart(
64
selectionchanged = client->_event( 'BAR_CHANGED' )
65
press = client->_event( 'BAR_CHANGED' )
66
- labelwidth = '25'
+ labelwidth = '25%'
67
displayedbars = `4`
68
)->bars( ).
69
bar->interact_bar_chart_bar( selected = client->_bind( mv_sel1 ) label = 'Product 1' value = '10' ).
0 commit comments