Skip to content

Commit

Permalink
fix microchart (abap2UI5#1590)
Browse files Browse the repository at this point in the history
  • Loading branch information
oblomov-dev authored Nov 28, 2024
1 parent 16c37ac commit c9fea5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/02/z2ui5_cl_xml_view.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -6724,8 +6724,8 @@ CLASS z2ui5_cl_xml_view IMPLEMENTATION.
ENDMETHOD.

METHOD harvey_ball_micro_chart.
result = me.
_generic( name = `HarveyBallMicroChart`

result = _generic( name = `HarveyBallMicroChart`
ns = `mchart`
t_prop = VALUE #( ( n = `colorPalette` v = colorpalette )
( n = `press` v = press )
Expand Down

0 comments on commit c9fea5d

Please sign in to comment.