Sorry if this is a very basic question.
When I click on a point on a graph (see below) I want to display the details.
I'd like to separate out the data onto different lines but am having trouble entering a line break.
I set up the text as a transform
"type": "formula",
"as": "detail",
"expr": "'Date: '+timeFormat(datum.day,'%e-%b-%y') + ' \\n Score: ' + round(datum.average_sp * 10)/10 "
Thanks '
Clare