eurostat-map
Preparing search index...
CoxcombStatConfig
Interface CoxcombStatConfig
Statistical configuration for coxcomb maps.
interface
CoxcombStatConfig
{
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
;
}
;
timeParameter
?:
string
;
times
:
string
[]
;
timeLabels
?:
string
[]
;
customData
?:
Record
<
string
,
Record
<
string
,
Record
<
string
,
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?
time
Parameter?
times
time
Labels?
custom
Data?
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
;
}
Optional
time
Parameter
timeParameter
?:
string
times
times
:
string
[]
Optional
time
Labels
timeLabels
?:
string
[]
Optional
custom
Data
customData
?:
Record
<
string
,
Record
<
string
,
Record
<
string
,
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
time
Parameter
times
time
Labels
custom
Data
eurostat-map
Loading...
Statistical configuration for coxcomb maps.