Search found 1 match

by john spooner
Tue Oct 01, 2013 10:55 pm
Forum: JavaScript / HTML5
Topic: Multi Row Chart Title
Replies: 1
Views: 7543

Multi Row Chart Title

How can I have a chart title with more than one row. I tried using a \n character.
That is I tried something like Chart.title.text='arow\nanotherrow'.
But the result was my two desired rows were written on top of each other. I tried a \r but that was ignored.