0 votes

Would it be possible to insert linebreaks in ticks on a chart?

I'd like to put the scores on new lines:

Here is my code for the ticks:

*ticks: [[1, "Avoid: {Avoid}"], [2, "Involved: {Involved}"], [3, "Hard:{Hard}"], [4, "Soft:    {Soft}"],  [5, "Intellectual: {Intellectualized}"], [6, "Emotional: {Emotional}"],[7, "Rigid:    {Rigid}"], [8, "Loose:   {Loose}"], [9, "Escalating: {Escalating}"], [10, "Minimizing: {Minimizing}"], [11, "Revealing: {Revealing}"], [12, "Concealing: {Concealing}"]]

 

by (5.8k points)
edited by

1 Answer

0 votes
Best answer

A simple but not at all obvious solution is to but
(HTML tag for new line) to the place where you need a new line. For tics it will be after colon like this:

*ticks: [[1, "Avoid:<br> {Avoid}"], [2, "Involved:<br> {Involved}"], [3, "Hard:<br> {Hard}"], [4, "Soft:<br> {Soft}"],  [5, "Intellectual:<br> {Intellectualized}"], [6, "Emotional:<br> {Emotional}"],[7, "Rigid:<br>    {Rigid}"], [8, "Loose:<br>   {Loose}"], [9, "Escalating:<br> {Escalating}"], [10, "Minimizing:<br> {Minimizing}"], [11, "Revealing:<br> {Revealing}"], [12, "Concealing:<br> {Concealing}"]]

Toy example.

by (5.8k points)
edited by
Welcome to Guidedtrack Q&A, where you can ask questions and receive answers from other members of the community.
134 questions
144 answers
55 comments
40 users