Difference between revisions of "RADAR"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''BUBBLE CHART'''</div> ==='''''Description:'''''=== '''''Bubble chart is used when we want to represent 3 sets of data in a graphical way.'''''<b...")
 
Line 1: Line 1:
<div style="font-size:30px">'''BUBBLE CHART'''</div>
+
<div style="font-size:30px">'''RADAR CHART'''</div>
 
==='''''Description:'''''===
 
==='''''Description:'''''===
 
'''''Bubble chart is used when we want to represent 3 sets of data in a graphical way.'''''<br>
 
'''''Bubble chart is used when we want to represent 3 sets of data in a graphical way.'''''<br>
Line 12: Line 12:
 
| A|| '''B''' || '''C'''|| '''D'''
 
| A|| '''B''' || '''C'''|| '''D'''
 
|-
 
|-
|'''Company''' || '''Years as Company''' || '''Revenues''' || '''Market Cap'''  
+
| || '''Vendor 1''' || '''Vendor 2''' || '''Vendor 3'''  
 
|-
 
|-
| Apple || 31 || 149 || 621  
+
| Reliability || 65 || 73 || 49  
 
|-
 
|-
| Facebook || 1 || 4 || 42
+
| Customer Service || 68 || 6 || 72
 
|-
 
|-
| Google || 8 || 43 || 222
+
| Customer Satisfaction || 80 || 54 || 92
 
|-
 
|-
| Microsoft || 26 || 74 || 256
+
| Expandability || 70 || 68 || 62
 
|-
 
|-
| Yahoo || 16 || 5 || 18
+
| Cost || 66 || 70 || 52
 +
|-
 +
|Quality || 64 || 73 || 54
 +
|-
 +
|Features || 67 || 66 || 72
 +
|-
 +
|Maintenance Costs || 72 || 59 || 80
 
|}
 
|}
  
'''BUBBLECHART(B2:D6)'''<br><br/>
+
'''RADARCHART(A1:D9)'''<br><br/>
 
[[File:Radar.JPG]]<br><br/>
 
[[File:Radar.JPG]]<br><br/>
 
[[GRAPHING|'''''GRAPHING MAIN PAGE''''']]
 
[[GRAPHING|'''''GRAPHING MAIN PAGE''''']]

Revision as of 09:31, 9 June 2020

RADAR CHART

Description:

Bubble chart is used when we want to represent 3 sets of data in a graphical way.
Out of those three data sets used to make the bubble chart, it shows two axis of the chart in a series of XY coordinates and a third set shows the data points.

  • Every bubble chart consists of 3 data sets. X-axis coordinate, Y-axis coordinate, and the bubble size data set.
  • So with the help of X & Y axis, you can visualize a third data set through the image of bubbles.
  • It is a X vs Y vs Z graph.

Example

A B C D
Vendor 1 Vendor 2 Vendor 3
Reliability 65 73 49
Customer Service 68 6 72
Customer Satisfaction 80 54 92
Expandability 70 68 62
Cost 66 70 52
Quality 64 73 54
Features 67 66 72
Maintenance Costs 72 59 80

RADARCHART(A1:D9)

Radar.JPG

GRAPHING MAIN PAGE