Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Radar Chart - Dimension Name

Hi!

I have a problem with a radar chart:

In my project I use dimension with a long name.

I don't know how can i set the text on multiple lines. Any thoughts?

Thank You !!!!!

3 Replies
christian77
Partner - Specialist
Partner - Specialist

I don't know if I undesrtand your question.

You may go to presentation tab, show legend, legend properties, and then set the space or the line wrap to medium.

luck.

Not applicable
Author

No, it doesn't work in this way because i have legend and the name of values (dimension)

stevedark
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi Caterina,

As far as I am aware there is no setting to sensibly wrap based on the length of the value.  You could however put a line break in on every space using a calculated dimension like this:

=replace(Client, ' ', chr(10))

To implement this select your current dimension and click Edit.  Replace 'Client' in the code above with your own dimension.

Note, that Calculated Dimensions are not as efficient as normal dimensions, so if you have a lot of data you may consider creating two different dimension fields in the load script - one with spaces and the other with line feeds.

Hope that helps!

Steve