Hi EA Champs,
I am trying to bind the "Normalize values" checkbox in Stacked Column chart and its kind of failing.
Its in the json widget properties as "normalize": false
I am using a static toggle and trying to change the values (true/false) on the selection of the toggle.
I have tried will all types of binding statements but no success.
I think its a Boolean value and hence binding is not working on that property.
Please suggest.
9 Kommentare
I click on the graph I'm editing, click "Advanced Editor", under the "Widget" tab, if you scroll down you'll see the "normalize" key. The. value for the key is where I paste my binding, which looks like this:
"normalize": "{{cell(static_2.selection, 0, \"Values\").asObject()}}",Where "static_2" is the toggle I made. When I made the toggle, I made it like this:
Hopefully that helps!