Skip to Content
0
Aug 29, 2017 at 02:43 PM

Using complex binding with xml views and SPC charts in SAP MII

295 Views Last edit Aug 29, 2017 at 02:49 PM 2 rev

Hi Team,

I am building a page with XML views and SPC charts.

To enable complex binding, I need to add data-sap-ui-xx-bindingSyntax="complex" to the SAPUI5 declaration.

When I enable this by adding a script declaration for SAPUI5 duplicating the one in bootstrap.js, the binding works but I get an error in the draw function of the SPC chart.

The error is as below

at 44

message "Unexpected '#'"

name "SyntaxError"

text ".v-m-background .v-background-body{ fill: #FFFFFF; } .v-m-legends .v-bound{fill: #FFFFFF; } .v-m-plot .mii-limitRegions-uslTolsl{fill: #FF00FF}"

Please advise.

I am using SAP MII 15.1 SP3 patch26

sapui5 version is 1.44.9

Thanks