- SAP BusinessObjects Dashboards 4.1 Cookbook
- David Lai Xavier Hacking
- 223字
- 2021-07-23 19:44:05
Using a radar chart
The radar chart is able to represent more than two variables in a single chart. In this chart, the multiple axes all start at the same point. The radar chart can be used to make comparisons between series based on their score on a set of variables. In this way outliers can be quickly discovered and analyzed. The following screenshot represents a radar chart:

Getting ready
Open a new file in SAP BusinessObjects Dashboards and enter the data, as shown in the following screenshot, into the spreadsheet:

How to do it...
- Drag a Radar Chart component to the canvas.
- Enter a name and subtitle for the chart.
- Bind the cell range A4 to F6 to the By Range field.
How it works...
Our dataset has two series and five categories. The chart has an axis for each category, and on these axes, the accompanying values are plotted for each series. The values of a series are connected with a line.
There's more...
The filled radar chart component does the same job as the radar chart component and has the same configuration options. The only difference in the filled radar chart component is that the area between the connected value points is filled with a color. As the following figure shows, the overlap area stands out as it is darker:

- Mastering Adobe Captivate 2017(Fourth Edition)
- Interactive Data Visualization with Python
- C語言程序設計基礎與實驗指導
- 面向STEM的Scratch創新課程
- 零基礎學Java程序設計
- Python貝葉斯分析(第2版)
- Hands-On Functional Programming with TypeScript
- Mathematica Data Analysis
- Node.js全程實例
- C語言程序設計
- Tableau 10 Bootcamp
- Mastering Data Mining with Python:Find patterns hidden in your data
- Scratch趣味編程:陪孩子像搭積木一樣學編程
- JavaScript編程精解(原書第2版)
- 程序員必會的40種算法