eurostat-map
Preparing search index...
CompositionStatConfig
Interface CompositionStatConfig
Statistical configuration for composition maps (pie, bar, waffle, stripe).
interface
CompositionStatConfig
{
eurostatDatasetCode
?:
string
;
filters
?:
Record
<
string
,
any
>
;
unitText
?:
string
;
transform
?:
(
value
:
number
)
=>
number
;
categoryParameter
?:
string
;
categoryCodes
?:
string
[]
;
categoryLabels
?:
string
[]
;
categoryColors
?:
string
[]
;
totalCode
?:
string
;
stat
?:
{
eurostatDatasetCode
?:
string
;
filters
?:
Record
<
string
,
any
>
;
unitText
?:
string
;
transform
?:
(
value
:
number
)
=>
number
;
}
;
}
Hierarchy (
View Summary
)
CompositionStatConfig
CoxcombStatConfig
Index
Properties
eurostat
Dataset
Code?
filters?
unit
Text?
transform?
category
Parameter?
category
Codes?
category
Labels?
category
Colors?
total
Code?
stat?
Properties
Optional
eurostat
Dataset
Code
eurostatDatasetCode
?:
string
Optional
filters
filters
?:
Record
<
string
,
any
>
Optional
unit
Text
unitText
?:
string
Optional
transform
transform
?:
(
value
:
number
)
=>
number
Optional
category
Parameter
categoryParameter
?:
string
Optional
category
Codes
categoryCodes
?:
string
[]
Optional
category
Labels
categoryLabels
?:
string
[]
Optional
category
Colors
categoryColors
?:
string
[]
Optional
total
Code
totalCode
?:
string
Optional
stat
stat
?:
{
eurostatDatasetCode
?:
string
;
filters
?:
Record
<
string
,
any
>
;
unitText
?:
string
;
transform
?:
(
value
:
number
)
=>
number
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
eurostat
Dataset
Code
filters
unit
Text
transform
category
Parameter
category
Codes
category
Labels
category
Colors
total
Code
stat
eurostat-map
Loading...
Statistical configuration for composition maps (pie, bar, waffle, stripe).