@elaraai/east-ui 0.0.1-beta.17 → 0.0.1-beta.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/buttons/button/index.d.ts +54 -54
- package/dist/src/buttons/button/types.d.ts +54 -54
- package/dist/src/buttons/icon-button/index.d.ts +55 -55
- package/dist/src/buttons/icon-button/types.d.ts +51 -51
- package/dist/src/charts/area/index.d.ts.map +1 -1
- package/dist/src/charts/area/index.js +13 -3
- package/dist/src/charts/area/index.js.map +1 -1
- package/dist/src/charts/area/types.d.ts +1464 -1454
- package/dist/src/charts/area/types.d.ts.map +1 -1
- package/dist/src/charts/area/types.js +1 -0
- package/dist/src/charts/area/types.js.map +1 -1
- package/dist/src/charts/bar/index.js +13 -3
- package/dist/src/charts/bar/index.js.map +1 -1
- package/dist/src/charts/bar/types.d.ts +736 -726
- package/dist/src/charts/bar/types.d.ts.map +1 -1
- package/dist/src/charts/bar/types.js +1 -0
- package/dist/src/charts/bar/types.js.map +1 -1
- package/dist/src/charts/bar-list/types.d.ts +168 -168
- package/dist/src/charts/bar-segment/types.d.ts +14 -14
- package/dist/src/charts/composed/index.d.ts.map +1 -1
- package/dist/src/charts/composed/index.js +12 -3
- package/dist/src/charts/composed/index.js.map +1 -1
- package/dist/src/charts/composed/types.d.ts +872 -849
- package/dist/src/charts/composed/types.d.ts.map +1 -1
- package/dist/src/charts/composed/types.js +1 -0
- package/dist/src/charts/composed/types.js.map +1 -1
- package/dist/src/charts/index.d.ts +5684 -5665
- package/dist/src/charts/index.d.ts.map +1 -1
- package/dist/src/charts/line/index.js +13 -3
- package/dist/src/charts/line/index.js.map +1 -1
- package/dist/src/charts/line/types.d.ts +750 -736
- package/dist/src/charts/line/types.d.ts.map +1 -1
- package/dist/src/charts/line/types.js +5 -1
- package/dist/src/charts/line/types.js.map +1 -1
- package/dist/src/charts/pie/types.d.ts +38 -38
- package/dist/src/charts/radar/index.d.ts.map +1 -1
- package/dist/src/charts/radar/index.js +1 -0
- package/dist/src/charts/radar/index.js.map +1 -1
- package/dist/src/charts/radar/types.d.ts +55 -54
- package/dist/src/charts/radar/types.d.ts.map +1 -1
- package/dist/src/charts/scatter/index.d.ts +3 -2
- package/dist/src/charts/scatter/index.d.ts.map +1 -1
- package/dist/src/charts/scatter/index.js +13 -39
- package/dist/src/charts/scatter/index.js.map +1 -1
- package/dist/src/charts/scatter/types.d.ts +721 -711
- package/dist/src/charts/scatter/types.d.ts.map +1 -1
- package/dist/src/charts/scatter/types.js +1 -0
- package/dist/src/charts/scatter/types.js.map +1 -1
- package/dist/src/charts/sparkline/index.d.ts +9 -9
- package/dist/src/charts/sparkline/types.d.ts +9 -9
- package/dist/src/charts/types.d.ts +844 -841
- package/dist/src/charts/types.d.ts.map +1 -1
- package/dist/src/charts/types.js +5 -0
- package/dist/src/charts/types.js.map +1 -1
- package/dist/src/collections/data-list/index.d.ts +35 -35
- package/dist/src/collections/data-list/types.d.ts +5 -5
- package/dist/src/collections/gantt/index.d.ts +721 -721
- package/dist/src/collections/gantt/types.d.ts +195 -195
- package/dist/src/collections/planner/index.d.ts +255 -255
- package/dist/src/collections/planner/types.d.ts +200 -200
- package/dist/src/collections/table/index.d.ts +396 -396
- package/dist/src/collections/table/types.d.ts +145 -145
- package/dist/src/collections/tree-view/index.d.ts +583 -583
- package/dist/src/collections/tree-view/types.d.ts +21 -21
- package/dist/src/component.d.ts +7519 -7505
- package/dist/src/component.d.ts.map +1 -1
- package/dist/src/container/card/index.d.ts +24 -24
- package/dist/src/container/card/types.d.ts +24 -24
- package/dist/src/disclosure/accordion/index.d.ts +29 -29
- package/dist/src/disclosure/accordion/types.d.ts +11 -11
- package/dist/src/disclosure/carousel/index.d.ts +6 -6
- package/dist/src/disclosure/carousel/types.d.ts +6 -6
- package/dist/src/disclosure/tabs/index.d.ts +126 -126
- package/dist/src/disclosure/tabs/types.d.ts +48 -48
- package/dist/src/display/avatar/index.d.ts +22 -22
- package/dist/src/display/avatar/types.d.ts +22 -22
- package/dist/src/display/badge/index.d.ts +24 -24
- package/dist/src/display/badge/types.d.ts +24 -24
- package/dist/src/display/icon/index.d.ts +64 -64
- package/dist/src/display/icon/types.d.ts +64 -64
- package/dist/src/display/stat/index.d.ts +8 -8
- package/dist/src/display/stat/types.d.ts +8 -8
- package/dist/src/display/tag/index.d.ts +30 -30
- package/dist/src/display/tag/types.d.ts +30 -30
- package/dist/src/feedback/alert/index.d.ts +18 -18
- package/dist/src/feedback/alert/types.d.ts +18 -18
- package/dist/src/feedback/progress/index.d.ts +28 -28
- package/dist/src/feedback/progress/types.d.ts +28 -28
- package/dist/src/forms/checkbox/index.d.ts +21 -21
- package/dist/src/forms/checkbox/types.d.ts +21 -21
- package/dist/src/forms/field/index.d.ts +294 -294
- package/dist/src/forms/field/types.d.ts +579 -579
- package/dist/src/forms/file-upload/index.d.ts +27 -27
- package/dist/src/forms/file-upload/types.d.ts +35 -35
- package/dist/src/forms/input/index.d.ts +102 -102
- package/dist/src/forms/input/types.d.ts +102 -102
- package/dist/src/forms/select/index.d.ts +19 -19
- package/dist/src/forms/select/types.d.ts +19 -19
- package/dist/src/forms/slider/index.d.ts +31 -31
- package/dist/src/forms/slider/types.d.ts +31 -31
- package/dist/src/forms/switch/index.d.ts +20 -20
- package/dist/src/forms/switch/types.d.ts +20 -20
- package/dist/src/forms/tags-input/index.d.ts +41 -41
- package/dist/src/forms/tags-input/types.d.ts +41 -41
- package/dist/src/forms/textarea/index.d.ts +30 -30
- package/dist/src/forms/textarea/types.d.ts +30 -30
- package/dist/src/layout/box/index.d.ts +70 -70
- package/dist/src/layout/box/types.d.ts +62 -62
- package/dist/src/layout/flex/index.d.ts +65 -65
- package/dist/src/layout/flex/types.d.ts +57 -57
- package/dist/src/layout/grid/index.d.ts +51 -51
- package/dist/src/layout/grid/types.d.ts +56 -56
- package/dist/src/layout/separator/index.d.ts +42 -42
- package/dist/src/layout/separator/types.d.ts +17 -17
- package/dist/src/layout/splitter/index.d.ts +9 -9
- package/dist/src/layout/splitter/types.d.ts +14 -14
- package/dist/src/layout/stack/index.d.ts +63 -63
- package/dist/src/layout/stack/types.d.ts +55 -55
- package/dist/src/layout/style.d.ts +8 -8
- package/dist/src/overlays/action-bar/index.d.ts +7 -7
- package/dist/src/overlays/action-bar/types.d.ts +7 -7
- package/dist/src/overlays/dialog/index.d.ts +49 -49
- package/dist/src/overlays/dialog/types.d.ts +49 -49
- package/dist/src/overlays/drawer/index.d.ts +25 -25
- package/dist/src/overlays/drawer/types.d.ts +25 -25
- package/dist/src/overlays/hover-card/index.d.ts +38 -38
- package/dist/src/overlays/hover-card/types.d.ts +26 -26
- package/dist/src/overlays/menu/index.d.ts +32 -32
- package/dist/src/overlays/menu/types.d.ts +20 -20
- package/dist/src/overlays/popover/index.d.ts +37 -37
- package/dist/src/overlays/popover/types.d.ts +25 -25
- package/dist/src/overlays/toggle-tip/index.d.ts +27 -27
- package/dist/src/overlays/toggle-tip/types.d.ts +15 -15
- package/dist/src/overlays/tooltip/index.d.ts +26 -26
- package/dist/src/overlays/tooltip/types.d.ts +26 -26
- package/dist/src/reactive/index.d.ts.map +1 -1
- package/dist/src/reactive/index.js +2 -2
- package/dist/src/reactive/index.js.map +1 -1
- package/dist/src/style.d.ts +87 -87
- package/dist/src/typography/code/index.d.ts +14 -14
- package/dist/src/typography/code/types.d.ts +14 -14
- package/dist/src/typography/code-block/index.d.ts +36 -36
- package/dist/src/typography/code-block/types.d.ts +36 -36
- package/dist/src/typography/heading/index.d.ts +41 -41
- package/dist/src/typography/heading/types.d.ts +41 -41
- package/dist/src/typography/highlight/index.d.ts +3 -3
- package/dist/src/typography/highlight/types.d.ts +3 -3
- package/dist/src/typography/link/index.d.ts +9 -9
- package/dist/src/typography/link/types.d.ts +9 -9
- package/dist/src/typography/list/index.d.ts +8 -8
- package/dist/src/typography/list/types.d.ts +8 -8
- package/dist/src/typography/mark/index.d.ts +11 -11
- package/dist/src/typography/mark/types.d.ts +11 -11
- package/dist/src/typography/text/index.d.ts +53 -53
- package/dist/src/typography/text/types.d.ts +53 -53
- package/package.json +2 -2
|
@@ -20,21 +20,23 @@ import { CurveType, YAxisIdType, type CurveLiteral, type YAxisIdLiteral, type Ba
|
|
|
20
20
|
* @property strokeDasharray - Dash pattern for dashed lines (e.g., "5 5")
|
|
21
21
|
* @property showDots - Whether to show dots at data points (per-series override)
|
|
22
22
|
* @property showLine - Whether to show the line (per-series override)
|
|
23
|
+
* @property pivotColors - Mapping of pivot key values to colors (used with pivotKey)
|
|
23
24
|
*/
|
|
24
25
|
export declare const LineChartSeriesType: StructType<{
|
|
25
|
-
name: StringType;
|
|
26
|
-
color: OptionType<StringType>;
|
|
27
|
-
stackId: OptionType<StringType>;
|
|
28
|
-
label: OptionType<StringType>;
|
|
29
|
-
stroke: OptionType<StringType>;
|
|
30
|
-
strokeWidth: OptionType<IntegerType>;
|
|
31
|
-
strokeDasharray: OptionType<StringType>;
|
|
32
|
-
showDots: OptionType<BooleanType>;
|
|
33
|
-
showLine: OptionType<BooleanType>;
|
|
34
|
-
yAxisId: OptionType<import("@elaraai/east").VariantType<{
|
|
35
|
-
left: import("@elaraai/east").NullType;
|
|
36
|
-
right: import("@elaraai/east").NullType;
|
|
26
|
+
readonly name: StringType;
|
|
27
|
+
readonly color: OptionType<StringType>;
|
|
28
|
+
readonly stackId: OptionType<StringType>;
|
|
29
|
+
readonly label: OptionType<StringType>;
|
|
30
|
+
readonly stroke: OptionType<StringType>;
|
|
31
|
+
readonly strokeWidth: OptionType<IntegerType>;
|
|
32
|
+
readonly strokeDasharray: OptionType<StringType>;
|
|
33
|
+
readonly showDots: OptionType<BooleanType>;
|
|
34
|
+
readonly showLine: OptionType<BooleanType>;
|
|
35
|
+
readonly yAxisId: OptionType<import("@elaraai/east").VariantType<{
|
|
36
|
+
readonly left: import("@elaraai/east").NullType;
|
|
37
|
+
readonly right: import("@elaraai/east").NullType;
|
|
37
38
|
}>>;
|
|
39
|
+
readonly pivotColors: OptionType<DictType<StringType, StringType>>;
|
|
38
40
|
}>;
|
|
39
41
|
/**
|
|
40
42
|
* Type representing line chart series configuration.
|
|
@@ -53,7 +55,8 @@ export type LineChartSeriesType = typeof LineChartSeriesType;
|
|
|
53
55
|
*
|
|
54
56
|
* @property data - Array of data points (single array form)
|
|
55
57
|
* @property dataSeries - Record of arrays per series (multi-series form, for sparse data)
|
|
56
|
-
* @property valueKey - Field name for Y values when using dataSeries
|
|
58
|
+
* @property valueKey - Field name for Y values when using dataSeries or pivotKey
|
|
59
|
+
* @property pivotKey - Field name containing series identifiers (enables pivot/long format data)
|
|
57
60
|
* @property series - Series configuration for multi-series charts
|
|
58
61
|
* @property xAxis - X-axis configuration
|
|
59
62
|
* @property yAxis - Y-axis configuration
|
|
@@ -67,824 +70,826 @@ export type LineChartSeriesType = typeof LineChartSeriesType;
|
|
|
67
70
|
* @property connectNulls - Connect line across null data points
|
|
68
71
|
*/
|
|
69
72
|
export declare const LineChartType: StructType<{
|
|
70
|
-
data: ArrayType<DictType<StringType, import("@elaraai/east").VariantType<{
|
|
71
|
-
Null: import("@elaraai/east").NullType;
|
|
72
|
-
Boolean: BooleanType;
|
|
73
|
-
Integer: IntegerType;
|
|
74
|
-
Float: import("@elaraai/east").FloatType;
|
|
75
|
-
String: StringType;
|
|
76
|
-
DateTime: import("@elaraai/east").DateTimeType;
|
|
77
|
-
Blob: import("@elaraai/east").BlobType;
|
|
73
|
+
readonly data: ArrayType<DictType<StringType, import("@elaraai/east").VariantType<{
|
|
74
|
+
readonly Null: import("@elaraai/east").NullType;
|
|
75
|
+
readonly Boolean: BooleanType;
|
|
76
|
+
readonly Integer: IntegerType;
|
|
77
|
+
readonly Float: import("@elaraai/east").FloatType;
|
|
78
|
+
readonly String: StringType;
|
|
79
|
+
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
80
|
+
readonly Blob: import("@elaraai/east").BlobType;
|
|
78
81
|
}>>>;
|
|
79
|
-
dataSeries: OptionType<DictType<StringType, ArrayType<DictType<StringType, import("@elaraai/east").VariantType<{
|
|
80
|
-
Null: import("@elaraai/east").NullType;
|
|
81
|
-
Boolean: BooleanType;
|
|
82
|
-
Integer: IntegerType;
|
|
83
|
-
Float: import("@elaraai/east").FloatType;
|
|
84
|
-
String: StringType;
|
|
85
|
-
DateTime: import("@elaraai/east").DateTimeType;
|
|
86
|
-
Blob: import("@elaraai/east").BlobType;
|
|
82
|
+
readonly dataSeries: OptionType<DictType<StringType, ArrayType<DictType<StringType, import("@elaraai/east").VariantType<{
|
|
83
|
+
readonly Null: import("@elaraai/east").NullType;
|
|
84
|
+
readonly Boolean: BooleanType;
|
|
85
|
+
readonly Integer: IntegerType;
|
|
86
|
+
readonly Float: import("@elaraai/east").FloatType;
|
|
87
|
+
readonly String: StringType;
|
|
88
|
+
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
89
|
+
readonly Blob: import("@elaraai/east").BlobType;
|
|
87
90
|
}>>>>>;
|
|
88
|
-
valueKey: OptionType<StringType>;
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
91
|
+
readonly valueKey: OptionType<StringType>;
|
|
92
|
+
readonly pivotKey: OptionType<StringType>;
|
|
93
|
+
readonly series: ArrayType<StructType<{
|
|
94
|
+
readonly name: StringType;
|
|
95
|
+
readonly color: OptionType<StringType>;
|
|
96
|
+
readonly stackId: OptionType<StringType>;
|
|
97
|
+
readonly label: OptionType<StringType>;
|
|
98
|
+
readonly stroke: OptionType<StringType>;
|
|
99
|
+
readonly strokeWidth: OptionType<IntegerType>;
|
|
100
|
+
readonly strokeDasharray: OptionType<StringType>;
|
|
101
|
+
readonly showDots: OptionType<BooleanType>;
|
|
102
|
+
readonly showLine: OptionType<BooleanType>;
|
|
103
|
+
readonly yAxisId: OptionType<import("@elaraai/east").VariantType<{
|
|
104
|
+
readonly left: import("@elaraai/east").NullType;
|
|
105
|
+
readonly right: import("@elaraai/east").NullType;
|
|
102
106
|
}>>;
|
|
107
|
+
readonly pivotColors: OptionType<DictType<StringType, StringType>>;
|
|
103
108
|
}>>;
|
|
104
|
-
xAxis: OptionType<StructType<{
|
|
105
|
-
dataKey: OptionType<StringType>;
|
|
106
|
-
label: OptionType<StringType>;
|
|
107
|
-
tickFormat: OptionType<import("@elaraai/east").VariantType<{
|
|
108
|
-
number: StructType<{
|
|
109
|
-
minimumFractionDigits: OptionType<IntegerType>;
|
|
110
|
-
maximumFractionDigits: OptionType<IntegerType>;
|
|
111
|
-
signDisplay: OptionType<import("@elaraai/east").VariantType<{
|
|
112
|
-
auto: import("@elaraai/east").NullType;
|
|
113
|
-
never: import("@elaraai/east").NullType;
|
|
114
|
-
always: import("@elaraai/east").NullType;
|
|
115
|
-
exceptZero: import("@elaraai/east").NullType;
|
|
109
|
+
readonly xAxis: OptionType<StructType<{
|
|
110
|
+
readonly dataKey: OptionType<StringType>;
|
|
111
|
+
readonly label: OptionType<StringType>;
|
|
112
|
+
readonly tickFormat: OptionType<import("@elaraai/east").VariantType<{
|
|
113
|
+
readonly number: StructType<{
|
|
114
|
+
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
115
|
+
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
116
|
+
readonly signDisplay: OptionType<import("@elaraai/east").VariantType<{
|
|
117
|
+
readonly auto: import("@elaraai/east").NullType;
|
|
118
|
+
readonly never: import("@elaraai/east").NullType;
|
|
119
|
+
readonly always: import("@elaraai/east").NullType;
|
|
120
|
+
readonly exceptZero: import("@elaraai/east").NullType;
|
|
116
121
|
}>>;
|
|
117
122
|
}>;
|
|
118
|
-
currency: StructType<{
|
|
119
|
-
currency: import("@elaraai/east").VariantType<{
|
|
120
|
-
USD: import("@elaraai/east").NullType;
|
|
121
|
-
EUR: import("@elaraai/east").NullType;
|
|
122
|
-
GBP: import("@elaraai/east").NullType;
|
|
123
|
-
JPY: import("@elaraai/east").NullType;
|
|
124
|
-
CHF: import("@elaraai/east").NullType;
|
|
125
|
-
CAD: import("@elaraai/east").NullType;
|
|
126
|
-
AUD: import("@elaraai/east").NullType;
|
|
127
|
-
NZD: import("@elaraai/east").NullType;
|
|
128
|
-
CNY: import("@elaraai/east").NullType;
|
|
129
|
-
HKD: import("@elaraai/east").NullType;
|
|
130
|
-
SGD: import("@elaraai/east").NullType;
|
|
131
|
-
KRW: import("@elaraai/east").NullType;
|
|
132
|
-
INR: import("@elaraai/east").NullType;
|
|
133
|
-
TWD: import("@elaraai/east").NullType;
|
|
134
|
-
THB: import("@elaraai/east").NullType;
|
|
135
|
-
MYR: import("@elaraai/east").NullType;
|
|
136
|
-
IDR: import("@elaraai/east").NullType;
|
|
137
|
-
PHP: import("@elaraai/east").NullType;
|
|
138
|
-
VND: import("@elaraai/east").NullType;
|
|
139
|
-
SEK: import("@elaraai/east").NullType;
|
|
140
|
-
NOK: import("@elaraai/east").NullType;
|
|
141
|
-
DKK: import("@elaraai/east").NullType;
|
|
142
|
-
PLN: import("@elaraai/east").NullType;
|
|
143
|
-
CZK: import("@elaraai/east").NullType;
|
|
144
|
-
HUF: import("@elaraai/east").NullType;
|
|
145
|
-
RUB: import("@elaraai/east").NullType;
|
|
146
|
-
UAH: import("@elaraai/east").NullType;
|
|
147
|
-
RON: import("@elaraai/east").NullType;
|
|
148
|
-
MXN: import("@elaraai/east").NullType;
|
|
149
|
-
BRL: import("@elaraai/east").NullType;
|
|
150
|
-
ARS: import("@elaraai/east").NullType;
|
|
151
|
-
CLP: import("@elaraai/east").NullType;
|
|
152
|
-
COP: import("@elaraai/east").NullType;
|
|
153
|
-
PEN: import("@elaraai/east").NullType;
|
|
154
|
-
AED: import("@elaraai/east").NullType;
|
|
155
|
-
SAR: import("@elaraai/east").NullType;
|
|
156
|
-
ILS: import("@elaraai/east").NullType;
|
|
157
|
-
ZAR: import("@elaraai/east").NullType;
|
|
158
|
-
TRY: import("@elaraai/east").NullType;
|
|
159
|
-
EGP: import("@elaraai/east").NullType;
|
|
160
|
-
NGN: import("@elaraai/east").NullType;
|
|
161
|
-
KES: import("@elaraai/east").NullType;
|
|
123
|
+
readonly currency: StructType<{
|
|
124
|
+
readonly currency: import("@elaraai/east").VariantType<{
|
|
125
|
+
readonly USD: import("@elaraai/east").NullType;
|
|
126
|
+
readonly EUR: import("@elaraai/east").NullType;
|
|
127
|
+
readonly GBP: import("@elaraai/east").NullType;
|
|
128
|
+
readonly JPY: import("@elaraai/east").NullType;
|
|
129
|
+
readonly CHF: import("@elaraai/east").NullType;
|
|
130
|
+
readonly CAD: import("@elaraai/east").NullType;
|
|
131
|
+
readonly AUD: import("@elaraai/east").NullType;
|
|
132
|
+
readonly NZD: import("@elaraai/east").NullType;
|
|
133
|
+
readonly CNY: import("@elaraai/east").NullType;
|
|
134
|
+
readonly HKD: import("@elaraai/east").NullType;
|
|
135
|
+
readonly SGD: import("@elaraai/east").NullType;
|
|
136
|
+
readonly KRW: import("@elaraai/east").NullType;
|
|
137
|
+
readonly INR: import("@elaraai/east").NullType;
|
|
138
|
+
readonly TWD: import("@elaraai/east").NullType;
|
|
139
|
+
readonly THB: import("@elaraai/east").NullType;
|
|
140
|
+
readonly MYR: import("@elaraai/east").NullType;
|
|
141
|
+
readonly IDR: import("@elaraai/east").NullType;
|
|
142
|
+
readonly PHP: import("@elaraai/east").NullType;
|
|
143
|
+
readonly VND: import("@elaraai/east").NullType;
|
|
144
|
+
readonly SEK: import("@elaraai/east").NullType;
|
|
145
|
+
readonly NOK: import("@elaraai/east").NullType;
|
|
146
|
+
readonly DKK: import("@elaraai/east").NullType;
|
|
147
|
+
readonly PLN: import("@elaraai/east").NullType;
|
|
148
|
+
readonly CZK: import("@elaraai/east").NullType;
|
|
149
|
+
readonly HUF: import("@elaraai/east").NullType;
|
|
150
|
+
readonly RUB: import("@elaraai/east").NullType;
|
|
151
|
+
readonly UAH: import("@elaraai/east").NullType;
|
|
152
|
+
readonly RON: import("@elaraai/east").NullType;
|
|
153
|
+
readonly MXN: import("@elaraai/east").NullType;
|
|
154
|
+
readonly BRL: import("@elaraai/east").NullType;
|
|
155
|
+
readonly ARS: import("@elaraai/east").NullType;
|
|
156
|
+
readonly CLP: import("@elaraai/east").NullType;
|
|
157
|
+
readonly COP: import("@elaraai/east").NullType;
|
|
158
|
+
readonly PEN: import("@elaraai/east").NullType;
|
|
159
|
+
readonly AED: import("@elaraai/east").NullType;
|
|
160
|
+
readonly SAR: import("@elaraai/east").NullType;
|
|
161
|
+
readonly ILS: import("@elaraai/east").NullType;
|
|
162
|
+
readonly ZAR: import("@elaraai/east").NullType;
|
|
163
|
+
readonly TRY: import("@elaraai/east").NullType;
|
|
164
|
+
readonly EGP: import("@elaraai/east").NullType;
|
|
165
|
+
readonly NGN: import("@elaraai/east").NullType;
|
|
166
|
+
readonly KES: import("@elaraai/east").NullType;
|
|
162
167
|
}>;
|
|
163
|
-
display: OptionType<import("@elaraai/east").VariantType<{
|
|
164
|
-
code: import("@elaraai/east").NullType;
|
|
165
|
-
symbol: import("@elaraai/east").NullType;
|
|
166
|
-
narrowSymbol: import("@elaraai/east").NullType;
|
|
167
|
-
name: import("@elaraai/east").NullType;
|
|
168
|
+
readonly display: OptionType<import("@elaraai/east").VariantType<{
|
|
169
|
+
readonly code: import("@elaraai/east").NullType;
|
|
170
|
+
readonly symbol: import("@elaraai/east").NullType;
|
|
171
|
+
readonly narrowSymbol: import("@elaraai/east").NullType;
|
|
172
|
+
readonly name: import("@elaraai/east").NullType;
|
|
168
173
|
}>>;
|
|
169
|
-
minimumFractionDigits: OptionType<IntegerType>;
|
|
170
|
-
maximumFractionDigits: OptionType<IntegerType>;
|
|
174
|
+
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
175
|
+
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
171
176
|
}>;
|
|
172
|
-
percent: StructType<{
|
|
173
|
-
minimumFractionDigits: OptionType<IntegerType>;
|
|
174
|
-
maximumFractionDigits: OptionType<IntegerType>;
|
|
175
|
-
signDisplay: OptionType<import("@elaraai/east").VariantType<{
|
|
176
|
-
auto: import("@elaraai/east").NullType;
|
|
177
|
-
never: import("@elaraai/east").NullType;
|
|
178
|
-
always: import("@elaraai/east").NullType;
|
|
179
|
-
exceptZero: import("@elaraai/east").NullType;
|
|
177
|
+
readonly percent: StructType<{
|
|
178
|
+
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
179
|
+
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
180
|
+
readonly signDisplay: OptionType<import("@elaraai/east").VariantType<{
|
|
181
|
+
readonly auto: import("@elaraai/east").NullType;
|
|
182
|
+
readonly never: import("@elaraai/east").NullType;
|
|
183
|
+
readonly always: import("@elaraai/east").NullType;
|
|
184
|
+
readonly exceptZero: import("@elaraai/east").NullType;
|
|
180
185
|
}>>;
|
|
181
186
|
}>;
|
|
182
|
-
compact: StructType<{
|
|
183
|
-
display: OptionType<import("@elaraai/east").VariantType<{
|
|
184
|
-
short: import("@elaraai/east").NullType;
|
|
185
|
-
long: import("@elaraai/east").NullType;
|
|
187
|
+
readonly compact: StructType<{
|
|
188
|
+
readonly display: OptionType<import("@elaraai/east").VariantType<{
|
|
189
|
+
readonly short: import("@elaraai/east").NullType;
|
|
190
|
+
readonly long: import("@elaraai/east").NullType;
|
|
186
191
|
}>>;
|
|
187
192
|
}>;
|
|
188
|
-
unit: StructType<{
|
|
189
|
-
unit: import("@elaraai/east").VariantType<{
|
|
190
|
-
bit: import("@elaraai/east").NullType;
|
|
191
|
-
byte: import("@elaraai/east").NullType;
|
|
192
|
-
kilobit: import("@elaraai/east").NullType;
|
|
193
|
-
kilobyte: import("@elaraai/east").NullType;
|
|
194
|
-
megabit: import("@elaraai/east").NullType;
|
|
195
|
-
megabyte: import("@elaraai/east").NullType;
|
|
196
|
-
gigabit: import("@elaraai/east").NullType;
|
|
197
|
-
gigabyte: import("@elaraai/east").NullType;
|
|
198
|
-
terabit: import("@elaraai/east").NullType;
|
|
199
|
-
terabyte: import("@elaraai/east").NullType;
|
|
200
|
-
petabyte: import("@elaraai/east").NullType;
|
|
201
|
-
nanosecond: import("@elaraai/east").NullType;
|
|
202
|
-
microsecond: import("@elaraai/east").NullType;
|
|
203
|
-
millisecond: import("@elaraai/east").NullType;
|
|
204
|
-
second: import("@elaraai/east").NullType;
|
|
205
|
-
minute: import("@elaraai/east").NullType;
|
|
206
|
-
hour: import("@elaraai/east").NullType;
|
|
207
|
-
day: import("@elaraai/east").NullType;
|
|
208
|
-
week: import("@elaraai/east").NullType;
|
|
209
|
-
month: import("@elaraai/east").NullType;
|
|
210
|
-
year: import("@elaraai/east").NullType;
|
|
211
|
-
millimeter: import("@elaraai/east").NullType;
|
|
212
|
-
centimeter: import("@elaraai/east").NullType;
|
|
213
|
-
meter: import("@elaraai/east").NullType;
|
|
214
|
-
kilometer: import("@elaraai/east").NullType;
|
|
215
|
-
inch: import("@elaraai/east").NullType;
|
|
216
|
-
foot: import("@elaraai/east").NullType;
|
|
217
|
-
yard: import("@elaraai/east").NullType;
|
|
218
|
-
mile: import("@elaraai/east").NullType;
|
|
219
|
-
gram: import("@elaraai/east").NullType;
|
|
220
|
-
kilogram: import("@elaraai/east").NullType;
|
|
221
|
-
milligram: import("@elaraai/east").NullType;
|
|
222
|
-
ounce: import("@elaraai/east").NullType;
|
|
223
|
-
pound: import("@elaraai/east").NullType;
|
|
224
|
-
stone: import("@elaraai/east").NullType;
|
|
225
|
-
celsius: import("@elaraai/east").NullType;
|
|
226
|
-
fahrenheit: import("@elaraai/east").NullType;
|
|
227
|
-
milliliter: import("@elaraai/east").NullType;
|
|
228
|
-
liter: import("@elaraai/east").NullType;
|
|
229
|
-
gallon: import("@elaraai/east").NullType;
|
|
230
|
-
fluidOunce: import("@elaraai/east").NullType;
|
|
231
|
-
acre: import("@elaraai/east").NullType;
|
|
232
|
-
hectare: import("@elaraai/east").NullType;
|
|
233
|
-
meterPerSecond: import("@elaraai/east").NullType;
|
|
234
|
-
kilometerPerHour: import("@elaraai/east").NullType;
|
|
235
|
-
milePerHour: import("@elaraai/east").NullType;
|
|
236
|
-
percent: import("@elaraai/east").NullType;
|
|
237
|
-
degree: import("@elaraai/east").NullType;
|
|
193
|
+
readonly unit: StructType<{
|
|
194
|
+
readonly unit: import("@elaraai/east").VariantType<{
|
|
195
|
+
readonly bit: import("@elaraai/east").NullType;
|
|
196
|
+
readonly byte: import("@elaraai/east").NullType;
|
|
197
|
+
readonly kilobit: import("@elaraai/east").NullType;
|
|
198
|
+
readonly kilobyte: import("@elaraai/east").NullType;
|
|
199
|
+
readonly megabit: import("@elaraai/east").NullType;
|
|
200
|
+
readonly megabyte: import("@elaraai/east").NullType;
|
|
201
|
+
readonly gigabit: import("@elaraai/east").NullType;
|
|
202
|
+
readonly gigabyte: import("@elaraai/east").NullType;
|
|
203
|
+
readonly terabit: import("@elaraai/east").NullType;
|
|
204
|
+
readonly terabyte: import("@elaraai/east").NullType;
|
|
205
|
+
readonly petabyte: import("@elaraai/east").NullType;
|
|
206
|
+
readonly nanosecond: import("@elaraai/east").NullType;
|
|
207
|
+
readonly microsecond: import("@elaraai/east").NullType;
|
|
208
|
+
readonly millisecond: import("@elaraai/east").NullType;
|
|
209
|
+
readonly second: import("@elaraai/east").NullType;
|
|
210
|
+
readonly minute: import("@elaraai/east").NullType;
|
|
211
|
+
readonly hour: import("@elaraai/east").NullType;
|
|
212
|
+
readonly day: import("@elaraai/east").NullType;
|
|
213
|
+
readonly week: import("@elaraai/east").NullType;
|
|
214
|
+
readonly month: import("@elaraai/east").NullType;
|
|
215
|
+
readonly year: import("@elaraai/east").NullType;
|
|
216
|
+
readonly millimeter: import("@elaraai/east").NullType;
|
|
217
|
+
readonly centimeter: import("@elaraai/east").NullType;
|
|
218
|
+
readonly meter: import("@elaraai/east").NullType;
|
|
219
|
+
readonly kilometer: import("@elaraai/east").NullType;
|
|
220
|
+
readonly inch: import("@elaraai/east").NullType;
|
|
221
|
+
readonly foot: import("@elaraai/east").NullType;
|
|
222
|
+
readonly yard: import("@elaraai/east").NullType;
|
|
223
|
+
readonly mile: import("@elaraai/east").NullType;
|
|
224
|
+
readonly gram: import("@elaraai/east").NullType;
|
|
225
|
+
readonly kilogram: import("@elaraai/east").NullType;
|
|
226
|
+
readonly milligram: import("@elaraai/east").NullType;
|
|
227
|
+
readonly ounce: import("@elaraai/east").NullType;
|
|
228
|
+
readonly pound: import("@elaraai/east").NullType;
|
|
229
|
+
readonly stone: import("@elaraai/east").NullType;
|
|
230
|
+
readonly celsius: import("@elaraai/east").NullType;
|
|
231
|
+
readonly fahrenheit: import("@elaraai/east").NullType;
|
|
232
|
+
readonly milliliter: import("@elaraai/east").NullType;
|
|
233
|
+
readonly liter: import("@elaraai/east").NullType;
|
|
234
|
+
readonly gallon: import("@elaraai/east").NullType;
|
|
235
|
+
readonly fluidOunce: import("@elaraai/east").NullType;
|
|
236
|
+
readonly acre: import("@elaraai/east").NullType;
|
|
237
|
+
readonly hectare: import("@elaraai/east").NullType;
|
|
238
|
+
readonly meterPerSecond: import("@elaraai/east").NullType;
|
|
239
|
+
readonly kilometerPerHour: import("@elaraai/east").NullType;
|
|
240
|
+
readonly milePerHour: import("@elaraai/east").NullType;
|
|
241
|
+
readonly percent: import("@elaraai/east").NullType;
|
|
242
|
+
readonly degree: import("@elaraai/east").NullType;
|
|
238
243
|
}>;
|
|
239
|
-
display: OptionType<import("@elaraai/east").VariantType<{
|
|
240
|
-
short: import("@elaraai/east").NullType;
|
|
241
|
-
narrow: import("@elaraai/east").NullType;
|
|
242
|
-
long: import("@elaraai/east").NullType;
|
|
244
|
+
readonly display: OptionType<import("@elaraai/east").VariantType<{
|
|
245
|
+
readonly short: import("@elaraai/east").NullType;
|
|
246
|
+
readonly narrow: import("@elaraai/east").NullType;
|
|
247
|
+
readonly long: import("@elaraai/east").NullType;
|
|
243
248
|
}>>;
|
|
244
249
|
}>;
|
|
245
|
-
scientific: import("@elaraai/east").NullType;
|
|
246
|
-
engineering: import("@elaraai/east").NullType;
|
|
247
|
-
date: StructType<{
|
|
248
|
-
style: OptionType<import("@elaraai/east").VariantType<{
|
|
249
|
-
full: import("@elaraai/east").NullType;
|
|
250
|
-
long: import("@elaraai/east").NullType;
|
|
251
|
-
medium: import("@elaraai/east").NullType;
|
|
252
|
-
short: import("@elaraai/east").NullType;
|
|
250
|
+
readonly scientific: import("@elaraai/east").NullType;
|
|
251
|
+
readonly engineering: import("@elaraai/east").NullType;
|
|
252
|
+
readonly date: StructType<{
|
|
253
|
+
readonly style: OptionType<import("@elaraai/east").VariantType<{
|
|
254
|
+
readonly full: import("@elaraai/east").NullType;
|
|
255
|
+
readonly long: import("@elaraai/east").NullType;
|
|
256
|
+
readonly medium: import("@elaraai/east").NullType;
|
|
257
|
+
readonly short: import("@elaraai/east").NullType;
|
|
253
258
|
}>>;
|
|
254
259
|
}>;
|
|
255
|
-
time: StructType<{
|
|
256
|
-
style: OptionType<import("@elaraai/east").VariantType<{
|
|
257
|
-
full: import("@elaraai/east").NullType;
|
|
258
|
-
long: import("@elaraai/east").NullType;
|
|
259
|
-
medium: import("@elaraai/east").NullType;
|
|
260
|
-
short: import("@elaraai/east").NullType;
|
|
260
|
+
readonly time: StructType<{
|
|
261
|
+
readonly style: OptionType<import("@elaraai/east").VariantType<{
|
|
262
|
+
readonly full: import("@elaraai/east").NullType;
|
|
263
|
+
readonly long: import("@elaraai/east").NullType;
|
|
264
|
+
readonly medium: import("@elaraai/east").NullType;
|
|
265
|
+
readonly short: import("@elaraai/east").NullType;
|
|
261
266
|
}>>;
|
|
262
|
-
hour12: OptionType<BooleanType>;
|
|
267
|
+
readonly hour12: OptionType<BooleanType>;
|
|
263
268
|
}>;
|
|
264
|
-
datetime: StructType<{
|
|
265
|
-
dateStyle: OptionType<import("@elaraai/east").VariantType<{
|
|
266
|
-
full: import("@elaraai/east").NullType;
|
|
267
|
-
long: import("@elaraai/east").NullType;
|
|
268
|
-
medium: import("@elaraai/east").NullType;
|
|
269
|
-
short: import("@elaraai/east").NullType;
|
|
269
|
+
readonly datetime: StructType<{
|
|
270
|
+
readonly dateStyle: OptionType<import("@elaraai/east").VariantType<{
|
|
271
|
+
readonly full: import("@elaraai/east").NullType;
|
|
272
|
+
readonly long: import("@elaraai/east").NullType;
|
|
273
|
+
readonly medium: import("@elaraai/east").NullType;
|
|
274
|
+
readonly short: import("@elaraai/east").NullType;
|
|
270
275
|
}>>;
|
|
271
|
-
timeStyle: OptionType<import("@elaraai/east").VariantType<{
|
|
272
|
-
full: import("@elaraai/east").NullType;
|
|
273
|
-
long: import("@elaraai/east").NullType;
|
|
274
|
-
medium: import("@elaraai/east").NullType;
|
|
275
|
-
short: import("@elaraai/east").NullType;
|
|
276
|
+
readonly timeStyle: OptionType<import("@elaraai/east").VariantType<{
|
|
277
|
+
readonly full: import("@elaraai/east").NullType;
|
|
278
|
+
readonly long: import("@elaraai/east").NullType;
|
|
279
|
+
readonly medium: import("@elaraai/east").NullType;
|
|
280
|
+
readonly short: import("@elaraai/east").NullType;
|
|
276
281
|
}>>;
|
|
277
|
-
hour12: OptionType<BooleanType>;
|
|
282
|
+
readonly hour12: OptionType<BooleanType>;
|
|
278
283
|
}>;
|
|
279
284
|
}>>;
|
|
280
|
-
domain: OptionType<ArrayType<import("@elaraai/east").FloatType>>;
|
|
281
|
-
hide: OptionType<BooleanType>;
|
|
282
|
-
axisLine: OptionType<BooleanType>;
|
|
283
|
-
tickLine: OptionType<BooleanType>;
|
|
284
|
-
tickMargin: OptionType<IntegerType>;
|
|
285
|
-
strokeColor: OptionType<StringType>;
|
|
286
|
-
orientation: OptionType<import("@elaraai/east").VariantType<{
|
|
287
|
-
top: import("@elaraai/east").NullType;
|
|
288
|
-
bottom: import("@elaraai/east").NullType;
|
|
289
|
-
left: import("@elaraai/east").NullType;
|
|
290
|
-
right: import("@elaraai/east").NullType;
|
|
285
|
+
readonly domain: OptionType<ArrayType<import("@elaraai/east").FloatType>>;
|
|
286
|
+
readonly hide: OptionType<BooleanType>;
|
|
287
|
+
readonly axisLine: OptionType<BooleanType>;
|
|
288
|
+
readonly tickLine: OptionType<BooleanType>;
|
|
289
|
+
readonly tickMargin: OptionType<IntegerType>;
|
|
290
|
+
readonly strokeColor: OptionType<StringType>;
|
|
291
|
+
readonly orientation: OptionType<import("@elaraai/east").VariantType<{
|
|
292
|
+
readonly top: import("@elaraai/east").NullType;
|
|
293
|
+
readonly bottom: import("@elaraai/east").NullType;
|
|
294
|
+
readonly left: import("@elaraai/east").NullType;
|
|
295
|
+
readonly right: import("@elaraai/east").NullType;
|
|
291
296
|
}>>;
|
|
292
|
-
axisId: OptionType<StringType>;
|
|
297
|
+
readonly axisId: OptionType<StringType>;
|
|
293
298
|
}>>;
|
|
294
|
-
yAxis: OptionType<StructType<{
|
|
295
|
-
dataKey: OptionType<StringType>;
|
|
296
|
-
label: OptionType<StringType>;
|
|
297
|
-
tickFormat: OptionType<import("@elaraai/east").VariantType<{
|
|
298
|
-
number: StructType<{
|
|
299
|
-
minimumFractionDigits: OptionType<IntegerType>;
|
|
300
|
-
maximumFractionDigits: OptionType<IntegerType>;
|
|
301
|
-
signDisplay: OptionType<import("@elaraai/east").VariantType<{
|
|
302
|
-
auto: import("@elaraai/east").NullType;
|
|
303
|
-
never: import("@elaraai/east").NullType;
|
|
304
|
-
always: import("@elaraai/east").NullType;
|
|
305
|
-
exceptZero: import("@elaraai/east").NullType;
|
|
299
|
+
readonly yAxis: OptionType<StructType<{
|
|
300
|
+
readonly dataKey: OptionType<StringType>;
|
|
301
|
+
readonly label: OptionType<StringType>;
|
|
302
|
+
readonly tickFormat: OptionType<import("@elaraai/east").VariantType<{
|
|
303
|
+
readonly number: StructType<{
|
|
304
|
+
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
305
|
+
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
306
|
+
readonly signDisplay: OptionType<import("@elaraai/east").VariantType<{
|
|
307
|
+
readonly auto: import("@elaraai/east").NullType;
|
|
308
|
+
readonly never: import("@elaraai/east").NullType;
|
|
309
|
+
readonly always: import("@elaraai/east").NullType;
|
|
310
|
+
readonly exceptZero: import("@elaraai/east").NullType;
|
|
306
311
|
}>>;
|
|
307
312
|
}>;
|
|
308
|
-
currency: StructType<{
|
|
309
|
-
currency: import("@elaraai/east").VariantType<{
|
|
310
|
-
USD: import("@elaraai/east").NullType;
|
|
311
|
-
EUR: import("@elaraai/east").NullType;
|
|
312
|
-
GBP: import("@elaraai/east").NullType;
|
|
313
|
-
JPY: import("@elaraai/east").NullType;
|
|
314
|
-
CHF: import("@elaraai/east").NullType;
|
|
315
|
-
CAD: import("@elaraai/east").NullType;
|
|
316
|
-
AUD: import("@elaraai/east").NullType;
|
|
317
|
-
NZD: import("@elaraai/east").NullType;
|
|
318
|
-
CNY: import("@elaraai/east").NullType;
|
|
319
|
-
HKD: import("@elaraai/east").NullType;
|
|
320
|
-
SGD: import("@elaraai/east").NullType;
|
|
321
|
-
KRW: import("@elaraai/east").NullType;
|
|
322
|
-
INR: import("@elaraai/east").NullType;
|
|
323
|
-
TWD: import("@elaraai/east").NullType;
|
|
324
|
-
THB: import("@elaraai/east").NullType;
|
|
325
|
-
MYR: import("@elaraai/east").NullType;
|
|
326
|
-
IDR: import("@elaraai/east").NullType;
|
|
327
|
-
PHP: import("@elaraai/east").NullType;
|
|
328
|
-
VND: import("@elaraai/east").NullType;
|
|
329
|
-
SEK: import("@elaraai/east").NullType;
|
|
330
|
-
NOK: import("@elaraai/east").NullType;
|
|
331
|
-
DKK: import("@elaraai/east").NullType;
|
|
332
|
-
PLN: import("@elaraai/east").NullType;
|
|
333
|
-
CZK: import("@elaraai/east").NullType;
|
|
334
|
-
HUF: import("@elaraai/east").NullType;
|
|
335
|
-
RUB: import("@elaraai/east").NullType;
|
|
336
|
-
UAH: import("@elaraai/east").NullType;
|
|
337
|
-
RON: import("@elaraai/east").NullType;
|
|
338
|
-
MXN: import("@elaraai/east").NullType;
|
|
339
|
-
BRL: import("@elaraai/east").NullType;
|
|
340
|
-
ARS: import("@elaraai/east").NullType;
|
|
341
|
-
CLP: import("@elaraai/east").NullType;
|
|
342
|
-
COP: import("@elaraai/east").NullType;
|
|
343
|
-
PEN: import("@elaraai/east").NullType;
|
|
344
|
-
AED: import("@elaraai/east").NullType;
|
|
345
|
-
SAR: import("@elaraai/east").NullType;
|
|
346
|
-
ILS: import("@elaraai/east").NullType;
|
|
347
|
-
ZAR: import("@elaraai/east").NullType;
|
|
348
|
-
TRY: import("@elaraai/east").NullType;
|
|
349
|
-
EGP: import("@elaraai/east").NullType;
|
|
350
|
-
NGN: import("@elaraai/east").NullType;
|
|
351
|
-
KES: import("@elaraai/east").NullType;
|
|
313
|
+
readonly currency: StructType<{
|
|
314
|
+
readonly currency: import("@elaraai/east").VariantType<{
|
|
315
|
+
readonly USD: import("@elaraai/east").NullType;
|
|
316
|
+
readonly EUR: import("@elaraai/east").NullType;
|
|
317
|
+
readonly GBP: import("@elaraai/east").NullType;
|
|
318
|
+
readonly JPY: import("@elaraai/east").NullType;
|
|
319
|
+
readonly CHF: import("@elaraai/east").NullType;
|
|
320
|
+
readonly CAD: import("@elaraai/east").NullType;
|
|
321
|
+
readonly AUD: import("@elaraai/east").NullType;
|
|
322
|
+
readonly NZD: import("@elaraai/east").NullType;
|
|
323
|
+
readonly CNY: import("@elaraai/east").NullType;
|
|
324
|
+
readonly HKD: import("@elaraai/east").NullType;
|
|
325
|
+
readonly SGD: import("@elaraai/east").NullType;
|
|
326
|
+
readonly KRW: import("@elaraai/east").NullType;
|
|
327
|
+
readonly INR: import("@elaraai/east").NullType;
|
|
328
|
+
readonly TWD: import("@elaraai/east").NullType;
|
|
329
|
+
readonly THB: import("@elaraai/east").NullType;
|
|
330
|
+
readonly MYR: import("@elaraai/east").NullType;
|
|
331
|
+
readonly IDR: import("@elaraai/east").NullType;
|
|
332
|
+
readonly PHP: import("@elaraai/east").NullType;
|
|
333
|
+
readonly VND: import("@elaraai/east").NullType;
|
|
334
|
+
readonly SEK: import("@elaraai/east").NullType;
|
|
335
|
+
readonly NOK: import("@elaraai/east").NullType;
|
|
336
|
+
readonly DKK: import("@elaraai/east").NullType;
|
|
337
|
+
readonly PLN: import("@elaraai/east").NullType;
|
|
338
|
+
readonly CZK: import("@elaraai/east").NullType;
|
|
339
|
+
readonly HUF: import("@elaraai/east").NullType;
|
|
340
|
+
readonly RUB: import("@elaraai/east").NullType;
|
|
341
|
+
readonly UAH: import("@elaraai/east").NullType;
|
|
342
|
+
readonly RON: import("@elaraai/east").NullType;
|
|
343
|
+
readonly MXN: import("@elaraai/east").NullType;
|
|
344
|
+
readonly BRL: import("@elaraai/east").NullType;
|
|
345
|
+
readonly ARS: import("@elaraai/east").NullType;
|
|
346
|
+
readonly CLP: import("@elaraai/east").NullType;
|
|
347
|
+
readonly COP: import("@elaraai/east").NullType;
|
|
348
|
+
readonly PEN: import("@elaraai/east").NullType;
|
|
349
|
+
readonly AED: import("@elaraai/east").NullType;
|
|
350
|
+
readonly SAR: import("@elaraai/east").NullType;
|
|
351
|
+
readonly ILS: import("@elaraai/east").NullType;
|
|
352
|
+
readonly ZAR: import("@elaraai/east").NullType;
|
|
353
|
+
readonly TRY: import("@elaraai/east").NullType;
|
|
354
|
+
readonly EGP: import("@elaraai/east").NullType;
|
|
355
|
+
readonly NGN: import("@elaraai/east").NullType;
|
|
356
|
+
readonly KES: import("@elaraai/east").NullType;
|
|
352
357
|
}>;
|
|
353
|
-
display: OptionType<import("@elaraai/east").VariantType<{
|
|
354
|
-
code: import("@elaraai/east").NullType;
|
|
355
|
-
symbol: import("@elaraai/east").NullType;
|
|
356
|
-
narrowSymbol: import("@elaraai/east").NullType;
|
|
357
|
-
name: import("@elaraai/east").NullType;
|
|
358
|
+
readonly display: OptionType<import("@elaraai/east").VariantType<{
|
|
359
|
+
readonly code: import("@elaraai/east").NullType;
|
|
360
|
+
readonly symbol: import("@elaraai/east").NullType;
|
|
361
|
+
readonly narrowSymbol: import("@elaraai/east").NullType;
|
|
362
|
+
readonly name: import("@elaraai/east").NullType;
|
|
358
363
|
}>>;
|
|
359
|
-
minimumFractionDigits: OptionType<IntegerType>;
|
|
360
|
-
maximumFractionDigits: OptionType<IntegerType>;
|
|
364
|
+
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
365
|
+
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
361
366
|
}>;
|
|
362
|
-
percent: StructType<{
|
|
363
|
-
minimumFractionDigits: OptionType<IntegerType>;
|
|
364
|
-
maximumFractionDigits: OptionType<IntegerType>;
|
|
365
|
-
signDisplay: OptionType<import("@elaraai/east").VariantType<{
|
|
366
|
-
auto: import("@elaraai/east").NullType;
|
|
367
|
-
never: import("@elaraai/east").NullType;
|
|
368
|
-
always: import("@elaraai/east").NullType;
|
|
369
|
-
exceptZero: import("@elaraai/east").NullType;
|
|
367
|
+
readonly percent: StructType<{
|
|
368
|
+
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
369
|
+
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
370
|
+
readonly signDisplay: OptionType<import("@elaraai/east").VariantType<{
|
|
371
|
+
readonly auto: import("@elaraai/east").NullType;
|
|
372
|
+
readonly never: import("@elaraai/east").NullType;
|
|
373
|
+
readonly always: import("@elaraai/east").NullType;
|
|
374
|
+
readonly exceptZero: import("@elaraai/east").NullType;
|
|
370
375
|
}>>;
|
|
371
376
|
}>;
|
|
372
|
-
compact: StructType<{
|
|
373
|
-
display: OptionType<import("@elaraai/east").VariantType<{
|
|
374
|
-
short: import("@elaraai/east").NullType;
|
|
375
|
-
long: import("@elaraai/east").NullType;
|
|
377
|
+
readonly compact: StructType<{
|
|
378
|
+
readonly display: OptionType<import("@elaraai/east").VariantType<{
|
|
379
|
+
readonly short: import("@elaraai/east").NullType;
|
|
380
|
+
readonly long: import("@elaraai/east").NullType;
|
|
376
381
|
}>>;
|
|
377
382
|
}>;
|
|
378
|
-
unit: StructType<{
|
|
379
|
-
unit: import("@elaraai/east").VariantType<{
|
|
380
|
-
bit: import("@elaraai/east").NullType;
|
|
381
|
-
byte: import("@elaraai/east").NullType;
|
|
382
|
-
kilobit: import("@elaraai/east").NullType;
|
|
383
|
-
kilobyte: import("@elaraai/east").NullType;
|
|
384
|
-
megabit: import("@elaraai/east").NullType;
|
|
385
|
-
megabyte: import("@elaraai/east").NullType;
|
|
386
|
-
gigabit: import("@elaraai/east").NullType;
|
|
387
|
-
gigabyte: import("@elaraai/east").NullType;
|
|
388
|
-
terabit: import("@elaraai/east").NullType;
|
|
389
|
-
terabyte: import("@elaraai/east").NullType;
|
|
390
|
-
petabyte: import("@elaraai/east").NullType;
|
|
391
|
-
nanosecond: import("@elaraai/east").NullType;
|
|
392
|
-
microsecond: import("@elaraai/east").NullType;
|
|
393
|
-
millisecond: import("@elaraai/east").NullType;
|
|
394
|
-
second: import("@elaraai/east").NullType;
|
|
395
|
-
minute: import("@elaraai/east").NullType;
|
|
396
|
-
hour: import("@elaraai/east").NullType;
|
|
397
|
-
day: import("@elaraai/east").NullType;
|
|
398
|
-
week: import("@elaraai/east").NullType;
|
|
399
|
-
month: import("@elaraai/east").NullType;
|
|
400
|
-
year: import("@elaraai/east").NullType;
|
|
401
|
-
millimeter: import("@elaraai/east").NullType;
|
|
402
|
-
centimeter: import("@elaraai/east").NullType;
|
|
403
|
-
meter: import("@elaraai/east").NullType;
|
|
404
|
-
kilometer: import("@elaraai/east").NullType;
|
|
405
|
-
inch: import("@elaraai/east").NullType;
|
|
406
|
-
foot: import("@elaraai/east").NullType;
|
|
407
|
-
yard: import("@elaraai/east").NullType;
|
|
408
|
-
mile: import("@elaraai/east").NullType;
|
|
409
|
-
gram: import("@elaraai/east").NullType;
|
|
410
|
-
kilogram: import("@elaraai/east").NullType;
|
|
411
|
-
milligram: import("@elaraai/east").NullType;
|
|
412
|
-
ounce: import("@elaraai/east").NullType;
|
|
413
|
-
pound: import("@elaraai/east").NullType;
|
|
414
|
-
stone: import("@elaraai/east").NullType;
|
|
415
|
-
celsius: import("@elaraai/east").NullType;
|
|
416
|
-
fahrenheit: import("@elaraai/east").NullType;
|
|
417
|
-
milliliter: import("@elaraai/east").NullType;
|
|
418
|
-
liter: import("@elaraai/east").NullType;
|
|
419
|
-
gallon: import("@elaraai/east").NullType;
|
|
420
|
-
fluidOunce: import("@elaraai/east").NullType;
|
|
421
|
-
acre: import("@elaraai/east").NullType;
|
|
422
|
-
hectare: import("@elaraai/east").NullType;
|
|
423
|
-
meterPerSecond: import("@elaraai/east").NullType;
|
|
424
|
-
kilometerPerHour: import("@elaraai/east").NullType;
|
|
425
|
-
milePerHour: import("@elaraai/east").NullType;
|
|
426
|
-
percent: import("@elaraai/east").NullType;
|
|
427
|
-
degree: import("@elaraai/east").NullType;
|
|
383
|
+
readonly unit: StructType<{
|
|
384
|
+
readonly unit: import("@elaraai/east").VariantType<{
|
|
385
|
+
readonly bit: import("@elaraai/east").NullType;
|
|
386
|
+
readonly byte: import("@elaraai/east").NullType;
|
|
387
|
+
readonly kilobit: import("@elaraai/east").NullType;
|
|
388
|
+
readonly kilobyte: import("@elaraai/east").NullType;
|
|
389
|
+
readonly megabit: import("@elaraai/east").NullType;
|
|
390
|
+
readonly megabyte: import("@elaraai/east").NullType;
|
|
391
|
+
readonly gigabit: import("@elaraai/east").NullType;
|
|
392
|
+
readonly gigabyte: import("@elaraai/east").NullType;
|
|
393
|
+
readonly terabit: import("@elaraai/east").NullType;
|
|
394
|
+
readonly terabyte: import("@elaraai/east").NullType;
|
|
395
|
+
readonly petabyte: import("@elaraai/east").NullType;
|
|
396
|
+
readonly nanosecond: import("@elaraai/east").NullType;
|
|
397
|
+
readonly microsecond: import("@elaraai/east").NullType;
|
|
398
|
+
readonly millisecond: import("@elaraai/east").NullType;
|
|
399
|
+
readonly second: import("@elaraai/east").NullType;
|
|
400
|
+
readonly minute: import("@elaraai/east").NullType;
|
|
401
|
+
readonly hour: import("@elaraai/east").NullType;
|
|
402
|
+
readonly day: import("@elaraai/east").NullType;
|
|
403
|
+
readonly week: import("@elaraai/east").NullType;
|
|
404
|
+
readonly month: import("@elaraai/east").NullType;
|
|
405
|
+
readonly year: import("@elaraai/east").NullType;
|
|
406
|
+
readonly millimeter: import("@elaraai/east").NullType;
|
|
407
|
+
readonly centimeter: import("@elaraai/east").NullType;
|
|
408
|
+
readonly meter: import("@elaraai/east").NullType;
|
|
409
|
+
readonly kilometer: import("@elaraai/east").NullType;
|
|
410
|
+
readonly inch: import("@elaraai/east").NullType;
|
|
411
|
+
readonly foot: import("@elaraai/east").NullType;
|
|
412
|
+
readonly yard: import("@elaraai/east").NullType;
|
|
413
|
+
readonly mile: import("@elaraai/east").NullType;
|
|
414
|
+
readonly gram: import("@elaraai/east").NullType;
|
|
415
|
+
readonly kilogram: import("@elaraai/east").NullType;
|
|
416
|
+
readonly milligram: import("@elaraai/east").NullType;
|
|
417
|
+
readonly ounce: import("@elaraai/east").NullType;
|
|
418
|
+
readonly pound: import("@elaraai/east").NullType;
|
|
419
|
+
readonly stone: import("@elaraai/east").NullType;
|
|
420
|
+
readonly celsius: import("@elaraai/east").NullType;
|
|
421
|
+
readonly fahrenheit: import("@elaraai/east").NullType;
|
|
422
|
+
readonly milliliter: import("@elaraai/east").NullType;
|
|
423
|
+
readonly liter: import("@elaraai/east").NullType;
|
|
424
|
+
readonly gallon: import("@elaraai/east").NullType;
|
|
425
|
+
readonly fluidOunce: import("@elaraai/east").NullType;
|
|
426
|
+
readonly acre: import("@elaraai/east").NullType;
|
|
427
|
+
readonly hectare: import("@elaraai/east").NullType;
|
|
428
|
+
readonly meterPerSecond: import("@elaraai/east").NullType;
|
|
429
|
+
readonly kilometerPerHour: import("@elaraai/east").NullType;
|
|
430
|
+
readonly milePerHour: import("@elaraai/east").NullType;
|
|
431
|
+
readonly percent: import("@elaraai/east").NullType;
|
|
432
|
+
readonly degree: import("@elaraai/east").NullType;
|
|
428
433
|
}>;
|
|
429
|
-
display: OptionType<import("@elaraai/east").VariantType<{
|
|
430
|
-
short: import("@elaraai/east").NullType;
|
|
431
|
-
narrow: import("@elaraai/east").NullType;
|
|
432
|
-
long: import("@elaraai/east").NullType;
|
|
434
|
+
readonly display: OptionType<import("@elaraai/east").VariantType<{
|
|
435
|
+
readonly short: import("@elaraai/east").NullType;
|
|
436
|
+
readonly narrow: import("@elaraai/east").NullType;
|
|
437
|
+
readonly long: import("@elaraai/east").NullType;
|
|
433
438
|
}>>;
|
|
434
439
|
}>;
|
|
435
|
-
scientific: import("@elaraai/east").NullType;
|
|
436
|
-
engineering: import("@elaraai/east").NullType;
|
|
437
|
-
date: StructType<{
|
|
438
|
-
style: OptionType<import("@elaraai/east").VariantType<{
|
|
439
|
-
full: import("@elaraai/east").NullType;
|
|
440
|
-
long: import("@elaraai/east").NullType;
|
|
441
|
-
medium: import("@elaraai/east").NullType;
|
|
442
|
-
short: import("@elaraai/east").NullType;
|
|
440
|
+
readonly scientific: import("@elaraai/east").NullType;
|
|
441
|
+
readonly engineering: import("@elaraai/east").NullType;
|
|
442
|
+
readonly date: StructType<{
|
|
443
|
+
readonly style: OptionType<import("@elaraai/east").VariantType<{
|
|
444
|
+
readonly full: import("@elaraai/east").NullType;
|
|
445
|
+
readonly long: import("@elaraai/east").NullType;
|
|
446
|
+
readonly medium: import("@elaraai/east").NullType;
|
|
447
|
+
readonly short: import("@elaraai/east").NullType;
|
|
443
448
|
}>>;
|
|
444
449
|
}>;
|
|
445
|
-
time: StructType<{
|
|
446
|
-
style: OptionType<import("@elaraai/east").VariantType<{
|
|
447
|
-
full: import("@elaraai/east").NullType;
|
|
448
|
-
long: import("@elaraai/east").NullType;
|
|
449
|
-
medium: import("@elaraai/east").NullType;
|
|
450
|
-
short: import("@elaraai/east").NullType;
|
|
450
|
+
readonly time: StructType<{
|
|
451
|
+
readonly style: OptionType<import("@elaraai/east").VariantType<{
|
|
452
|
+
readonly full: import("@elaraai/east").NullType;
|
|
453
|
+
readonly long: import("@elaraai/east").NullType;
|
|
454
|
+
readonly medium: import("@elaraai/east").NullType;
|
|
455
|
+
readonly short: import("@elaraai/east").NullType;
|
|
451
456
|
}>>;
|
|
452
|
-
hour12: OptionType<BooleanType>;
|
|
457
|
+
readonly hour12: OptionType<BooleanType>;
|
|
453
458
|
}>;
|
|
454
|
-
datetime: StructType<{
|
|
455
|
-
dateStyle: OptionType<import("@elaraai/east").VariantType<{
|
|
456
|
-
full: import("@elaraai/east").NullType;
|
|
457
|
-
long: import("@elaraai/east").NullType;
|
|
458
|
-
medium: import("@elaraai/east").NullType;
|
|
459
|
-
short: import("@elaraai/east").NullType;
|
|
459
|
+
readonly datetime: StructType<{
|
|
460
|
+
readonly dateStyle: OptionType<import("@elaraai/east").VariantType<{
|
|
461
|
+
readonly full: import("@elaraai/east").NullType;
|
|
462
|
+
readonly long: import("@elaraai/east").NullType;
|
|
463
|
+
readonly medium: import("@elaraai/east").NullType;
|
|
464
|
+
readonly short: import("@elaraai/east").NullType;
|
|
460
465
|
}>>;
|
|
461
|
-
timeStyle: OptionType<import("@elaraai/east").VariantType<{
|
|
462
|
-
full: import("@elaraai/east").NullType;
|
|
463
|
-
long: import("@elaraai/east").NullType;
|
|
464
|
-
medium: import("@elaraai/east").NullType;
|
|
465
|
-
short: import("@elaraai/east").NullType;
|
|
466
|
+
readonly timeStyle: OptionType<import("@elaraai/east").VariantType<{
|
|
467
|
+
readonly full: import("@elaraai/east").NullType;
|
|
468
|
+
readonly long: import("@elaraai/east").NullType;
|
|
469
|
+
readonly medium: import("@elaraai/east").NullType;
|
|
470
|
+
readonly short: import("@elaraai/east").NullType;
|
|
466
471
|
}>>;
|
|
467
|
-
hour12: OptionType<BooleanType>;
|
|
472
|
+
readonly hour12: OptionType<BooleanType>;
|
|
468
473
|
}>;
|
|
469
474
|
}>>;
|
|
470
|
-
domain: OptionType<ArrayType<import("@elaraai/east").FloatType>>;
|
|
471
|
-
hide: OptionType<BooleanType>;
|
|
472
|
-
axisLine: OptionType<BooleanType>;
|
|
473
|
-
tickLine: OptionType<BooleanType>;
|
|
474
|
-
tickMargin: OptionType<IntegerType>;
|
|
475
|
-
strokeColor: OptionType<StringType>;
|
|
476
|
-
orientation: OptionType<import("@elaraai/east").VariantType<{
|
|
477
|
-
top: import("@elaraai/east").NullType;
|
|
478
|
-
bottom: import("@elaraai/east").NullType;
|
|
479
|
-
left: import("@elaraai/east").NullType;
|
|
480
|
-
right: import("@elaraai/east").NullType;
|
|
475
|
+
readonly domain: OptionType<ArrayType<import("@elaraai/east").FloatType>>;
|
|
476
|
+
readonly hide: OptionType<BooleanType>;
|
|
477
|
+
readonly axisLine: OptionType<BooleanType>;
|
|
478
|
+
readonly tickLine: OptionType<BooleanType>;
|
|
479
|
+
readonly tickMargin: OptionType<IntegerType>;
|
|
480
|
+
readonly strokeColor: OptionType<StringType>;
|
|
481
|
+
readonly orientation: OptionType<import("@elaraai/east").VariantType<{
|
|
482
|
+
readonly top: import("@elaraai/east").NullType;
|
|
483
|
+
readonly bottom: import("@elaraai/east").NullType;
|
|
484
|
+
readonly left: import("@elaraai/east").NullType;
|
|
485
|
+
readonly right: import("@elaraai/east").NullType;
|
|
481
486
|
}>>;
|
|
482
|
-
axisId: OptionType<StringType>;
|
|
487
|
+
readonly axisId: OptionType<StringType>;
|
|
483
488
|
}>>;
|
|
484
|
-
yAxis2: OptionType<StructType<{
|
|
485
|
-
dataKey: OptionType<StringType>;
|
|
486
|
-
label: OptionType<StringType>;
|
|
487
|
-
tickFormat: OptionType<import("@elaraai/east").VariantType<{
|
|
488
|
-
number: StructType<{
|
|
489
|
-
minimumFractionDigits: OptionType<IntegerType>;
|
|
490
|
-
maximumFractionDigits: OptionType<IntegerType>;
|
|
491
|
-
signDisplay: OptionType<import("@elaraai/east").VariantType<{
|
|
492
|
-
auto: import("@elaraai/east").NullType;
|
|
493
|
-
never: import("@elaraai/east").NullType;
|
|
494
|
-
always: import("@elaraai/east").NullType;
|
|
495
|
-
exceptZero: import("@elaraai/east").NullType;
|
|
489
|
+
readonly yAxis2: OptionType<StructType<{
|
|
490
|
+
readonly dataKey: OptionType<StringType>;
|
|
491
|
+
readonly label: OptionType<StringType>;
|
|
492
|
+
readonly tickFormat: OptionType<import("@elaraai/east").VariantType<{
|
|
493
|
+
readonly number: StructType<{
|
|
494
|
+
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
495
|
+
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
496
|
+
readonly signDisplay: OptionType<import("@elaraai/east").VariantType<{
|
|
497
|
+
readonly auto: import("@elaraai/east").NullType;
|
|
498
|
+
readonly never: import("@elaraai/east").NullType;
|
|
499
|
+
readonly always: import("@elaraai/east").NullType;
|
|
500
|
+
readonly exceptZero: import("@elaraai/east").NullType;
|
|
496
501
|
}>>;
|
|
497
502
|
}>;
|
|
498
|
-
currency: StructType<{
|
|
499
|
-
currency: import("@elaraai/east").VariantType<{
|
|
500
|
-
USD: import("@elaraai/east").NullType;
|
|
501
|
-
EUR: import("@elaraai/east").NullType;
|
|
502
|
-
GBP: import("@elaraai/east").NullType;
|
|
503
|
-
JPY: import("@elaraai/east").NullType;
|
|
504
|
-
CHF: import("@elaraai/east").NullType;
|
|
505
|
-
CAD: import("@elaraai/east").NullType;
|
|
506
|
-
AUD: import("@elaraai/east").NullType;
|
|
507
|
-
NZD: import("@elaraai/east").NullType;
|
|
508
|
-
CNY: import("@elaraai/east").NullType;
|
|
509
|
-
HKD: import("@elaraai/east").NullType;
|
|
510
|
-
SGD: import("@elaraai/east").NullType;
|
|
511
|
-
KRW: import("@elaraai/east").NullType;
|
|
512
|
-
INR: import("@elaraai/east").NullType;
|
|
513
|
-
TWD: import("@elaraai/east").NullType;
|
|
514
|
-
THB: import("@elaraai/east").NullType;
|
|
515
|
-
MYR: import("@elaraai/east").NullType;
|
|
516
|
-
IDR: import("@elaraai/east").NullType;
|
|
517
|
-
PHP: import("@elaraai/east").NullType;
|
|
518
|
-
VND: import("@elaraai/east").NullType;
|
|
519
|
-
SEK: import("@elaraai/east").NullType;
|
|
520
|
-
NOK: import("@elaraai/east").NullType;
|
|
521
|
-
DKK: import("@elaraai/east").NullType;
|
|
522
|
-
PLN: import("@elaraai/east").NullType;
|
|
523
|
-
CZK: import("@elaraai/east").NullType;
|
|
524
|
-
HUF: import("@elaraai/east").NullType;
|
|
525
|
-
RUB: import("@elaraai/east").NullType;
|
|
526
|
-
UAH: import("@elaraai/east").NullType;
|
|
527
|
-
RON: import("@elaraai/east").NullType;
|
|
528
|
-
MXN: import("@elaraai/east").NullType;
|
|
529
|
-
BRL: import("@elaraai/east").NullType;
|
|
530
|
-
ARS: import("@elaraai/east").NullType;
|
|
531
|
-
CLP: import("@elaraai/east").NullType;
|
|
532
|
-
COP: import("@elaraai/east").NullType;
|
|
533
|
-
PEN: import("@elaraai/east").NullType;
|
|
534
|
-
AED: import("@elaraai/east").NullType;
|
|
535
|
-
SAR: import("@elaraai/east").NullType;
|
|
536
|
-
ILS: import("@elaraai/east").NullType;
|
|
537
|
-
ZAR: import("@elaraai/east").NullType;
|
|
538
|
-
TRY: import("@elaraai/east").NullType;
|
|
539
|
-
EGP: import("@elaraai/east").NullType;
|
|
540
|
-
NGN: import("@elaraai/east").NullType;
|
|
541
|
-
KES: import("@elaraai/east").NullType;
|
|
503
|
+
readonly currency: StructType<{
|
|
504
|
+
readonly currency: import("@elaraai/east").VariantType<{
|
|
505
|
+
readonly USD: import("@elaraai/east").NullType;
|
|
506
|
+
readonly EUR: import("@elaraai/east").NullType;
|
|
507
|
+
readonly GBP: import("@elaraai/east").NullType;
|
|
508
|
+
readonly JPY: import("@elaraai/east").NullType;
|
|
509
|
+
readonly CHF: import("@elaraai/east").NullType;
|
|
510
|
+
readonly CAD: import("@elaraai/east").NullType;
|
|
511
|
+
readonly AUD: import("@elaraai/east").NullType;
|
|
512
|
+
readonly NZD: import("@elaraai/east").NullType;
|
|
513
|
+
readonly CNY: import("@elaraai/east").NullType;
|
|
514
|
+
readonly HKD: import("@elaraai/east").NullType;
|
|
515
|
+
readonly SGD: import("@elaraai/east").NullType;
|
|
516
|
+
readonly KRW: import("@elaraai/east").NullType;
|
|
517
|
+
readonly INR: import("@elaraai/east").NullType;
|
|
518
|
+
readonly TWD: import("@elaraai/east").NullType;
|
|
519
|
+
readonly THB: import("@elaraai/east").NullType;
|
|
520
|
+
readonly MYR: import("@elaraai/east").NullType;
|
|
521
|
+
readonly IDR: import("@elaraai/east").NullType;
|
|
522
|
+
readonly PHP: import("@elaraai/east").NullType;
|
|
523
|
+
readonly VND: import("@elaraai/east").NullType;
|
|
524
|
+
readonly SEK: import("@elaraai/east").NullType;
|
|
525
|
+
readonly NOK: import("@elaraai/east").NullType;
|
|
526
|
+
readonly DKK: import("@elaraai/east").NullType;
|
|
527
|
+
readonly PLN: import("@elaraai/east").NullType;
|
|
528
|
+
readonly CZK: import("@elaraai/east").NullType;
|
|
529
|
+
readonly HUF: import("@elaraai/east").NullType;
|
|
530
|
+
readonly RUB: import("@elaraai/east").NullType;
|
|
531
|
+
readonly UAH: import("@elaraai/east").NullType;
|
|
532
|
+
readonly RON: import("@elaraai/east").NullType;
|
|
533
|
+
readonly MXN: import("@elaraai/east").NullType;
|
|
534
|
+
readonly BRL: import("@elaraai/east").NullType;
|
|
535
|
+
readonly ARS: import("@elaraai/east").NullType;
|
|
536
|
+
readonly CLP: import("@elaraai/east").NullType;
|
|
537
|
+
readonly COP: import("@elaraai/east").NullType;
|
|
538
|
+
readonly PEN: import("@elaraai/east").NullType;
|
|
539
|
+
readonly AED: import("@elaraai/east").NullType;
|
|
540
|
+
readonly SAR: import("@elaraai/east").NullType;
|
|
541
|
+
readonly ILS: import("@elaraai/east").NullType;
|
|
542
|
+
readonly ZAR: import("@elaraai/east").NullType;
|
|
543
|
+
readonly TRY: import("@elaraai/east").NullType;
|
|
544
|
+
readonly EGP: import("@elaraai/east").NullType;
|
|
545
|
+
readonly NGN: import("@elaraai/east").NullType;
|
|
546
|
+
readonly KES: import("@elaraai/east").NullType;
|
|
542
547
|
}>;
|
|
543
|
-
display: OptionType<import("@elaraai/east").VariantType<{
|
|
544
|
-
code: import("@elaraai/east").NullType;
|
|
545
|
-
symbol: import("@elaraai/east").NullType;
|
|
546
|
-
narrowSymbol: import("@elaraai/east").NullType;
|
|
547
|
-
name: import("@elaraai/east").NullType;
|
|
548
|
+
readonly display: OptionType<import("@elaraai/east").VariantType<{
|
|
549
|
+
readonly code: import("@elaraai/east").NullType;
|
|
550
|
+
readonly symbol: import("@elaraai/east").NullType;
|
|
551
|
+
readonly narrowSymbol: import("@elaraai/east").NullType;
|
|
552
|
+
readonly name: import("@elaraai/east").NullType;
|
|
548
553
|
}>>;
|
|
549
|
-
minimumFractionDigits: OptionType<IntegerType>;
|
|
550
|
-
maximumFractionDigits: OptionType<IntegerType>;
|
|
554
|
+
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
555
|
+
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
551
556
|
}>;
|
|
552
|
-
percent: StructType<{
|
|
553
|
-
minimumFractionDigits: OptionType<IntegerType>;
|
|
554
|
-
maximumFractionDigits: OptionType<IntegerType>;
|
|
555
|
-
signDisplay: OptionType<import("@elaraai/east").VariantType<{
|
|
556
|
-
auto: import("@elaraai/east").NullType;
|
|
557
|
-
never: import("@elaraai/east").NullType;
|
|
558
|
-
always: import("@elaraai/east").NullType;
|
|
559
|
-
exceptZero: import("@elaraai/east").NullType;
|
|
557
|
+
readonly percent: StructType<{
|
|
558
|
+
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
559
|
+
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
560
|
+
readonly signDisplay: OptionType<import("@elaraai/east").VariantType<{
|
|
561
|
+
readonly auto: import("@elaraai/east").NullType;
|
|
562
|
+
readonly never: import("@elaraai/east").NullType;
|
|
563
|
+
readonly always: import("@elaraai/east").NullType;
|
|
564
|
+
readonly exceptZero: import("@elaraai/east").NullType;
|
|
560
565
|
}>>;
|
|
561
566
|
}>;
|
|
562
|
-
compact: StructType<{
|
|
563
|
-
display: OptionType<import("@elaraai/east").VariantType<{
|
|
564
|
-
short: import("@elaraai/east").NullType;
|
|
565
|
-
long: import("@elaraai/east").NullType;
|
|
567
|
+
readonly compact: StructType<{
|
|
568
|
+
readonly display: OptionType<import("@elaraai/east").VariantType<{
|
|
569
|
+
readonly short: import("@elaraai/east").NullType;
|
|
570
|
+
readonly long: import("@elaraai/east").NullType;
|
|
566
571
|
}>>;
|
|
567
572
|
}>;
|
|
568
|
-
unit: StructType<{
|
|
569
|
-
unit: import("@elaraai/east").VariantType<{
|
|
570
|
-
bit: import("@elaraai/east").NullType;
|
|
571
|
-
byte: import("@elaraai/east").NullType;
|
|
572
|
-
kilobit: import("@elaraai/east").NullType;
|
|
573
|
-
kilobyte: import("@elaraai/east").NullType;
|
|
574
|
-
megabit: import("@elaraai/east").NullType;
|
|
575
|
-
megabyte: import("@elaraai/east").NullType;
|
|
576
|
-
gigabit: import("@elaraai/east").NullType;
|
|
577
|
-
gigabyte: import("@elaraai/east").NullType;
|
|
578
|
-
terabit: import("@elaraai/east").NullType;
|
|
579
|
-
terabyte: import("@elaraai/east").NullType;
|
|
580
|
-
petabyte: import("@elaraai/east").NullType;
|
|
581
|
-
nanosecond: import("@elaraai/east").NullType;
|
|
582
|
-
microsecond: import("@elaraai/east").NullType;
|
|
583
|
-
millisecond: import("@elaraai/east").NullType;
|
|
584
|
-
second: import("@elaraai/east").NullType;
|
|
585
|
-
minute: import("@elaraai/east").NullType;
|
|
586
|
-
hour: import("@elaraai/east").NullType;
|
|
587
|
-
day: import("@elaraai/east").NullType;
|
|
588
|
-
week: import("@elaraai/east").NullType;
|
|
589
|
-
month: import("@elaraai/east").NullType;
|
|
590
|
-
year: import("@elaraai/east").NullType;
|
|
591
|
-
millimeter: import("@elaraai/east").NullType;
|
|
592
|
-
centimeter: import("@elaraai/east").NullType;
|
|
593
|
-
meter: import("@elaraai/east").NullType;
|
|
594
|
-
kilometer: import("@elaraai/east").NullType;
|
|
595
|
-
inch: import("@elaraai/east").NullType;
|
|
596
|
-
foot: import("@elaraai/east").NullType;
|
|
597
|
-
yard: import("@elaraai/east").NullType;
|
|
598
|
-
mile: import("@elaraai/east").NullType;
|
|
599
|
-
gram: import("@elaraai/east").NullType;
|
|
600
|
-
kilogram: import("@elaraai/east").NullType;
|
|
601
|
-
milligram: import("@elaraai/east").NullType;
|
|
602
|
-
ounce: import("@elaraai/east").NullType;
|
|
603
|
-
pound: import("@elaraai/east").NullType;
|
|
604
|
-
stone: import("@elaraai/east").NullType;
|
|
605
|
-
celsius: import("@elaraai/east").NullType;
|
|
606
|
-
fahrenheit: import("@elaraai/east").NullType;
|
|
607
|
-
milliliter: import("@elaraai/east").NullType;
|
|
608
|
-
liter: import("@elaraai/east").NullType;
|
|
609
|
-
gallon: import("@elaraai/east").NullType;
|
|
610
|
-
fluidOunce: import("@elaraai/east").NullType;
|
|
611
|
-
acre: import("@elaraai/east").NullType;
|
|
612
|
-
hectare: import("@elaraai/east").NullType;
|
|
613
|
-
meterPerSecond: import("@elaraai/east").NullType;
|
|
614
|
-
kilometerPerHour: import("@elaraai/east").NullType;
|
|
615
|
-
milePerHour: import("@elaraai/east").NullType;
|
|
616
|
-
percent: import("@elaraai/east").NullType;
|
|
617
|
-
degree: import("@elaraai/east").NullType;
|
|
573
|
+
readonly unit: StructType<{
|
|
574
|
+
readonly unit: import("@elaraai/east").VariantType<{
|
|
575
|
+
readonly bit: import("@elaraai/east").NullType;
|
|
576
|
+
readonly byte: import("@elaraai/east").NullType;
|
|
577
|
+
readonly kilobit: import("@elaraai/east").NullType;
|
|
578
|
+
readonly kilobyte: import("@elaraai/east").NullType;
|
|
579
|
+
readonly megabit: import("@elaraai/east").NullType;
|
|
580
|
+
readonly megabyte: import("@elaraai/east").NullType;
|
|
581
|
+
readonly gigabit: import("@elaraai/east").NullType;
|
|
582
|
+
readonly gigabyte: import("@elaraai/east").NullType;
|
|
583
|
+
readonly terabit: import("@elaraai/east").NullType;
|
|
584
|
+
readonly terabyte: import("@elaraai/east").NullType;
|
|
585
|
+
readonly petabyte: import("@elaraai/east").NullType;
|
|
586
|
+
readonly nanosecond: import("@elaraai/east").NullType;
|
|
587
|
+
readonly microsecond: import("@elaraai/east").NullType;
|
|
588
|
+
readonly millisecond: import("@elaraai/east").NullType;
|
|
589
|
+
readonly second: import("@elaraai/east").NullType;
|
|
590
|
+
readonly minute: import("@elaraai/east").NullType;
|
|
591
|
+
readonly hour: import("@elaraai/east").NullType;
|
|
592
|
+
readonly day: import("@elaraai/east").NullType;
|
|
593
|
+
readonly week: import("@elaraai/east").NullType;
|
|
594
|
+
readonly month: import("@elaraai/east").NullType;
|
|
595
|
+
readonly year: import("@elaraai/east").NullType;
|
|
596
|
+
readonly millimeter: import("@elaraai/east").NullType;
|
|
597
|
+
readonly centimeter: import("@elaraai/east").NullType;
|
|
598
|
+
readonly meter: import("@elaraai/east").NullType;
|
|
599
|
+
readonly kilometer: import("@elaraai/east").NullType;
|
|
600
|
+
readonly inch: import("@elaraai/east").NullType;
|
|
601
|
+
readonly foot: import("@elaraai/east").NullType;
|
|
602
|
+
readonly yard: import("@elaraai/east").NullType;
|
|
603
|
+
readonly mile: import("@elaraai/east").NullType;
|
|
604
|
+
readonly gram: import("@elaraai/east").NullType;
|
|
605
|
+
readonly kilogram: import("@elaraai/east").NullType;
|
|
606
|
+
readonly milligram: import("@elaraai/east").NullType;
|
|
607
|
+
readonly ounce: import("@elaraai/east").NullType;
|
|
608
|
+
readonly pound: import("@elaraai/east").NullType;
|
|
609
|
+
readonly stone: import("@elaraai/east").NullType;
|
|
610
|
+
readonly celsius: import("@elaraai/east").NullType;
|
|
611
|
+
readonly fahrenheit: import("@elaraai/east").NullType;
|
|
612
|
+
readonly milliliter: import("@elaraai/east").NullType;
|
|
613
|
+
readonly liter: import("@elaraai/east").NullType;
|
|
614
|
+
readonly gallon: import("@elaraai/east").NullType;
|
|
615
|
+
readonly fluidOunce: import("@elaraai/east").NullType;
|
|
616
|
+
readonly acre: import("@elaraai/east").NullType;
|
|
617
|
+
readonly hectare: import("@elaraai/east").NullType;
|
|
618
|
+
readonly meterPerSecond: import("@elaraai/east").NullType;
|
|
619
|
+
readonly kilometerPerHour: import("@elaraai/east").NullType;
|
|
620
|
+
readonly milePerHour: import("@elaraai/east").NullType;
|
|
621
|
+
readonly percent: import("@elaraai/east").NullType;
|
|
622
|
+
readonly degree: import("@elaraai/east").NullType;
|
|
618
623
|
}>;
|
|
619
|
-
display: OptionType<import("@elaraai/east").VariantType<{
|
|
620
|
-
short: import("@elaraai/east").NullType;
|
|
621
|
-
narrow: import("@elaraai/east").NullType;
|
|
622
|
-
long: import("@elaraai/east").NullType;
|
|
624
|
+
readonly display: OptionType<import("@elaraai/east").VariantType<{
|
|
625
|
+
readonly short: import("@elaraai/east").NullType;
|
|
626
|
+
readonly narrow: import("@elaraai/east").NullType;
|
|
627
|
+
readonly long: import("@elaraai/east").NullType;
|
|
623
628
|
}>>;
|
|
624
629
|
}>;
|
|
625
|
-
scientific: import("@elaraai/east").NullType;
|
|
626
|
-
engineering: import("@elaraai/east").NullType;
|
|
627
|
-
date: StructType<{
|
|
628
|
-
style: OptionType<import("@elaraai/east").VariantType<{
|
|
629
|
-
full: import("@elaraai/east").NullType;
|
|
630
|
-
long: import("@elaraai/east").NullType;
|
|
631
|
-
medium: import("@elaraai/east").NullType;
|
|
632
|
-
short: import("@elaraai/east").NullType;
|
|
630
|
+
readonly scientific: import("@elaraai/east").NullType;
|
|
631
|
+
readonly engineering: import("@elaraai/east").NullType;
|
|
632
|
+
readonly date: StructType<{
|
|
633
|
+
readonly style: OptionType<import("@elaraai/east").VariantType<{
|
|
634
|
+
readonly full: import("@elaraai/east").NullType;
|
|
635
|
+
readonly long: import("@elaraai/east").NullType;
|
|
636
|
+
readonly medium: import("@elaraai/east").NullType;
|
|
637
|
+
readonly short: import("@elaraai/east").NullType;
|
|
633
638
|
}>>;
|
|
634
639
|
}>;
|
|
635
|
-
time: StructType<{
|
|
636
|
-
style: OptionType<import("@elaraai/east").VariantType<{
|
|
637
|
-
full: import("@elaraai/east").NullType;
|
|
638
|
-
long: import("@elaraai/east").NullType;
|
|
639
|
-
medium: import("@elaraai/east").NullType;
|
|
640
|
-
short: import("@elaraai/east").NullType;
|
|
640
|
+
readonly time: StructType<{
|
|
641
|
+
readonly style: OptionType<import("@elaraai/east").VariantType<{
|
|
642
|
+
readonly full: import("@elaraai/east").NullType;
|
|
643
|
+
readonly long: import("@elaraai/east").NullType;
|
|
644
|
+
readonly medium: import("@elaraai/east").NullType;
|
|
645
|
+
readonly short: import("@elaraai/east").NullType;
|
|
641
646
|
}>>;
|
|
642
|
-
hour12: OptionType<BooleanType>;
|
|
647
|
+
readonly hour12: OptionType<BooleanType>;
|
|
643
648
|
}>;
|
|
644
|
-
datetime: StructType<{
|
|
645
|
-
dateStyle: OptionType<import("@elaraai/east").VariantType<{
|
|
646
|
-
full: import("@elaraai/east").NullType;
|
|
647
|
-
long: import("@elaraai/east").NullType;
|
|
648
|
-
medium: import("@elaraai/east").NullType;
|
|
649
|
-
short: import("@elaraai/east").NullType;
|
|
649
|
+
readonly datetime: StructType<{
|
|
650
|
+
readonly dateStyle: OptionType<import("@elaraai/east").VariantType<{
|
|
651
|
+
readonly full: import("@elaraai/east").NullType;
|
|
652
|
+
readonly long: import("@elaraai/east").NullType;
|
|
653
|
+
readonly medium: import("@elaraai/east").NullType;
|
|
654
|
+
readonly short: import("@elaraai/east").NullType;
|
|
650
655
|
}>>;
|
|
651
|
-
timeStyle: OptionType<import("@elaraai/east").VariantType<{
|
|
652
|
-
full: import("@elaraai/east").NullType;
|
|
653
|
-
long: import("@elaraai/east").NullType;
|
|
654
|
-
medium: import("@elaraai/east").NullType;
|
|
655
|
-
short: import("@elaraai/east").NullType;
|
|
656
|
+
readonly timeStyle: OptionType<import("@elaraai/east").VariantType<{
|
|
657
|
+
readonly full: import("@elaraai/east").NullType;
|
|
658
|
+
readonly long: import("@elaraai/east").NullType;
|
|
659
|
+
readonly medium: import("@elaraai/east").NullType;
|
|
660
|
+
readonly short: import("@elaraai/east").NullType;
|
|
656
661
|
}>>;
|
|
657
|
-
hour12: OptionType<BooleanType>;
|
|
662
|
+
readonly hour12: OptionType<BooleanType>;
|
|
658
663
|
}>;
|
|
659
664
|
}>>;
|
|
660
|
-
domain: OptionType<ArrayType<import("@elaraai/east").FloatType>>;
|
|
661
|
-
hide: OptionType<BooleanType>;
|
|
662
|
-
axisLine: OptionType<BooleanType>;
|
|
663
|
-
tickLine: OptionType<BooleanType>;
|
|
664
|
-
tickMargin: OptionType<IntegerType>;
|
|
665
|
-
strokeColor: OptionType<StringType>;
|
|
666
|
-
orientation: OptionType<import("@elaraai/east").VariantType<{
|
|
667
|
-
top: import("@elaraai/east").NullType;
|
|
668
|
-
bottom: import("@elaraai/east").NullType;
|
|
669
|
-
left: import("@elaraai/east").NullType;
|
|
670
|
-
right: import("@elaraai/east").NullType;
|
|
665
|
+
readonly domain: OptionType<ArrayType<import("@elaraai/east").FloatType>>;
|
|
666
|
+
readonly hide: OptionType<BooleanType>;
|
|
667
|
+
readonly axisLine: OptionType<BooleanType>;
|
|
668
|
+
readonly tickLine: OptionType<BooleanType>;
|
|
669
|
+
readonly tickMargin: OptionType<IntegerType>;
|
|
670
|
+
readonly strokeColor: OptionType<StringType>;
|
|
671
|
+
readonly orientation: OptionType<import("@elaraai/east").VariantType<{
|
|
672
|
+
readonly top: import("@elaraai/east").NullType;
|
|
673
|
+
readonly bottom: import("@elaraai/east").NullType;
|
|
674
|
+
readonly left: import("@elaraai/east").NullType;
|
|
675
|
+
readonly right: import("@elaraai/east").NullType;
|
|
671
676
|
}>>;
|
|
672
|
-
axisId: OptionType<StringType>;
|
|
677
|
+
readonly axisId: OptionType<StringType>;
|
|
673
678
|
}>>;
|
|
674
|
-
curveType: OptionType<import("@elaraai/east").VariantType<{
|
|
675
|
-
linear: import("@elaraai/east").NullType;
|
|
676
|
-
natural: import("@elaraai/east").NullType;
|
|
677
|
-
monotone: import("@elaraai/east").NullType;
|
|
678
|
-
step: import("@elaraai/east").NullType;
|
|
679
|
-
stepBefore: import("@elaraai/east").NullType;
|
|
680
|
-
stepAfter: import("@elaraai/east").NullType;
|
|
679
|
+
readonly curveType: OptionType<import("@elaraai/east").VariantType<{
|
|
680
|
+
readonly linear: import("@elaraai/east").NullType;
|
|
681
|
+
readonly natural: import("@elaraai/east").NullType;
|
|
682
|
+
readonly monotone: import("@elaraai/east").NullType;
|
|
683
|
+
readonly step: import("@elaraai/east").NullType;
|
|
684
|
+
readonly stepBefore: import("@elaraai/east").NullType;
|
|
685
|
+
readonly stepAfter: import("@elaraai/east").NullType;
|
|
681
686
|
}>>;
|
|
682
|
-
grid: OptionType<StructType<{
|
|
683
|
-
show: OptionType<BooleanType>;
|
|
684
|
-
vertical: OptionType<BooleanType>;
|
|
685
|
-
horizontal: OptionType<BooleanType>;
|
|
686
|
-
strokeColor: OptionType<StringType>;
|
|
687
|
-
strokeDasharray: OptionType<StringType>;
|
|
687
|
+
readonly grid: OptionType<StructType<{
|
|
688
|
+
readonly show: OptionType<BooleanType>;
|
|
689
|
+
readonly vertical: OptionType<BooleanType>;
|
|
690
|
+
readonly horizontal: OptionType<BooleanType>;
|
|
691
|
+
readonly strokeColor: OptionType<StringType>;
|
|
692
|
+
readonly strokeDasharray: OptionType<StringType>;
|
|
688
693
|
}>>;
|
|
689
|
-
tooltip: OptionType<StructType<{
|
|
690
|
-
show: OptionType<BooleanType>;
|
|
691
|
-
cursor: OptionType<import("@elaraai/east").VariantType<{
|
|
692
|
-
none: import("@elaraai/east").NullType;
|
|
693
|
-
crosshair: StringType;
|
|
694
|
-
fill: StringType;
|
|
694
|
+
readonly tooltip: OptionType<StructType<{
|
|
695
|
+
readonly show: OptionType<BooleanType>;
|
|
696
|
+
readonly cursor: OptionType<import("@elaraai/east").VariantType<{
|
|
697
|
+
readonly none: import("@elaraai/east").NullType;
|
|
698
|
+
readonly crosshair: StringType;
|
|
699
|
+
readonly fill: StringType;
|
|
695
700
|
}>>;
|
|
696
|
-
animationDuration: OptionType<IntegerType>;
|
|
701
|
+
readonly animationDuration: OptionType<IntegerType>;
|
|
697
702
|
}>>;
|
|
698
|
-
legend: OptionType<StructType<{
|
|
699
|
-
show: OptionType<BooleanType>;
|
|
700
|
-
layout: OptionType<import("@elaraai/east").VariantType<{
|
|
701
|
-
horizontal: import("@elaraai/east").NullType;
|
|
702
|
-
vertical: import("@elaraai/east").NullType;
|
|
703
|
+
readonly legend: OptionType<StructType<{
|
|
704
|
+
readonly show: OptionType<BooleanType>;
|
|
705
|
+
readonly layout: OptionType<import("@elaraai/east").VariantType<{
|
|
706
|
+
readonly horizontal: import("@elaraai/east").NullType;
|
|
707
|
+
readonly vertical: import("@elaraai/east").NullType;
|
|
703
708
|
}>>;
|
|
704
|
-
align: OptionType<import("@elaraai/east").VariantType<{
|
|
705
|
-
left: import("@elaraai/east").NullType;
|
|
706
|
-
center: import("@elaraai/east").NullType;
|
|
707
|
-
right: import("@elaraai/east").NullType;
|
|
709
|
+
readonly align: OptionType<import("@elaraai/east").VariantType<{
|
|
710
|
+
readonly left: import("@elaraai/east").NullType;
|
|
711
|
+
readonly center: import("@elaraai/east").NullType;
|
|
712
|
+
readonly right: import("@elaraai/east").NullType;
|
|
708
713
|
}>>;
|
|
709
|
-
verticalAlign: OptionType<import("@elaraai/east").VariantType<{
|
|
710
|
-
top: import("@elaraai/east").NullType;
|
|
711
|
-
middle: import("@elaraai/east").NullType;
|
|
712
|
-
bottom: import("@elaraai/east").NullType;
|
|
714
|
+
readonly verticalAlign: OptionType<import("@elaraai/east").VariantType<{
|
|
715
|
+
readonly top: import("@elaraai/east").NullType;
|
|
716
|
+
readonly middle: import("@elaraai/east").NullType;
|
|
717
|
+
readonly bottom: import("@elaraai/east").NullType;
|
|
713
718
|
}>>;
|
|
714
719
|
}>>;
|
|
715
|
-
margin: OptionType<StructType<{
|
|
716
|
-
top: OptionType<IntegerType>;
|
|
717
|
-
right: OptionType<IntegerType>;
|
|
718
|
-
bottom: OptionType<IntegerType>;
|
|
719
|
-
left: OptionType<IntegerType>;
|
|
720
|
+
readonly margin: OptionType<StructType<{
|
|
721
|
+
readonly top: OptionType<IntegerType>;
|
|
722
|
+
readonly right: OptionType<IntegerType>;
|
|
723
|
+
readonly bottom: OptionType<IntegerType>;
|
|
724
|
+
readonly left: OptionType<IntegerType>;
|
|
720
725
|
}>>;
|
|
721
|
-
brush: OptionType<StructType<{
|
|
722
|
-
dataKey: OptionType<StringType>;
|
|
723
|
-
height: OptionType<IntegerType>;
|
|
724
|
-
travellerWidth: OptionType<IntegerType>;
|
|
725
|
-
startIndex: OptionType<IntegerType>;
|
|
726
|
-
endIndex: OptionType<IntegerType>;
|
|
727
|
-
stroke: OptionType<StringType>;
|
|
728
|
-
fill: OptionType<StringType>;
|
|
726
|
+
readonly brush: OptionType<StructType<{
|
|
727
|
+
readonly dataKey: OptionType<StringType>;
|
|
728
|
+
readonly height: OptionType<IntegerType>;
|
|
729
|
+
readonly travellerWidth: OptionType<IntegerType>;
|
|
730
|
+
readonly startIndex: OptionType<IntegerType>;
|
|
731
|
+
readonly endIndex: OptionType<IntegerType>;
|
|
732
|
+
readonly stroke: OptionType<StringType>;
|
|
733
|
+
readonly fill: OptionType<StringType>;
|
|
729
734
|
}>>;
|
|
730
|
-
showDots: OptionType<BooleanType>;
|
|
731
|
-
strokeWidth: OptionType<IntegerType>;
|
|
732
|
-
connectNulls: OptionType<BooleanType>;
|
|
733
|
-
referenceLines: OptionType<ArrayType<StructType<{
|
|
734
|
-
x: OptionType<import("@elaraai/east").VariantType<{
|
|
735
|
-
Null: import("@elaraai/east").NullType;
|
|
736
|
-
Boolean: BooleanType;
|
|
737
|
-
Integer: IntegerType;
|
|
738
|
-
Float: import("@elaraai/east").FloatType;
|
|
739
|
-
String: StringType;
|
|
740
|
-
DateTime: import("@elaraai/east").DateTimeType;
|
|
741
|
-
Blob: import("@elaraai/east").BlobType;
|
|
735
|
+
readonly showDots: OptionType<BooleanType>;
|
|
736
|
+
readonly strokeWidth: OptionType<IntegerType>;
|
|
737
|
+
readonly connectNulls: OptionType<BooleanType>;
|
|
738
|
+
readonly referenceLines: OptionType<ArrayType<StructType<{
|
|
739
|
+
readonly x: OptionType<import("@elaraai/east").VariantType<{
|
|
740
|
+
readonly Null: import("@elaraai/east").NullType;
|
|
741
|
+
readonly Boolean: BooleanType;
|
|
742
|
+
readonly Integer: IntegerType;
|
|
743
|
+
readonly Float: import("@elaraai/east").FloatType;
|
|
744
|
+
readonly String: StringType;
|
|
745
|
+
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
746
|
+
readonly Blob: import("@elaraai/east").BlobType;
|
|
742
747
|
}>>;
|
|
743
|
-
y: OptionType<import("@elaraai/east").VariantType<{
|
|
744
|
-
Null: import("@elaraai/east").NullType;
|
|
745
|
-
Boolean: BooleanType;
|
|
746
|
-
Integer: IntegerType;
|
|
747
|
-
Float: import("@elaraai/east").FloatType;
|
|
748
|
-
String: StringType;
|
|
749
|
-
DateTime: import("@elaraai/east").DateTimeType;
|
|
750
|
-
Blob: import("@elaraai/east").BlobType;
|
|
748
|
+
readonly y: OptionType<import("@elaraai/east").VariantType<{
|
|
749
|
+
readonly Null: import("@elaraai/east").NullType;
|
|
750
|
+
readonly Boolean: BooleanType;
|
|
751
|
+
readonly Integer: IntegerType;
|
|
752
|
+
readonly Float: import("@elaraai/east").FloatType;
|
|
753
|
+
readonly String: StringType;
|
|
754
|
+
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
755
|
+
readonly Blob: import("@elaraai/east").BlobType;
|
|
751
756
|
}>>;
|
|
752
|
-
stroke: OptionType<StringType>;
|
|
753
|
-
strokeWidth: OptionType<IntegerType>;
|
|
754
|
-
strokeDasharray: OptionType<StringType>;
|
|
755
|
-
label: OptionType<StringType>;
|
|
756
|
-
labelPosition: OptionType<import("@elaraai/east").VariantType<{
|
|
757
|
-
top: import("@elaraai/east").NullType;
|
|
758
|
-
bottom: import("@elaraai/east").NullType;
|
|
759
|
-
left: import("@elaraai/east").NullType;
|
|
760
|
-
right: import("@elaraai/east").NullType;
|
|
761
|
-
center: import("@elaraai/east").NullType;
|
|
762
|
-
insideTop: import("@elaraai/east").NullType;
|
|
763
|
-
insideBottom: import("@elaraai/east").NullType;
|
|
764
|
-
insideLeft: import("@elaraai/east").NullType;
|
|
765
|
-
insideRight: import("@elaraai/east").NullType;
|
|
766
|
-
insideTopLeft: import("@elaraai/east").NullType;
|
|
767
|
-
insideTopRight: import("@elaraai/east").NullType;
|
|
768
|
-
insideBottomLeft: import("@elaraai/east").NullType;
|
|
769
|
-
insideBottomRight: import("@elaraai/east").NullType;
|
|
757
|
+
readonly stroke: OptionType<StringType>;
|
|
758
|
+
readonly strokeWidth: OptionType<IntegerType>;
|
|
759
|
+
readonly strokeDasharray: OptionType<StringType>;
|
|
760
|
+
readonly label: OptionType<StringType>;
|
|
761
|
+
readonly labelPosition: OptionType<import("@elaraai/east").VariantType<{
|
|
762
|
+
readonly top: import("@elaraai/east").NullType;
|
|
763
|
+
readonly bottom: import("@elaraai/east").NullType;
|
|
764
|
+
readonly left: import("@elaraai/east").NullType;
|
|
765
|
+
readonly right: import("@elaraai/east").NullType;
|
|
766
|
+
readonly center: import("@elaraai/east").NullType;
|
|
767
|
+
readonly insideTop: import("@elaraai/east").NullType;
|
|
768
|
+
readonly insideBottom: import("@elaraai/east").NullType;
|
|
769
|
+
readonly insideLeft: import("@elaraai/east").NullType;
|
|
770
|
+
readonly insideRight: import("@elaraai/east").NullType;
|
|
771
|
+
readonly insideTopLeft: import("@elaraai/east").NullType;
|
|
772
|
+
readonly insideTopRight: import("@elaraai/east").NullType;
|
|
773
|
+
readonly insideBottomLeft: import("@elaraai/east").NullType;
|
|
774
|
+
readonly insideBottomRight: import("@elaraai/east").NullType;
|
|
770
775
|
}>>;
|
|
771
|
-
labelOffset: OptionType<IntegerType>;
|
|
772
|
-
ifOverflow: OptionType<import("@elaraai/east").VariantType<{
|
|
773
|
-
discard: import("@elaraai/east").NullType;
|
|
774
|
-
hidden: import("@elaraai/east").NullType;
|
|
775
|
-
visible: import("@elaraai/east").NullType;
|
|
776
|
-
extendDomain: import("@elaraai/east").NullType;
|
|
776
|
+
readonly labelOffset: OptionType<IntegerType>;
|
|
777
|
+
readonly ifOverflow: OptionType<import("@elaraai/east").VariantType<{
|
|
778
|
+
readonly discard: import("@elaraai/east").NullType;
|
|
779
|
+
readonly hidden: import("@elaraai/east").NullType;
|
|
780
|
+
readonly visible: import("@elaraai/east").NullType;
|
|
781
|
+
readonly extendDomain: import("@elaraai/east").NullType;
|
|
777
782
|
}>>;
|
|
778
783
|
}>>>;
|
|
779
|
-
referenceDots: OptionType<ArrayType<StructType<{
|
|
780
|
-
x: import("@elaraai/east").VariantType<{
|
|
781
|
-
Null: import("@elaraai/east").NullType;
|
|
782
|
-
Boolean: BooleanType;
|
|
783
|
-
Integer: IntegerType;
|
|
784
|
-
Float: import("@elaraai/east").FloatType;
|
|
785
|
-
String: StringType;
|
|
786
|
-
DateTime: import("@elaraai/east").DateTimeType;
|
|
787
|
-
Blob: import("@elaraai/east").BlobType;
|
|
784
|
+
readonly referenceDots: OptionType<ArrayType<StructType<{
|
|
785
|
+
readonly x: import("@elaraai/east").VariantType<{
|
|
786
|
+
readonly Null: import("@elaraai/east").NullType;
|
|
787
|
+
readonly Boolean: BooleanType;
|
|
788
|
+
readonly Integer: IntegerType;
|
|
789
|
+
readonly Float: import("@elaraai/east").FloatType;
|
|
790
|
+
readonly String: StringType;
|
|
791
|
+
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
792
|
+
readonly Blob: import("@elaraai/east").BlobType;
|
|
788
793
|
}>;
|
|
789
|
-
y: import("@elaraai/east").VariantType<{
|
|
790
|
-
Null: import("@elaraai/east").NullType;
|
|
791
|
-
Boolean: BooleanType;
|
|
792
|
-
Integer: IntegerType;
|
|
793
|
-
Float: import("@elaraai/east").FloatType;
|
|
794
|
-
String: StringType;
|
|
795
|
-
DateTime: import("@elaraai/east").DateTimeType;
|
|
796
|
-
Blob: import("@elaraai/east").BlobType;
|
|
794
|
+
readonly y: import("@elaraai/east").VariantType<{
|
|
795
|
+
readonly Null: import("@elaraai/east").NullType;
|
|
796
|
+
readonly Boolean: BooleanType;
|
|
797
|
+
readonly Integer: IntegerType;
|
|
798
|
+
readonly Float: import("@elaraai/east").FloatType;
|
|
799
|
+
readonly String: StringType;
|
|
800
|
+
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
801
|
+
readonly Blob: import("@elaraai/east").BlobType;
|
|
797
802
|
}>;
|
|
798
|
-
r: OptionType<IntegerType>;
|
|
799
|
-
fill: OptionType<StringType>;
|
|
800
|
-
stroke: OptionType<StringType>;
|
|
801
|
-
strokeWidth: OptionType<IntegerType>;
|
|
802
|
-
label: OptionType<StringType>;
|
|
803
|
-
labelPosition: OptionType<import("@elaraai/east").VariantType<{
|
|
804
|
-
top: import("@elaraai/east").NullType;
|
|
805
|
-
bottom: import("@elaraai/east").NullType;
|
|
806
|
-
left: import("@elaraai/east").NullType;
|
|
807
|
-
right: import("@elaraai/east").NullType;
|
|
808
|
-
center: import("@elaraai/east").NullType;
|
|
809
|
-
insideTop: import("@elaraai/east").NullType;
|
|
810
|
-
insideBottom: import("@elaraai/east").NullType;
|
|
811
|
-
insideLeft: import("@elaraai/east").NullType;
|
|
812
|
-
insideRight: import("@elaraai/east").NullType;
|
|
813
|
-
insideTopLeft: import("@elaraai/east").NullType;
|
|
814
|
-
insideTopRight: import("@elaraai/east").NullType;
|
|
815
|
-
insideBottomLeft: import("@elaraai/east").NullType;
|
|
816
|
-
insideBottomRight: import("@elaraai/east").NullType;
|
|
803
|
+
readonly r: OptionType<IntegerType>;
|
|
804
|
+
readonly fill: OptionType<StringType>;
|
|
805
|
+
readonly stroke: OptionType<StringType>;
|
|
806
|
+
readonly strokeWidth: OptionType<IntegerType>;
|
|
807
|
+
readonly label: OptionType<StringType>;
|
|
808
|
+
readonly labelPosition: OptionType<import("@elaraai/east").VariantType<{
|
|
809
|
+
readonly top: import("@elaraai/east").NullType;
|
|
810
|
+
readonly bottom: import("@elaraai/east").NullType;
|
|
811
|
+
readonly left: import("@elaraai/east").NullType;
|
|
812
|
+
readonly right: import("@elaraai/east").NullType;
|
|
813
|
+
readonly center: import("@elaraai/east").NullType;
|
|
814
|
+
readonly insideTop: import("@elaraai/east").NullType;
|
|
815
|
+
readonly insideBottom: import("@elaraai/east").NullType;
|
|
816
|
+
readonly insideLeft: import("@elaraai/east").NullType;
|
|
817
|
+
readonly insideRight: import("@elaraai/east").NullType;
|
|
818
|
+
readonly insideTopLeft: import("@elaraai/east").NullType;
|
|
819
|
+
readonly insideTopRight: import("@elaraai/east").NullType;
|
|
820
|
+
readonly insideBottomLeft: import("@elaraai/east").NullType;
|
|
821
|
+
readonly insideBottomRight: import("@elaraai/east").NullType;
|
|
817
822
|
}>>;
|
|
818
|
-
labelOffset: OptionType<IntegerType>;
|
|
819
|
-
ifOverflow: OptionType<import("@elaraai/east").VariantType<{
|
|
820
|
-
discard: import("@elaraai/east").NullType;
|
|
821
|
-
hidden: import("@elaraai/east").NullType;
|
|
822
|
-
visible: import("@elaraai/east").NullType;
|
|
823
|
-
extendDomain: import("@elaraai/east").NullType;
|
|
823
|
+
readonly labelOffset: OptionType<IntegerType>;
|
|
824
|
+
readonly ifOverflow: OptionType<import("@elaraai/east").VariantType<{
|
|
825
|
+
readonly discard: import("@elaraai/east").NullType;
|
|
826
|
+
readonly hidden: import("@elaraai/east").NullType;
|
|
827
|
+
readonly visible: import("@elaraai/east").NullType;
|
|
828
|
+
readonly extendDomain: import("@elaraai/east").NullType;
|
|
824
829
|
}>>;
|
|
825
830
|
}>>>;
|
|
826
|
-
referenceAreas: OptionType<ArrayType<StructType<{
|
|
827
|
-
x1: OptionType<import("@elaraai/east").VariantType<{
|
|
828
|
-
Null: import("@elaraai/east").NullType;
|
|
829
|
-
Boolean: BooleanType;
|
|
830
|
-
Integer: IntegerType;
|
|
831
|
-
Float: import("@elaraai/east").FloatType;
|
|
832
|
-
String: StringType;
|
|
833
|
-
DateTime: import("@elaraai/east").DateTimeType;
|
|
834
|
-
Blob: import("@elaraai/east").BlobType;
|
|
831
|
+
readonly referenceAreas: OptionType<ArrayType<StructType<{
|
|
832
|
+
readonly x1: OptionType<import("@elaraai/east").VariantType<{
|
|
833
|
+
readonly Null: import("@elaraai/east").NullType;
|
|
834
|
+
readonly Boolean: BooleanType;
|
|
835
|
+
readonly Integer: IntegerType;
|
|
836
|
+
readonly Float: import("@elaraai/east").FloatType;
|
|
837
|
+
readonly String: StringType;
|
|
838
|
+
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
839
|
+
readonly Blob: import("@elaraai/east").BlobType;
|
|
835
840
|
}>>;
|
|
836
|
-
x2: OptionType<import("@elaraai/east").VariantType<{
|
|
837
|
-
Null: import("@elaraai/east").NullType;
|
|
838
|
-
Boolean: BooleanType;
|
|
839
|
-
Integer: IntegerType;
|
|
840
|
-
Float: import("@elaraai/east").FloatType;
|
|
841
|
-
String: StringType;
|
|
842
|
-
DateTime: import("@elaraai/east").DateTimeType;
|
|
843
|
-
Blob: import("@elaraai/east").BlobType;
|
|
841
|
+
readonly x2: OptionType<import("@elaraai/east").VariantType<{
|
|
842
|
+
readonly Null: import("@elaraai/east").NullType;
|
|
843
|
+
readonly Boolean: BooleanType;
|
|
844
|
+
readonly Integer: IntegerType;
|
|
845
|
+
readonly Float: import("@elaraai/east").FloatType;
|
|
846
|
+
readonly String: StringType;
|
|
847
|
+
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
848
|
+
readonly Blob: import("@elaraai/east").BlobType;
|
|
844
849
|
}>>;
|
|
845
|
-
y1: OptionType<import("@elaraai/east").VariantType<{
|
|
846
|
-
Null: import("@elaraai/east").NullType;
|
|
847
|
-
Boolean: BooleanType;
|
|
848
|
-
Integer: IntegerType;
|
|
849
|
-
Float: import("@elaraai/east").FloatType;
|
|
850
|
-
String: StringType;
|
|
851
|
-
DateTime: import("@elaraai/east").DateTimeType;
|
|
852
|
-
Blob: import("@elaraai/east").BlobType;
|
|
850
|
+
readonly y1: OptionType<import("@elaraai/east").VariantType<{
|
|
851
|
+
readonly Null: import("@elaraai/east").NullType;
|
|
852
|
+
readonly Boolean: BooleanType;
|
|
853
|
+
readonly Integer: IntegerType;
|
|
854
|
+
readonly Float: import("@elaraai/east").FloatType;
|
|
855
|
+
readonly String: StringType;
|
|
856
|
+
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
857
|
+
readonly Blob: import("@elaraai/east").BlobType;
|
|
853
858
|
}>>;
|
|
854
|
-
y2: OptionType<import("@elaraai/east").VariantType<{
|
|
855
|
-
Null: import("@elaraai/east").NullType;
|
|
856
|
-
Boolean: BooleanType;
|
|
857
|
-
Integer: IntegerType;
|
|
858
|
-
Float: import("@elaraai/east").FloatType;
|
|
859
|
-
String: StringType;
|
|
860
|
-
DateTime: import("@elaraai/east").DateTimeType;
|
|
861
|
-
Blob: import("@elaraai/east").BlobType;
|
|
859
|
+
readonly y2: OptionType<import("@elaraai/east").VariantType<{
|
|
860
|
+
readonly Null: import("@elaraai/east").NullType;
|
|
861
|
+
readonly Boolean: BooleanType;
|
|
862
|
+
readonly Integer: IntegerType;
|
|
863
|
+
readonly Float: import("@elaraai/east").FloatType;
|
|
864
|
+
readonly String: StringType;
|
|
865
|
+
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
866
|
+
readonly Blob: import("@elaraai/east").BlobType;
|
|
862
867
|
}>>;
|
|
863
|
-
fill: OptionType<StringType>;
|
|
864
|
-
fillOpacity: OptionType<import("@elaraai/east").FloatType>;
|
|
865
|
-
stroke: OptionType<StringType>;
|
|
866
|
-
label: OptionType<StringType>;
|
|
867
|
-
labelPosition: OptionType<import("@elaraai/east").VariantType<{
|
|
868
|
-
top: import("@elaraai/east").NullType;
|
|
869
|
-
bottom: import("@elaraai/east").NullType;
|
|
870
|
-
left: import("@elaraai/east").NullType;
|
|
871
|
-
right: import("@elaraai/east").NullType;
|
|
872
|
-
center: import("@elaraai/east").NullType;
|
|
873
|
-
insideTop: import("@elaraai/east").NullType;
|
|
874
|
-
insideBottom: import("@elaraai/east").NullType;
|
|
875
|
-
insideLeft: import("@elaraai/east").NullType;
|
|
876
|
-
insideRight: import("@elaraai/east").NullType;
|
|
877
|
-
insideTopLeft: import("@elaraai/east").NullType;
|
|
878
|
-
insideTopRight: import("@elaraai/east").NullType;
|
|
879
|
-
insideBottomLeft: import("@elaraai/east").NullType;
|
|
880
|
-
insideBottomRight: import("@elaraai/east").NullType;
|
|
868
|
+
readonly fill: OptionType<StringType>;
|
|
869
|
+
readonly fillOpacity: OptionType<import("@elaraai/east").FloatType>;
|
|
870
|
+
readonly stroke: OptionType<StringType>;
|
|
871
|
+
readonly label: OptionType<StringType>;
|
|
872
|
+
readonly labelPosition: OptionType<import("@elaraai/east").VariantType<{
|
|
873
|
+
readonly top: import("@elaraai/east").NullType;
|
|
874
|
+
readonly bottom: import("@elaraai/east").NullType;
|
|
875
|
+
readonly left: import("@elaraai/east").NullType;
|
|
876
|
+
readonly right: import("@elaraai/east").NullType;
|
|
877
|
+
readonly center: import("@elaraai/east").NullType;
|
|
878
|
+
readonly insideTop: import("@elaraai/east").NullType;
|
|
879
|
+
readonly insideBottom: import("@elaraai/east").NullType;
|
|
880
|
+
readonly insideLeft: import("@elaraai/east").NullType;
|
|
881
|
+
readonly insideRight: import("@elaraai/east").NullType;
|
|
882
|
+
readonly insideTopLeft: import("@elaraai/east").NullType;
|
|
883
|
+
readonly insideTopRight: import("@elaraai/east").NullType;
|
|
884
|
+
readonly insideBottomLeft: import("@elaraai/east").NullType;
|
|
885
|
+
readonly insideBottomRight: import("@elaraai/east").NullType;
|
|
881
886
|
}>>;
|
|
882
|
-
labelOffset: OptionType<IntegerType>;
|
|
883
|
-
ifOverflow: OptionType<import("@elaraai/east").VariantType<{
|
|
884
|
-
discard: import("@elaraai/east").NullType;
|
|
885
|
-
hidden: import("@elaraai/east").NullType;
|
|
886
|
-
visible: import("@elaraai/east").NullType;
|
|
887
|
-
extendDomain: import("@elaraai/east").NullType;
|
|
887
|
+
readonly labelOffset: OptionType<IntegerType>;
|
|
888
|
+
readonly ifOverflow: OptionType<import("@elaraai/east").VariantType<{
|
|
889
|
+
readonly discard: import("@elaraai/east").NullType;
|
|
890
|
+
readonly hidden: import("@elaraai/east").NullType;
|
|
891
|
+
readonly visible: import("@elaraai/east").NullType;
|
|
892
|
+
readonly extendDomain: import("@elaraai/east").NullType;
|
|
888
893
|
}>>;
|
|
889
894
|
}>>>;
|
|
890
895
|
}>;
|
|
@@ -946,6 +951,10 @@ export interface LineChartBrushStyle<DataKey extends string = string> extends Ch
|
|
|
946
951
|
* @typeParam DataKey - Union of field keys from the data struct
|
|
947
952
|
*/
|
|
948
953
|
export interface LineChartStyle<DataKey extends string = string> extends LineChartStyleBase<DataKey> {
|
|
954
|
+
/** Field name containing series identifiers (enables pivot/long format data) */
|
|
955
|
+
pivotKey?: DataKey;
|
|
956
|
+
/** Field name for Y values (required when using pivotKey) */
|
|
957
|
+
valueKey?: DataKey;
|
|
949
958
|
/** Brush configuration for data range selection */
|
|
950
959
|
brush?: LineChartBrushStyle<DataKey>;
|
|
951
960
|
}
|
|
@@ -959,6 +968,8 @@ export interface LineChartStyle<DataKey extends string = string> extends LineCha
|
|
|
959
968
|
export interface LineChartMultiStyle<DataKey extends string = string, NumericKey extends string = string, SeriesKey extends string = string> extends LineChartStyleBase<DataKey> {
|
|
960
969
|
/** Field name containing Y values in each series array (must be numeric) */
|
|
961
970
|
valueKey: NumericKey;
|
|
971
|
+
/** Field name containing series identifiers (enables pivot/long format data within each record) */
|
|
972
|
+
pivotKey?: DataKey;
|
|
962
973
|
/** Per-series configuration (keyed by series name) */
|
|
963
974
|
series?: {
|
|
964
975
|
[K in SeriesKey]?: LineChartSeriesConfig;
|
|
@@ -979,6 +990,7 @@ export interface LineChartMultiStyle<DataKey extends string = string, NumericKey
|
|
|
979
990
|
* @property strokeDasharray - Dash pattern for dashed lines (e.g., "5 5")
|
|
980
991
|
* @property showDots - Whether to show dots at data points (per-series override)
|
|
981
992
|
* @property showLine - Whether to show the line (per-series override)
|
|
993
|
+
* @property pivotColors - Mapping of pivot key values to colors (used with pivotKey)
|
|
982
994
|
*/
|
|
983
995
|
export interface LineChartSeriesConfig {
|
|
984
996
|
/** Chakra color token (e.g., "teal.solid", "blue.500") */
|
|
@@ -997,5 +1009,7 @@ export interface LineChartSeriesConfig {
|
|
|
997
1009
|
showLine?: SubtypeExprOrValue<BooleanType>;
|
|
998
1010
|
/** Y-axis binding (left = primary yAxis, right = secondary yAxis2) */
|
|
999
1011
|
yAxisId?: SubtypeExprOrValue<YAxisIdType> | YAxisIdLiteral;
|
|
1012
|
+
/** Mapping of pivot key values to colors (used with pivotKey) */
|
|
1013
|
+
pivotColors?: SubtypeExprOrValue<DictType<StringType, StringType>>;
|
|
1000
1014
|
}
|
|
1001
1015
|
//# sourceMappingURL=types.d.ts.map
|