Hi there <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> 
 
I am currently using a Radar.swf in a ColdFusion page. Technically it's fine however the display is not consistent. 
 
I would like to find out how to set the max value of "dataset" so that radar graphs would display consistently. 
 
 
 
Please let me explain more what the current situation is:  
 
1. 3 Radar diagrams display in ONE page. 
 
2. 10 Categories are consistent throughout all Radar diagrams.  
 
3. The range of the value of Categories is between 0 and 5 in all 3 Radar diagrams.  
 
4. In the Radar Diagram #1 
 
The range of the value of Categories is between 0 and 0.4, so that the max value is 0.5. 
 
5. In the Radar Diagram #2 
 
The range of the value of Categories is between 0 and 1.4, so that the max value is 1.5. 
 
6. In the Radar Diagram #3 
 
The range of the value of Categories is between 0 and 2.4, so that the max value is 5. 
 
As you can imagine the shape of 3 Radar diagrams are inconsistent when the max value is not the same. It would be great if I can control the max value.  
 
Any help is appreciated.  
 
LEE