This commit is contained in:
Aleksei Tkach 2017-08-16 10:13:55 +03:00 коммит произвёл Ignat Vilesov
Родитель e3a6d28465
Коммит e3b3aae098
9 изменённых файлов: 43 добавлений и 1 удалений

Просмотреть файл

@ -11,4 +11,46 @@ Each variable is provided an axis that starts from the center. All axes are arra
Radar Charts are useful for seeing which variables are scoring high or low within a dataset, making them ideal for displaying performance, such as Skill Analysis of Employee or sport players, product comparison, etc.
See also [Radar Chart at Microsoft Office store](https://store.office.com/en-us/app.aspx?assetid=WA104380771&sourcecorrid=3943ede6-17ac-4e0a-8c2d-53a4ecd3303c&searchapppos=0&ui=en-US&rs=en-US&ad=US&appredirect=false)
See also [Radar Chart at Microsoft Office store](https://store.office.com/en-us/app.aspx?assetid=WA104380771&sourcecorrid=3943ede6-17ac-4e0a-8c2d-53a4ecd3303c&searchapppos=0&ui=en-US&rs=en-US&ad=US&appredirect=false)
### RadarChart has 3 bucket fields: Category, Values and Images.
1. Category - Field with a list of categories for each "radar" item. String values
2. Y axis - Field with values for Category field. It can accept many values. Also this field is used for cross filtering with other visuals.
![Radar chart screenshot 3](assets/RadarFields.png)
# Selection
You can select any data point for data filtering and also you can use multi selection but only for one coverage area. For cleaning of selection you should click outside to "Сlear" button on the right top corner of a visual.
# Settings of RadarChart
### Legend
![Radar chart screenshot 3](assets/RadarLegend.png)
- Title: On/Off legend title
- Name: title name
- Color: color of legend captions.
- Position: position of legend - Top, Bottom, Left, Right, Top Center, Bottom Center, Left Center, Right Center
- Text Size: size of legend text
### Data colors
![Radar chart screenshot 4](assets/RadarDataColors.png)
- Change color of each of categories
### Draw lines - To show lines instead of shaded area
![Radar chart screenshot 5](assets/RadarDrawLines.png)
- LineWidth: set the width of lines
### Display Settings
- Axis start: The value of this parameter indicates the beginning of the axis. By default Axis start is set to 0 if all values in DataSet are positive, but if data set contains values less then 0, then it'll be minimum dataset value under 0. Axis start cannot be greater than minimum value of dataset values. You can compare the difference when Axis start is changed on next two images:
![Radar chart screenshot 6](assets/RadarDisplaySettings01.png)
![Radar chart screenshot 6](assets/RadarDisplaySettings02.png)
- Axis start position: set the starting axis position North or South. You can see the difference on the next picture:
![Radar chart screenshot 6](assets/RadarDisplaySettings03.png)
### Data labels
- Color: set color of data labels
- Text size: set text font size of data labels
![Radar chart screenshot 6](assets/RadarDataLabels.png)

Двоичные данные
assets/RadarDataColors.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 21 KiB

Двоичные данные
assets/RadarDataLabels.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 27 KiB

Двоичные данные
assets/RadarDisplaySettings01.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 27 KiB

Двоичные данные
assets/RadarDisplaySettings02.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 25 KiB

Двоичные данные
assets/RadarDisplaySettings03.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 27 KiB

Двоичные данные
assets/RadarDrawLines.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 29 KiB

Двоичные данные
assets/RadarFields.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 3.8 KiB

Двоичные данные
assets/RadarLegend.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 3.6 KiB