Is there a way to override the chart title in Perspective to include a variable (I want to add the current value of a tag)?
Put an expression binding on props.title.text
like 'Air Quality - ' + {PathToTag}
1 Like