Difference between revisions of "Pie Chart"

From TaticView
Jump to: navigation, search
(Marked this version for translation)
 
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
<languages/>
 +
 +
 
<translate>
 
<translate>
 
<!--T:1-->
 
<!--T:1-->
'''See a [[Pie Chart Tutorial|video tutorial]] about the pie chart object'''.
+
[[File:mainmenu5.png]]
 +
'''Watch a [[Pie Chart Tutorial|video tutorial]] about the pie chart object'''.
  
  
Line 21: Line 25:
  
 
<!--T:7-->
 
<!--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 example above, the chart displays the percentage of participation in the ''Profit'' amount of the ''Five'' (limited by [[Row limit]]) biggest ''Customers''.
  
  
Line 28: Line 32:
  
 
<!--T:9-->
 
<!--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 shows the number of unique customers forn each month of the year using the count distinct for the [[Function]] property.
 +
 
 +
 
 +
<!--T:18-->
 +
See below all available properties for this object:
 +
 
  
 +
<!--T:19-->
 +
* '''Data Properties''':
 +
** [[Object Filters|Filters]]
 +
** [[Rows sort|Rows Sort]]
 +
** [[Drill Down]]
 +
** [[Advanced row filter|Advanced Row Filter]]
 +
** [[Row limit|Row Limit]]
  
<!--T:10-->
 
'''Data Properties'''
 
  
<!--T:11-->
+
<!--T:20-->
* [[Advanced row filter]]
+
* [[Axis Values Properties]]
* [[Object Filters|Filters]]
 
* [[Row limit]]
 
* [[Rows sort]]
 
  
  
<!--T:12-->
+
<!--T:21-->
'''Title Bar Properties'''
+
* [[Legend_Properties]]
  
<!--T:13-->
 
* [[Title bar Properties]]
 
  
 +
<!--T:22-->
 +
* [[Title bar Properties|Title Bar Properties]]
  
<!--T:14-->
 
'''Layout Properties'''
 
  
<!--T:15-->
+
<!--T:23-->
* [[Background color]]
+
* '''Layout Properties''':
* [[Border color]]
+
** [[Hide Border|Show Border]]
* [[Font size]]
+
** [[Border color|Border Color]]
* [[Hide values]]
+
** [[Background color|Background Color]]
* [[Labels position]]
+
** [[Object positions|Object Positions]]
* [[Legend position]]
+
** [[Object dimensions|Object Dimensions]]
* [[Object dimensions]]
 
* [[Show value as]]
 
* [[Object positions]]
 
  
  
<!--T:16-->
+
<!--T:24-->
'''Object Columns Properties'''
+
* '''Column Properties''':
 +
** [[Selected column]]
 +
** [[Column name]]
 +
** [[Data type|Data Type]]
 +
** [[Column label|Column Label]]
 +
** [[Column filters|Column Filters]]
 +
** [[Delete column|Delete Column]]
 +
** [[Function]]
 +
** [[Decimal places|Decimal Places]]
 +
** [[Thousand_sep.|Thousand Sep.]]
 +
** [[Mask]]
  
<!--T:17-->
 
* [[Column filters]]
 
* [[Column label]]
 
* [[Column name]]
 
* [[Data type]]
 
* [[Decimal places]]
 
* [[Delete column]]
 
* [[Function]]
 
* [[Mask]]
 
* [[Thousand sep.]]
 
 
</translate>
 
</translate>

Latest revision as of 22:47, 4 October 2022

Other languages:
English • ‎português do Brasil


Mainmenu5.png Watch 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

Piechart ex.png

In the example above, the chart displays the percentage of participation in the Profit amount of the Five (limited by Row limit) biggest Customers.


Piechart ex2.png

This other example shows the number of unique customers forn each month of the year using the count distinct for the Function property.


See below all available properties for this object: