mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 20:46:17 +08:00
fix microchart (#1590)
This commit is contained in:
parent
16c37ac766
commit
c9fea5d581
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue
Block a user