How do I add data binding to this? <div data-echarts=’{[{“data”:[0, 120, 5],> some text </div>

Good morning,

Can anyone please help me with this? I want to bind data to: (0, 120, 5) <div data-echarts=’{[{“data”:[0, 120, 5],>

Thank you.

<div dmx-bind:data-echarts="data">

Something like that :slight_smile:

There's no data binding picker though, you have to manually write the expression. Maybe you could bind it as text first through the UI, and then steal the expression.

I had a similar question a few days ago: