Skip to content

Commit e417b88

Browse files
authored
Fix bar chart (#155)
1 parent 5061958 commit e417b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/z2ui5_cl_demo_app_016.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ CLASS Z2UI5_CL_DEMO_APP_016 IMPLEMENTATION.
6363
)->items( )->interact_bar_chart(
6464
selectionchanged = client->_event( 'BAR_CHANGED' )
6565
press = client->_event( 'BAR_CHANGED' )
66-
labelwidth = '25'
66+
labelwidth = '25%'
6767
displayedbars = `4`
6868
)->bars( ).
6969
bar->interact_bar_chart_bar( selected = client->_bind( mv_sel1 ) label = 'Product 1' value = '10' ).

0 commit comments

Comments
 (0)