Difference between revisions of "Pie Chart"
(Marked this version for translation) |
|||
Line 1: | Line 1: | ||
<translate> | <translate> | ||
+ | <!--T:1--> | ||
'''See a [[Pie Chart Tutorial|video tutorial]] about the pie chart object'''. | '''See a [[Pie Chart Tutorial|video tutorial]] about the pie chart object'''. | ||
+ | <!--T:2--> | ||
A Pie Chart object that represents data as slices of a circle whose size is determined by the values in the data. | A Pie Chart object that represents data as slices of a circle whose size is determined by the values in the data. | ||
+ | <!--T:3--> | ||
The Pie Chart object needs one [[Date]] or [[Text]] column that will be used to group data and one [[Value]] column that will determine the slices size inside the chart. | The Pie Chart object needs one [[Date]] or [[Text]] column that will be used to group data and one [[Value]] column that will determine the slices size inside the chart. | ||
+ | <!--T:4--> | ||
For other chart options, see [[Objects]]. | For other chart options, see [[Objects]]. | ||
+ | <!--T:5--> | ||
'''Example''' | '''Example''' | ||
+ | <!--T:6--> | ||
[[File:piechart_ex.png|link=]] | [[File:piechart_ex.png|link=]] | ||
+ | <!--T:7--> | ||
In the above example the chart displays the percentage of participation in the ''Profit'' amount of the ''Five'' (limited by [[Row limit]]) biggest ''Customers''. | In the above example the chart displays the percentage of participation in the ''Profit'' amount of the ''Five'' (limited by [[Row limit]]) biggest ''Customers''. | ||
+ | <!--T:8--> | ||
[[File:piechart_ex2.png|link=]] | [[File:piechart_ex2.png|link=]] | ||
+ | <!--T:9--> | ||
This other example, show the number of unique customers in each month of the year using the count distinct for the [[Function]] property. | This other example, show the number of unique customers in each month of the year using the count distinct for the [[Function]] property. | ||
+ | <!--T:10--> | ||
'''Data Properties''' | '''Data Properties''' | ||
+ | <!--T:11--> | ||
* [[Advanced row filter]] | * [[Advanced row filter]] | ||
* [[Object Filters|Filters]] | * [[Object Filters|Filters]] | ||
Line 30: | Line 41: | ||
+ | <!--T:12--> | ||
'''Title Bar Properties''' | '''Title Bar Properties''' | ||
+ | <!--T:13--> | ||
* [[Title bar Properties]] | * [[Title bar Properties]] | ||
+ | <!--T:14--> | ||
'''Layout Properties''' | '''Layout Properties''' | ||
+ | <!--T:15--> | ||
* [[Background color]] | * [[Background color]] | ||
* [[Border color]] | * [[Border color]] | ||
Line 48: | Line 63: | ||
+ | <!--T:16--> | ||
'''Object Columns Properties''' | '''Object Columns Properties''' | ||
+ | <!--T:17--> | ||
* [[Column filters]] | * [[Column filters]] | ||
* [[Column label]] | * [[Column label]] |
Revision as of 13:27, 2 April 2014
See a video tutorial about the pie chart object.
A Pie Chart object that represents data as slices of a circle whose size is determined by the values in the data.
The Pie Chart object needs one Date or Text column that will be used to group data and one Value column that will determine the slices size inside the chart.
For other chart options, see Objects.
Example
In the above example the chart displays the percentage of participation in the Profit amount of the Five (limited by Row limit) biggest Customers.
This other example, show the number of unique customers in each month of the year using the count distinct for the Function property.
Data Properties
Title Bar Properties
Layout Properties
- Background color
- Border color
- Font size
- Hide values
- Labels position
- Legend position
- Object dimensions
- Show value as
- Object positions
Object Columns Properties