Is it possible to dynamically update "graph title" based item selection in local data filter (including multiple selections)?
I use the following to display "my text" at the top of my charts.Dispatch( {}, "graph title", TextEditBox, {Set Text( "my text" )} )
However, I would like to have the item(s) selected in the local data filter to be displayed in the graph title as I select them (perhaps multiple sections as comma delimited?).How to achieve this in JSL?