joejoe Report post Posted August 16, 2011 Help me. How do i make wrap text on radar chart in powercharts. Share this post Link to post Share on other sites
Sanjukta Report post Posted August 16, 2011 Hi, Please note that the Radar chart has no native attribute to wrap the labels. You can explicitly break the long labels into multiple lines using {br} in between the labels. Ex: <set label='My label{br}is very long' value='10' /> Alternatively, you can explicitly specify the "radarRadius" that would never allow shrinking of the chart and display the long labels truncated with ellipses. In this case, also set the attribute "showTooltipforWrappedLabels" to '1' in the <chart> element. When the labels of the chart are too lengthy, the chart truncates them and displays a part of the label. In this situation, the above attribute shows a tooltip displaying the complete label when the mouse is hovered on the shortened labels. Hope this helps. Share this post Link to post Share on other sites