1. Is there a way to make a label on the X axis with a max width and eventually break the word when needed? As you can see in the attachment and we want to break the sentence 'Assessors Profile'.
2. It seems that the X axis scales by data and some of our label information is disappearing, see attachment. We have used this method on the chart to set the max to 100 => tooltip_chart.getAxisX().setMax(100); We are using the method 'tooltip_chart.getAxisY().getLabels().setItem(0, "Lower levels");', 'tooltip_chart.getAxisY().getLabels().setItem(1, "Moderate levels");' and 'tooltip_chart.getAxisY().getLabels().setItem(2, "Higher levels");'
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
kevinjohanvandort
1. Is there a way to make a label on the X axis with a max width and eventually break the word when needed? As you can see in the attachment and we want to break the sentence 'Assessors Profile'.
2. It seems that the X axis scales by data and some of our label information is disappearing, see attachment. We have used this method on the chart to set the max to 100 => tooltip_chart.getAxisX().setMax(100);
We are using the method 'tooltip_chart.getAxisY().getLabels().setItem(0, "Lower levels");', 'tooltip_chart.getAxisY().getLabels().setItem(1, "Moderate levels");' and 'tooltip_chart.getAxisY().getLabels().setItem(2, "Higher levels");'
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.