Vega Lite dynamically set scale.domain
I'm struggling to work out how to dynamically set the domain of my chart. Ideally I'd be able to do something like:https://stackoverflow.com/questions/66170320/dynamic-scale-domain-in-vega-lite{ "scale": { "domain": [rangeMin * 0.8, rangeMax * ...