Side-note, does this forum have a search? Don’t see it or else i would search for this question.
In the Data snippet below
{
type: “stackedColumn”,
name: “Remaining”,
dataPoints: [
{ y: 0, label: “SAMPLE TOTALS”,
Is there a token I can place between SAMPLE and TOTALS so they are on separate lines?
(without playing games with width)
I’ve tried \n, \r\n, <br>, \n with return within the field and didn’t find anything that worked.