Using databinding in <div style=background-image:url('data.binding.source')>

Hi guys,

Can anyone advise how I can achieve this?
Thank you.

Please check my reply here:

1 Like

Excellent! Thanks. This one worked like a charm.

Since I have your attention @Teodor can you please help me solve this argument?

< div data-echarts=’{“xAxis”:{“show”:false,“boundaryGap”:false},“series”:[{“data”:[0, 120, 5],“type”:“line”,“symbol”:“none”}],“grid”:{“right”:“0px”,“left”:“0px”,“bottom”:“0px”,“top”:“0px”}}’ >

I want to pass data-binding value to [0, 120, 5]. How can I achieve this?