Radar charts
Customizing radar charts angular axis labels
Hello, Suppose I have a radar chart with 10 peaks. I would like to differentiate 3 adjacent peaks in some way as they are linked in meaning. Is it possible to change the font color of angular axis labels, change their background color or to change the color of part of the angular axis (i.e. the lines of the angular axis which are directly under the labels)? See attached pic (10 peaks: 3 adjacent peaks linked and another 6 adjacent peaks linked) I have tried to format the labels with HTML without success. The label outputs the HTML verbatim without interpreting them (except for the \n which is interpreted correctly and which I used since was not being interpreted). s="" + cty + "\n"; Many thanks
Hi, You won't be able to change the stroke color, however you can change labels rendering using the labelRenderer as described in a previous post. For example, starting from the code available here, you can set a conditional text color like this: <s:Label maxDisplayedLines= "2" text= "{data.text}" maxWidth= "100" textAlign= "center" color= "{(data.text.length % 2) == 0 ? 0xFF0000 : 0x00FF00}"/> Hope this helps, Damien
Related Links
using datafunction for RadarLineSeries
Modifying the Radar Chart
How to change thickness/color of radar chart border
Clickable points on radar line series?
how to work with the radar control
Changing the order of the radial axis
LinearGradient as areaFill
Get the selected label when clicks on Angular Axis
Move categories using the mouse
Minimum Category field on angular axis
Listener on angular axis of radar graph
Error #1009 at ilog.charts.series::RadarLineSeries/updateData()
Problems using effects on Radar Chart
custom renderer for angularAxisRenderer
Styling the RadarChart
Cannot get legend to work