Navigation :
Envision Tutorials
Envision Explanation
Envision How-To Guides
Lokad Platform
Envision Reference
- Glossary
- Platform overview
- List of icons
-
_
-
A-B-C
-
D-E-F
-
G-H-I
-
J-K-L
-
M-N-O
-
P-Q-R
-- padLeft
-- params
-- parseDate
-- parseNumber
-- parseTime
-- partition
-- partitioned
-- path
-- percent
-- percentile
-- piechart
-- plot
-- poisson
-- popCount
-- previewUrl
-- pricebrk.f
-- pricebrk.m
-- printTime
-- priopack
-- process
-- product
-- pure
-- quantile
-- quarter
-- random
-- random.binomial
-- random.integer
-- random.logLogistic
-- random.negativeBinomial
-- random.normal
-- random.poisson
-- random.ranvar
-- random.shuffle
-- random.uniform
-- randomness
-- rank
-- rankd
-- ranvar
-- ranvar.buckets
-- ranvar.periodicr
-- ranvar.segment
-- ranvar.uniform
-- ranvars and zedfuncs
-- ratio
-- read
-- region
-- regularizationTerm
-- replace
-- return
-- rgb
-- rot13
-- round
-- roundNext
-
S-T-U
-
V-W-X
-
Y-Z
Envision Gallery
Envision Specifications
Envision Language
Legacy
piechart
piechart, tile type
The piechart tile displays a categorical breakdown. It expects one numeric
vector and one group by clause.
Example
table T = with
[| as Product, as Sales |]
[| "Shirt", 120 |]
[| "Hat", 80 |]
[| "Shoes", 40 |]
show piechart "Sales per product" with
sum(T.Sales)
group by T.Product
This produces a chart with the following values:
Product
Sales
Shirt
120
Hat
80
Shoes
40
StyleCode
For generic StyleCode rules, see stylecode .