@elaraai/east-ui 0.0.1-beta.16 → 0.0.1-beta.17

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.
Files changed (122) hide show
  1. package/dist/src/charts/area/index.d.ts +91 -2
  2. package/dist/src/charts/area/index.d.ts.map +1 -1
  3. package/dist/src/charts/area/index.js +255 -34
  4. package/dist/src/charts/area/index.js.map +1 -1
  5. package/dist/src/charts/area/types.d.ts +1344 -16
  6. package/dist/src/charts/area/types.d.ts.map +1 -1
  7. package/dist/src/charts/area/types.js +76 -1
  8. package/dist/src/charts/area/types.js.map +1 -1
  9. package/dist/src/charts/bar/index.d.ts +1 -1
  10. package/dist/src/charts/bar/index.d.ts.map +1 -1
  11. package/dist/src/charts/bar/index.js +62 -33
  12. package/dist/src/charts/bar/index.js.map +1 -1
  13. package/dist/src/charts/bar/types.d.ts +391 -16
  14. package/dist/src/charts/bar/types.d.ts.map +1 -1
  15. package/dist/src/charts/bar/types.js +6 -1
  16. package/dist/src/charts/bar/types.js.map +1 -1
  17. package/dist/src/charts/composed/index.d.ts +103 -0
  18. package/dist/src/charts/composed/index.d.ts.map +1 -0
  19. package/dist/src/charts/composed/index.js +300 -0
  20. package/dist/src/charts/composed/index.js.map +1 -0
  21. package/dist/src/charts/composed/types.d.ts +1183 -0
  22. package/dist/src/charts/composed/types.d.ts.map +1 -0
  23. package/dist/src/charts/composed/types.js +87 -0
  24. package/dist/src/charts/composed/types.js.map +1 -0
  25. package/dist/src/charts/index.d.ts +4488 -847
  26. package/dist/src/charts/index.d.ts.map +1 -1
  27. package/dist/src/charts/index.js +308 -55
  28. package/dist/src/charts/index.js.map +1 -1
  29. package/dist/src/charts/line/index.d.ts +1 -1
  30. package/dist/src/charts/line/index.d.ts.map +1 -1
  31. package/dist/src/charts/line/index.js +62 -33
  32. package/dist/src/charts/line/index.js.map +1 -1
  33. package/dist/src/charts/line/types.d.ts +395 -16
  34. package/dist/src/charts/line/types.d.ts.map +1 -1
  35. package/dist/src/charts/line/types.js +7 -1
  36. package/dist/src/charts/line/types.js.map +1 -1
  37. package/dist/src/charts/pie/index.d.ts.map +1 -1
  38. package/dist/src/charts/pie/index.js +8 -3
  39. package/dist/src/charts/pie/index.js.map +1 -1
  40. package/dist/src/charts/pie/types.d.ts +4 -4
  41. package/dist/src/charts/pie/types.d.ts.map +1 -1
  42. package/dist/src/charts/pie/types.js.map +1 -1
  43. package/dist/src/charts/radar/index.d.ts.map +1 -1
  44. package/dist/src/charts/radar/index.js +11 -4
  45. package/dist/src/charts/radar/index.js.map +1 -1
  46. package/dist/src/charts/radar/types.d.ts +4 -0
  47. package/dist/src/charts/radar/types.d.ts.map +1 -1
  48. package/dist/src/charts/scatter/index.d.ts +1 -1
  49. package/dist/src/charts/scatter/index.d.ts.map +1 -1
  50. package/dist/src/charts/scatter/index.js +55 -20
  51. package/dist/src/charts/scatter/index.js.map +1 -1
  52. package/dist/src/charts/scatter/types.d.ts +386 -24
  53. package/dist/src/charts/scatter/types.d.ts.map +1 -1
  54. package/dist/src/charts/scatter/types.js +5 -1
  55. package/dist/src/charts/scatter/types.js.map +1 -1
  56. package/dist/src/charts/types.d.ts +625 -4
  57. package/dist/src/charts/types.d.ts.map +1 -1
  58. package/dist/src/charts/types.js +406 -1
  59. package/dist/src/charts/types.js.map +1 -1
  60. package/dist/src/collections/gantt/index.d.ts +1103 -24773
  61. package/dist/src/collections/gantt/index.d.ts.map +1 -1
  62. package/dist/src/collections/planner/index.d.ts +5 -9473
  63. package/dist/src/collections/planner/index.d.ts.map +1 -1
  64. package/dist/src/collections/table/index.d.ts +626 -19562
  65. package/dist/src/collections/table/index.d.ts.map +1 -1
  66. package/dist/src/collections/table/index.js.map +1 -1
  67. package/dist/src/component.d.ts +3850 -709
  68. package/dist/src/component.d.ts.map +1 -1
  69. package/dist/src/component.js +4 -1
  70. package/dist/src/component.js.map +1 -1
  71. package/dist/src/container/card/index.d.ts +9 -28415
  72. package/dist/src/container/card/index.d.ts.map +1 -1
  73. package/dist/src/container/card/index.js.map +1 -1
  74. package/dist/src/disclosure/accordion/index.d.ts +4 -18908
  75. package/dist/src/disclosure/accordion/index.d.ts.map +1 -1
  76. package/dist/src/disclosure/accordion/index.js.map +1 -1
  77. package/dist/src/disclosure/carousel/index.d.ts +5 -9473
  78. package/dist/src/disclosure/carousel/index.d.ts.map +1 -1
  79. package/dist/src/disclosure/carousel/index.js.map +1 -1
  80. package/dist/src/disclosure/tabs/index.d.ts +25 -18929
  81. package/dist/src/disclosure/tabs/index.d.ts.map +1 -1
  82. package/dist/src/disclosure/tabs/index.js.map +1 -1
  83. package/dist/src/layout/box/index.d.ts +5 -9601
  84. package/dist/src/layout/box/index.d.ts.map +1 -1
  85. package/dist/src/layout/box/index.js.map +1 -1
  86. package/dist/src/layout/flex/index.d.ts +5 -9591
  87. package/dist/src/layout/flex/index.d.ts.map +1 -1
  88. package/dist/src/layout/flex/index.js.map +1 -1
  89. package/dist/src/layout/grid/index.d.ts +7 -19043
  90. package/dist/src/layout/grid/index.d.ts.map +1 -1
  91. package/dist/src/layout/grid/index.js.map +1 -1
  92. package/dist/src/layout/splitter/index.d.ts +7 -18949
  93. package/dist/src/layout/splitter/index.d.ts.map +1 -1
  94. package/dist/src/layout/splitter/index.js.map +1 -1
  95. package/dist/src/layout/stack/index.d.ts +5 -9587
  96. package/dist/src/layout/stack/index.d.ts.map +1 -1
  97. package/dist/src/layout/stack/index.js.map +1 -1
  98. package/dist/src/overlays/action-bar/index.d.ts +5 -25
  99. package/dist/src/overlays/action-bar/index.d.ts.map +1 -1
  100. package/dist/src/overlays/action-bar/index.js.map +1 -1
  101. package/dist/src/overlays/dialog/index.d.ts +97 -38115
  102. package/dist/src/overlays/dialog/index.d.ts.map +1 -1
  103. package/dist/src/overlays/dialog/index.js.map +1 -1
  104. package/dist/src/overlays/drawer/index.d.ts +97 -38013
  105. package/dist/src/overlays/drawer/index.d.ts.map +1 -1
  106. package/dist/src/overlays/drawer/index.js.map +1 -1
  107. package/dist/src/overlays/hover-card/index.d.ts +7 -18961
  108. package/dist/src/overlays/hover-card/index.d.ts.map +1 -1
  109. package/dist/src/overlays/hover-card/index.js.map +1 -1
  110. package/dist/src/overlays/menu/index.d.ts +7 -9499
  111. package/dist/src/overlays/menu/index.d.ts.map +1 -1
  112. package/dist/src/overlays/menu/index.js.map +1 -1
  113. package/dist/src/overlays/popover/index.d.ts +7 -18959
  114. package/dist/src/overlays/popover/index.d.ts.map +1 -1
  115. package/dist/src/overlays/popover/index.js.map +1 -1
  116. package/dist/src/overlays/toggle-tip/index.d.ts +5 -9491
  117. package/dist/src/overlays/toggle-tip/index.d.ts.map +1 -1
  118. package/dist/src/overlays/toggle-tip/index.js.map +1 -1
  119. package/dist/src/overlays/tooltip/index.d.ts +5 -9483
  120. package/dist/src/overlays/tooltip/index.d.ts.map +1 -1
  121. package/dist/src/overlays/tooltip/index.js.map +1 -1
  122. package/package.json +1 -1
@@ -1542,6 +1542,10 @@ export declare const UIComponentType: RecursiveType<VariantType<{
1542
1542
  fill: OptionType<StringType>;
1543
1543
  fillOpacity: OptionType<FloatType>;
1544
1544
  strokeDasharray: OptionType<StringType>;
1545
+ yAxisId: OptionType<VariantType<{
1546
+ left: import("@elaraai/east").NullType;
1547
+ right: import("@elaraai/east").NullType;
1548
+ }>>;
1545
1549
  }>>;
1546
1550
  xAxis: OptionType<StructType<{
1547
1551
  dataKey: OptionType<StringType>;
@@ -1923,95 +1927,7 @@ export declare const UIComponentType: RecursiveType<VariantType<{
1923
1927
  }>>;
1924
1928
  axisId: OptionType<StringType>;
1925
1929
  }>>;
1926
- curveType: OptionType<VariantType<{
1927
- linear: import("@elaraai/east").NullType;
1928
- natural: import("@elaraai/east").NullType;
1929
- monotone: import("@elaraai/east").NullType;
1930
- step: import("@elaraai/east").NullType;
1931
- stepBefore: import("@elaraai/east").NullType;
1932
- stepAfter: import("@elaraai/east").NullType;
1933
- }>>;
1934
- stacked: OptionType<BooleanType>;
1935
- stackOffset: OptionType<VariantType<{
1936
- none: import("@elaraai/east").NullType;
1937
- expand: import("@elaraai/east").NullType;
1938
- wiggle: import("@elaraai/east").NullType;
1939
- silhouette: import("@elaraai/east").NullType;
1940
- }>>;
1941
- grid: OptionType<StructType<{
1942
- show: OptionType<BooleanType>;
1943
- vertical: OptionType<BooleanType>;
1944
- horizontal: OptionType<BooleanType>;
1945
- strokeColor: OptionType<StringType>;
1946
- strokeDasharray: OptionType<StringType>;
1947
- }>>;
1948
- tooltip: OptionType<StructType<{
1949
- show: OptionType<BooleanType>;
1950
- cursor: OptionType<VariantType<{
1951
- none: import("@elaraai/east").NullType;
1952
- crosshair: StringType;
1953
- fill: StringType;
1954
- }>>;
1955
- animationDuration: OptionType<IntegerType>;
1956
- }>>;
1957
- legend: OptionType<StructType<{
1958
- show: OptionType<BooleanType>;
1959
- layout: OptionType<VariantType<{
1960
- horizontal: import("@elaraai/east").NullType;
1961
- vertical: import("@elaraai/east").NullType;
1962
- }>>;
1963
- align: OptionType<VariantType<{
1964
- left: import("@elaraai/east").NullType;
1965
- center: import("@elaraai/east").NullType;
1966
- right: import("@elaraai/east").NullType;
1967
- }>>;
1968
- verticalAlign: OptionType<VariantType<{
1969
- top: import("@elaraai/east").NullType;
1970
- middle: import("@elaraai/east").NullType;
1971
- bottom: import("@elaraai/east").NullType;
1972
- }>>;
1973
- }>>;
1974
- margin: OptionType<StructType<{
1975
- top: OptionType<IntegerType>;
1976
- right: OptionType<IntegerType>;
1977
- bottom: OptionType<IntegerType>;
1978
- left: OptionType<IntegerType>;
1979
- }>>;
1980
- fillOpacity: OptionType<FloatType>;
1981
- connectNulls: OptionType<BooleanType>;
1982
- }>;
1983
- BarChart: StructType<{
1984
- data: ArrayType<DictType<StringType, VariantType<{
1985
- Null: import("@elaraai/east").NullType;
1986
- Boolean: BooleanType;
1987
- Integer: IntegerType;
1988
- Float: FloatType;
1989
- String: StringType;
1990
- DateTime: import("@elaraai/east").DateTimeType;
1991
- Blob: import("@elaraai/east").BlobType;
1992
- }>>>;
1993
- dataSeries: OptionType<DictType<StringType, ArrayType<DictType<StringType, VariantType<{
1994
- Null: import("@elaraai/east").NullType;
1995
- Boolean: BooleanType;
1996
- Integer: IntegerType;
1997
- Float: FloatType;
1998
- String: StringType;
1999
- DateTime: import("@elaraai/east").DateTimeType;
2000
- Blob: import("@elaraai/east").BlobType;
2001
- }>>>>>;
2002
- valueKey: OptionType<StringType>;
2003
- series: ArrayType<StructType<{
2004
- name: StringType;
2005
- color: OptionType<StringType>;
2006
- stackId: OptionType<StringType>;
2007
- label: OptionType<StringType>;
2008
- stroke: OptionType<StringType>;
2009
- strokeWidth: OptionType<IntegerType>;
2010
- fill: OptionType<StringType>;
2011
- fillOpacity: OptionType<FloatType>;
2012
- strokeDasharray: OptionType<StringType>;
2013
- }>>;
2014
- xAxis: OptionType<StructType<{
1930
+ yAxis2: OptionType<StructType<{
2015
1931
  dataKey: OptionType<StringType>;
2016
1932
  label: OptionType<StringType>;
2017
1933
  tickFormat: OptionType<VariantType<{
@@ -2201,251 +2117,230 @@ export declare const UIComponentType: RecursiveType<VariantType<{
2201
2117
  }>>;
2202
2118
  axisId: OptionType<StringType>;
2203
2119
  }>>;
2204
- yAxis: OptionType<StructType<{
2120
+ curveType: OptionType<VariantType<{
2121
+ linear: import("@elaraai/east").NullType;
2122
+ natural: import("@elaraai/east").NullType;
2123
+ monotone: import("@elaraai/east").NullType;
2124
+ step: import("@elaraai/east").NullType;
2125
+ stepBefore: import("@elaraai/east").NullType;
2126
+ stepAfter: import("@elaraai/east").NullType;
2127
+ }>>;
2128
+ stacked: OptionType<BooleanType>;
2129
+ stackOffset: OptionType<VariantType<{
2130
+ none: import("@elaraai/east").NullType;
2131
+ expand: import("@elaraai/east").NullType;
2132
+ wiggle: import("@elaraai/east").NullType;
2133
+ silhouette: import("@elaraai/east").NullType;
2134
+ }>>;
2135
+ grid: OptionType<StructType<{
2136
+ show: OptionType<BooleanType>;
2137
+ vertical: OptionType<BooleanType>;
2138
+ horizontal: OptionType<BooleanType>;
2139
+ strokeColor: OptionType<StringType>;
2140
+ strokeDasharray: OptionType<StringType>;
2141
+ }>>;
2142
+ tooltip: OptionType<StructType<{
2143
+ show: OptionType<BooleanType>;
2144
+ cursor: OptionType<VariantType<{
2145
+ none: import("@elaraai/east").NullType;
2146
+ crosshair: StringType;
2147
+ fill: StringType;
2148
+ }>>;
2149
+ animationDuration: OptionType<IntegerType>;
2150
+ }>>;
2151
+ legend: OptionType<StructType<{
2152
+ show: OptionType<BooleanType>;
2153
+ layout: OptionType<VariantType<{
2154
+ horizontal: import("@elaraai/east").NullType;
2155
+ vertical: import("@elaraai/east").NullType;
2156
+ }>>;
2157
+ align: OptionType<VariantType<{
2158
+ left: import("@elaraai/east").NullType;
2159
+ center: import("@elaraai/east").NullType;
2160
+ right: import("@elaraai/east").NullType;
2161
+ }>>;
2162
+ verticalAlign: OptionType<VariantType<{
2163
+ top: import("@elaraai/east").NullType;
2164
+ middle: import("@elaraai/east").NullType;
2165
+ bottom: import("@elaraai/east").NullType;
2166
+ }>>;
2167
+ }>>;
2168
+ margin: OptionType<StructType<{
2169
+ top: OptionType<IntegerType>;
2170
+ right: OptionType<IntegerType>;
2171
+ bottom: OptionType<IntegerType>;
2172
+ left: OptionType<IntegerType>;
2173
+ }>>;
2174
+ brush: OptionType<StructType<{
2205
2175
  dataKey: OptionType<StringType>;
2176
+ height: OptionType<IntegerType>;
2177
+ travellerWidth: OptionType<IntegerType>;
2178
+ startIndex: OptionType<IntegerType>;
2179
+ endIndex: OptionType<IntegerType>;
2180
+ stroke: OptionType<StringType>;
2181
+ fill: OptionType<StringType>;
2182
+ }>>;
2183
+ fillOpacity: OptionType<FloatType>;
2184
+ connectNulls: OptionType<BooleanType>;
2185
+ referenceLines: OptionType<ArrayType<StructType<{
2186
+ x: OptionType<VariantType<{
2187
+ Null: import("@elaraai/east").NullType;
2188
+ Boolean: BooleanType;
2189
+ Integer: IntegerType;
2190
+ Float: FloatType;
2191
+ String: StringType;
2192
+ DateTime: import("@elaraai/east").DateTimeType;
2193
+ Blob: import("@elaraai/east").BlobType;
2194
+ }>>;
2195
+ y: OptionType<VariantType<{
2196
+ Null: import("@elaraai/east").NullType;
2197
+ Boolean: BooleanType;
2198
+ Integer: IntegerType;
2199
+ Float: FloatType;
2200
+ String: StringType;
2201
+ DateTime: import("@elaraai/east").DateTimeType;
2202
+ Blob: import("@elaraai/east").BlobType;
2203
+ }>>;
2204
+ stroke: OptionType<StringType>;
2205
+ strokeWidth: OptionType<IntegerType>;
2206
+ strokeDasharray: OptionType<StringType>;
2206
2207
  label: OptionType<StringType>;
2207
- tickFormat: OptionType<VariantType<{
2208
- number: StructType<{
2209
- minimumFractionDigits: OptionType<IntegerType>;
2210
- maximumFractionDigits: OptionType<IntegerType>;
2211
- signDisplay: OptionType<VariantType<{
2212
- auto: import("@elaraai/east").NullType;
2213
- never: import("@elaraai/east").NullType;
2214
- always: import("@elaraai/east").NullType;
2215
- exceptZero: import("@elaraai/east").NullType;
2216
- }>>;
2217
- }>;
2218
- currency: StructType<{
2219
- currency: VariantType<{
2220
- USD: import("@elaraai/east").NullType;
2221
- EUR: import("@elaraai/east").NullType;
2222
- GBP: import("@elaraai/east").NullType;
2223
- JPY: import("@elaraai/east").NullType;
2224
- CHF: import("@elaraai/east").NullType;
2225
- CAD: import("@elaraai/east").NullType;
2226
- AUD: import("@elaraai/east").NullType;
2227
- NZD: import("@elaraai/east").NullType;
2228
- CNY: import("@elaraai/east").NullType;
2229
- HKD: import("@elaraai/east").NullType;
2230
- SGD: import("@elaraai/east").NullType;
2231
- KRW: import("@elaraai/east").NullType;
2232
- INR: import("@elaraai/east").NullType;
2233
- TWD: import("@elaraai/east").NullType;
2234
- THB: import("@elaraai/east").NullType;
2235
- MYR: import("@elaraai/east").NullType;
2236
- IDR: import("@elaraai/east").NullType;
2237
- PHP: import("@elaraai/east").NullType;
2238
- VND: import("@elaraai/east").NullType;
2239
- SEK: import("@elaraai/east").NullType;
2240
- NOK: import("@elaraai/east").NullType;
2241
- DKK: import("@elaraai/east").NullType;
2242
- PLN: import("@elaraai/east").NullType;
2243
- CZK: import("@elaraai/east").NullType;
2244
- HUF: import("@elaraai/east").NullType;
2245
- RUB: import("@elaraai/east").NullType;
2246
- UAH: import("@elaraai/east").NullType;
2247
- RON: import("@elaraai/east").NullType;
2248
- MXN: import("@elaraai/east").NullType;
2249
- BRL: import("@elaraai/east").NullType;
2250
- ARS: import("@elaraai/east").NullType;
2251
- CLP: import("@elaraai/east").NullType;
2252
- COP: import("@elaraai/east").NullType;
2253
- PEN: import("@elaraai/east").NullType;
2254
- AED: import("@elaraai/east").NullType;
2255
- SAR: import("@elaraai/east").NullType;
2256
- ILS: import("@elaraai/east").NullType;
2257
- ZAR: import("@elaraai/east").NullType;
2258
- TRY: import("@elaraai/east").NullType;
2259
- EGP: import("@elaraai/east").NullType;
2260
- NGN: import("@elaraai/east").NullType;
2261
- KES: import("@elaraai/east").NullType;
2262
- }>;
2263
- display: OptionType<VariantType<{
2264
- code: import("@elaraai/east").NullType;
2265
- symbol: import("@elaraai/east").NullType;
2266
- narrowSymbol: import("@elaraai/east").NullType;
2267
- name: import("@elaraai/east").NullType;
2268
- }>>;
2269
- minimumFractionDigits: OptionType<IntegerType>;
2270
- maximumFractionDigits: OptionType<IntegerType>;
2271
- }>;
2272
- percent: StructType<{
2273
- minimumFractionDigits: OptionType<IntegerType>;
2274
- maximumFractionDigits: OptionType<IntegerType>;
2275
- signDisplay: OptionType<VariantType<{
2276
- auto: import("@elaraai/east").NullType;
2277
- never: import("@elaraai/east").NullType;
2278
- always: import("@elaraai/east").NullType;
2279
- exceptZero: import("@elaraai/east").NullType;
2280
- }>>;
2281
- }>;
2282
- compact: StructType<{
2283
- display: OptionType<VariantType<{
2284
- short: import("@elaraai/east").NullType;
2285
- long: import("@elaraai/east").NullType;
2286
- }>>;
2287
- }>;
2288
- unit: StructType<{
2289
- unit: VariantType<{
2290
- bit: import("@elaraai/east").NullType;
2291
- byte: import("@elaraai/east").NullType;
2292
- kilobit: import("@elaraai/east").NullType;
2293
- kilobyte: import("@elaraai/east").NullType;
2294
- megabit: import("@elaraai/east").NullType;
2295
- megabyte: import("@elaraai/east").NullType;
2296
- gigabit: import("@elaraai/east").NullType;
2297
- gigabyte: import("@elaraai/east").NullType;
2298
- terabit: import("@elaraai/east").NullType;
2299
- terabyte: import("@elaraai/east").NullType;
2300
- petabyte: import("@elaraai/east").NullType;
2301
- nanosecond: import("@elaraai/east").NullType;
2302
- microsecond: import("@elaraai/east").NullType;
2303
- millisecond: import("@elaraai/east").NullType;
2304
- second: import("@elaraai/east").NullType;
2305
- minute: import("@elaraai/east").NullType;
2306
- hour: import("@elaraai/east").NullType;
2307
- day: import("@elaraai/east").NullType;
2308
- week: import("@elaraai/east").NullType;
2309
- month: import("@elaraai/east").NullType;
2310
- year: import("@elaraai/east").NullType;
2311
- millimeter: import("@elaraai/east").NullType;
2312
- centimeter: import("@elaraai/east").NullType;
2313
- meter: import("@elaraai/east").NullType;
2314
- kilometer: import("@elaraai/east").NullType;
2315
- inch: import("@elaraai/east").NullType;
2316
- foot: import("@elaraai/east").NullType;
2317
- yard: import("@elaraai/east").NullType;
2318
- mile: import("@elaraai/east").NullType;
2319
- gram: import("@elaraai/east").NullType;
2320
- kilogram: import("@elaraai/east").NullType;
2321
- milligram: import("@elaraai/east").NullType;
2322
- ounce: import("@elaraai/east").NullType;
2323
- pound: import("@elaraai/east").NullType;
2324
- stone: import("@elaraai/east").NullType;
2325
- celsius: import("@elaraai/east").NullType;
2326
- fahrenheit: import("@elaraai/east").NullType;
2327
- milliliter: import("@elaraai/east").NullType;
2328
- liter: import("@elaraai/east").NullType;
2329
- gallon: import("@elaraai/east").NullType;
2330
- fluidOunce: import("@elaraai/east").NullType;
2331
- acre: import("@elaraai/east").NullType;
2332
- hectare: import("@elaraai/east").NullType;
2333
- meterPerSecond: import("@elaraai/east").NullType;
2334
- kilometerPerHour: import("@elaraai/east").NullType;
2335
- milePerHour: import("@elaraai/east").NullType;
2336
- percent: import("@elaraai/east").NullType;
2337
- degree: import("@elaraai/east").NullType;
2338
- }>;
2339
- display: OptionType<VariantType<{
2340
- short: import("@elaraai/east").NullType;
2341
- narrow: import("@elaraai/east").NullType;
2342
- long: import("@elaraai/east").NullType;
2343
- }>>;
2344
- }>;
2345
- scientific: import("@elaraai/east").NullType;
2346
- engineering: import("@elaraai/east").NullType;
2347
- date: StructType<{
2348
- style: OptionType<VariantType<{
2349
- full: import("@elaraai/east").NullType;
2350
- long: import("@elaraai/east").NullType;
2351
- medium: import("@elaraai/east").NullType;
2352
- short: import("@elaraai/east").NullType;
2353
- }>>;
2354
- }>;
2355
- time: StructType<{
2356
- style: OptionType<VariantType<{
2357
- full: import("@elaraai/east").NullType;
2358
- long: import("@elaraai/east").NullType;
2359
- medium: import("@elaraai/east").NullType;
2360
- short: import("@elaraai/east").NullType;
2361
- }>>;
2362
- hour12: OptionType<BooleanType>;
2363
- }>;
2364
- datetime: StructType<{
2365
- dateStyle: OptionType<VariantType<{
2366
- full: import("@elaraai/east").NullType;
2367
- long: import("@elaraai/east").NullType;
2368
- medium: import("@elaraai/east").NullType;
2369
- short: import("@elaraai/east").NullType;
2370
- }>>;
2371
- timeStyle: OptionType<VariantType<{
2372
- full: import("@elaraai/east").NullType;
2373
- long: import("@elaraai/east").NullType;
2374
- medium: import("@elaraai/east").NullType;
2375
- short: import("@elaraai/east").NullType;
2376
- }>>;
2377
- hour12: OptionType<BooleanType>;
2378
- }>;
2208
+ labelPosition: OptionType<VariantType<{
2209
+ top: import("@elaraai/east").NullType;
2210
+ bottom: import("@elaraai/east").NullType;
2211
+ left: import("@elaraai/east").NullType;
2212
+ right: import("@elaraai/east").NullType;
2213
+ center: import("@elaraai/east").NullType;
2214
+ insideTop: import("@elaraai/east").NullType;
2215
+ insideBottom: import("@elaraai/east").NullType;
2216
+ insideLeft: import("@elaraai/east").NullType;
2217
+ insideRight: import("@elaraai/east").NullType;
2218
+ insideTopLeft: import("@elaraai/east").NullType;
2219
+ insideTopRight: import("@elaraai/east").NullType;
2220
+ insideBottomLeft: import("@elaraai/east").NullType;
2221
+ insideBottomRight: import("@elaraai/east").NullType;
2222
+ }>>;
2223
+ labelOffset: OptionType<IntegerType>;
2224
+ ifOverflow: OptionType<VariantType<{
2225
+ discard: import("@elaraai/east").NullType;
2226
+ hidden: import("@elaraai/east").NullType;
2227
+ visible: import("@elaraai/east").NullType;
2228
+ extendDomain: import("@elaraai/east").NullType;
2379
2229
  }>>;
2380
- domain: OptionType<ArrayType<FloatType>>;
2381
- hide: OptionType<BooleanType>;
2382
- axisLine: OptionType<BooleanType>;
2383
- tickLine: OptionType<BooleanType>;
2384
- tickMargin: OptionType<IntegerType>;
2385
- strokeColor: OptionType<StringType>;
2386
- orientation: OptionType<VariantType<{
2230
+ }>>>;
2231
+ referenceDots: OptionType<ArrayType<StructType<{
2232
+ x: VariantType<{
2233
+ Null: import("@elaraai/east").NullType;
2234
+ Boolean: BooleanType;
2235
+ Integer: IntegerType;
2236
+ Float: FloatType;
2237
+ String: StringType;
2238
+ DateTime: import("@elaraai/east").DateTimeType;
2239
+ Blob: import("@elaraai/east").BlobType;
2240
+ }>;
2241
+ y: VariantType<{
2242
+ Null: import("@elaraai/east").NullType;
2243
+ Boolean: BooleanType;
2244
+ Integer: IntegerType;
2245
+ Float: FloatType;
2246
+ String: StringType;
2247
+ DateTime: import("@elaraai/east").DateTimeType;
2248
+ Blob: import("@elaraai/east").BlobType;
2249
+ }>;
2250
+ r: OptionType<IntegerType>;
2251
+ fill: OptionType<StringType>;
2252
+ stroke: OptionType<StringType>;
2253
+ strokeWidth: OptionType<IntegerType>;
2254
+ label: OptionType<StringType>;
2255
+ labelPosition: OptionType<VariantType<{
2387
2256
  top: import("@elaraai/east").NullType;
2388
2257
  bottom: import("@elaraai/east").NullType;
2389
2258
  left: import("@elaraai/east").NullType;
2390
2259
  right: import("@elaraai/east").NullType;
2260
+ center: import("@elaraai/east").NullType;
2261
+ insideTop: import("@elaraai/east").NullType;
2262
+ insideBottom: import("@elaraai/east").NullType;
2263
+ insideLeft: import("@elaraai/east").NullType;
2264
+ insideRight: import("@elaraai/east").NullType;
2265
+ insideTopLeft: import("@elaraai/east").NullType;
2266
+ insideTopRight: import("@elaraai/east").NullType;
2267
+ insideBottomLeft: import("@elaraai/east").NullType;
2268
+ insideBottomRight: import("@elaraai/east").NullType;
2269
+ }>>;
2270
+ labelOffset: OptionType<IntegerType>;
2271
+ ifOverflow: OptionType<VariantType<{
2272
+ discard: import("@elaraai/east").NullType;
2273
+ hidden: import("@elaraai/east").NullType;
2274
+ visible: import("@elaraai/east").NullType;
2275
+ extendDomain: import("@elaraai/east").NullType;
2391
2276
  }>>;
2392
- axisId: OptionType<StringType>;
2393
- }>>;
2394
- layout: OptionType<VariantType<{
2395
- horizontal: import("@elaraai/east").NullType;
2396
- vertical: import("@elaraai/east").NullType;
2397
- }>>;
2398
- stacked: OptionType<BooleanType>;
2399
- stackOffset: OptionType<VariantType<{
2400
- none: import("@elaraai/east").NullType;
2401
- expand: import("@elaraai/east").NullType;
2402
- wiggle: import("@elaraai/east").NullType;
2403
- silhouette: import("@elaraai/east").NullType;
2404
- }>>;
2405
- grid: OptionType<StructType<{
2406
- show: OptionType<BooleanType>;
2407
- vertical: OptionType<BooleanType>;
2408
- horizontal: OptionType<BooleanType>;
2409
- strokeColor: OptionType<StringType>;
2410
- strokeDasharray: OptionType<StringType>;
2411
- }>>;
2412
- tooltip: OptionType<StructType<{
2413
- show: OptionType<BooleanType>;
2414
- cursor: OptionType<VariantType<{
2415
- none: import("@elaraai/east").NullType;
2416
- crosshair: StringType;
2417
- fill: StringType;
2277
+ }>>>;
2278
+ referenceAreas: OptionType<ArrayType<StructType<{
2279
+ x1: OptionType<VariantType<{
2280
+ Null: import("@elaraai/east").NullType;
2281
+ Boolean: BooleanType;
2282
+ Integer: IntegerType;
2283
+ Float: FloatType;
2284
+ String: StringType;
2285
+ DateTime: import("@elaraai/east").DateTimeType;
2286
+ Blob: import("@elaraai/east").BlobType;
2418
2287
  }>>;
2419
- animationDuration: OptionType<IntegerType>;
2420
- }>>;
2421
- legend: OptionType<StructType<{
2422
- show: OptionType<BooleanType>;
2423
- layout: OptionType<VariantType<{
2424
- horizontal: import("@elaraai/east").NullType;
2425
- vertical: import("@elaraai/east").NullType;
2288
+ x2: OptionType<VariantType<{
2289
+ Null: import("@elaraai/east").NullType;
2290
+ Boolean: BooleanType;
2291
+ Integer: IntegerType;
2292
+ Float: FloatType;
2293
+ String: StringType;
2294
+ DateTime: import("@elaraai/east").DateTimeType;
2295
+ Blob: import("@elaraai/east").BlobType;
2426
2296
  }>>;
2427
- align: OptionType<VariantType<{
2428
- left: import("@elaraai/east").NullType;
2429
- center: import("@elaraai/east").NullType;
2430
- right: import("@elaraai/east").NullType;
2297
+ y1: OptionType<VariantType<{
2298
+ Null: import("@elaraai/east").NullType;
2299
+ Boolean: BooleanType;
2300
+ Integer: IntegerType;
2301
+ Float: FloatType;
2302
+ String: StringType;
2303
+ DateTime: import("@elaraai/east").DateTimeType;
2304
+ Blob: import("@elaraai/east").BlobType;
2431
2305
  }>>;
2432
- verticalAlign: OptionType<VariantType<{
2306
+ y2: OptionType<VariantType<{
2307
+ Null: import("@elaraai/east").NullType;
2308
+ Boolean: BooleanType;
2309
+ Integer: IntegerType;
2310
+ Float: FloatType;
2311
+ String: StringType;
2312
+ DateTime: import("@elaraai/east").DateTimeType;
2313
+ Blob: import("@elaraai/east").BlobType;
2314
+ }>>;
2315
+ fill: OptionType<StringType>;
2316
+ fillOpacity: OptionType<FloatType>;
2317
+ stroke: OptionType<StringType>;
2318
+ label: OptionType<StringType>;
2319
+ labelPosition: OptionType<VariantType<{
2433
2320
  top: import("@elaraai/east").NullType;
2434
- middle: import("@elaraai/east").NullType;
2435
2321
  bottom: import("@elaraai/east").NullType;
2322
+ left: import("@elaraai/east").NullType;
2323
+ right: import("@elaraai/east").NullType;
2324
+ center: import("@elaraai/east").NullType;
2325
+ insideTop: import("@elaraai/east").NullType;
2326
+ insideBottom: import("@elaraai/east").NullType;
2327
+ insideLeft: import("@elaraai/east").NullType;
2328
+ insideRight: import("@elaraai/east").NullType;
2329
+ insideTopLeft: import("@elaraai/east").NullType;
2330
+ insideTopRight: import("@elaraai/east").NullType;
2331
+ insideBottomLeft: import("@elaraai/east").NullType;
2332
+ insideBottomRight: import("@elaraai/east").NullType;
2333
+ }>>;
2334
+ labelOffset: OptionType<IntegerType>;
2335
+ ifOverflow: OptionType<VariantType<{
2336
+ discard: import("@elaraai/east").NullType;
2337
+ hidden: import("@elaraai/east").NullType;
2338
+ visible: import("@elaraai/east").NullType;
2339
+ extendDomain: import("@elaraai/east").NullType;
2436
2340
  }>>;
2437
- }>>;
2438
- margin: OptionType<StructType<{
2439
- top: OptionType<IntegerType>;
2440
- right: OptionType<IntegerType>;
2441
- bottom: OptionType<IntegerType>;
2442
- left: OptionType<IntegerType>;
2443
- }>>;
2444
- barSize: OptionType<IntegerType>;
2445
- barGap: OptionType<IntegerType>;
2446
- radius: OptionType<IntegerType>;
2341
+ }>>>;
2447
2342
  }>;
2448
- LineChart: StructType<{
2343
+ AreaRangeChart: StructType<{
2449
2344
  data: ArrayType<DictType<StringType, VariantType<{
2450
2345
  Null: import("@elaraai/east").NullType;
2451
2346
  Boolean: BooleanType;
@@ -2464,17 +2359,21 @@ export declare const UIComponentType: RecursiveType<VariantType<{
2464
2359
  DateTime: import("@elaraai/east").DateTimeType;
2465
2360
  Blob: import("@elaraai/east").BlobType;
2466
2361
  }>>>>>;
2467
- valueKey: OptionType<StringType>;
2362
+ lowKey: OptionType<StringType>;
2363
+ highKey: OptionType<StringType>;
2468
2364
  series: ArrayType<StructType<{
2469
2365
  name: StringType;
2366
+ lowKey: StringType;
2367
+ highKey: StringType;
2470
2368
  color: OptionType<StringType>;
2471
- stackId: OptionType<StringType>;
2472
2369
  label: OptionType<StringType>;
2370
+ fillOpacity: OptionType<FloatType>;
2473
2371
  stroke: OptionType<StringType>;
2474
2372
  strokeWidth: OptionType<IntegerType>;
2475
- strokeDasharray: OptionType<StringType>;
2476
- showDots: OptionType<BooleanType>;
2477
- showLine: OptionType<BooleanType>;
2373
+ yAxisId: OptionType<VariantType<{
2374
+ left: import("@elaraai/east").NullType;
2375
+ right: import("@elaraai/east").NullType;
2376
+ }>>;
2478
2377
  }>>;
2479
2378
  xAxis: OptionType<StructType<{
2480
2379
  dataKey: OptionType<StringType>;
@@ -2856,89 +2755,7 @@ export declare const UIComponentType: RecursiveType<VariantType<{
2856
2755
  }>>;
2857
2756
  axisId: OptionType<StringType>;
2858
2757
  }>>;
2859
- curveType: OptionType<VariantType<{
2860
- linear: import("@elaraai/east").NullType;
2861
- natural: import("@elaraai/east").NullType;
2862
- monotone: import("@elaraai/east").NullType;
2863
- step: import("@elaraai/east").NullType;
2864
- stepBefore: import("@elaraai/east").NullType;
2865
- stepAfter: import("@elaraai/east").NullType;
2866
- }>>;
2867
- grid: OptionType<StructType<{
2868
- show: OptionType<BooleanType>;
2869
- vertical: OptionType<BooleanType>;
2870
- horizontal: OptionType<BooleanType>;
2871
- strokeColor: OptionType<StringType>;
2872
- strokeDasharray: OptionType<StringType>;
2873
- }>>;
2874
- tooltip: OptionType<StructType<{
2875
- show: OptionType<BooleanType>;
2876
- cursor: OptionType<VariantType<{
2877
- none: import("@elaraai/east").NullType;
2878
- crosshair: StringType;
2879
- fill: StringType;
2880
- }>>;
2881
- animationDuration: OptionType<IntegerType>;
2882
- }>>;
2883
- legend: OptionType<StructType<{
2884
- show: OptionType<BooleanType>;
2885
- layout: OptionType<VariantType<{
2886
- horizontal: import("@elaraai/east").NullType;
2887
- vertical: import("@elaraai/east").NullType;
2888
- }>>;
2889
- align: OptionType<VariantType<{
2890
- left: import("@elaraai/east").NullType;
2891
- center: import("@elaraai/east").NullType;
2892
- right: import("@elaraai/east").NullType;
2893
- }>>;
2894
- verticalAlign: OptionType<VariantType<{
2895
- top: import("@elaraai/east").NullType;
2896
- middle: import("@elaraai/east").NullType;
2897
- bottom: import("@elaraai/east").NullType;
2898
- }>>;
2899
- }>>;
2900
- margin: OptionType<StructType<{
2901
- top: OptionType<IntegerType>;
2902
- right: OptionType<IntegerType>;
2903
- bottom: OptionType<IntegerType>;
2904
- left: OptionType<IntegerType>;
2905
- }>>;
2906
- showDots: OptionType<BooleanType>;
2907
- strokeWidth: OptionType<IntegerType>;
2908
- connectNulls: OptionType<BooleanType>;
2909
- }>;
2910
- ScatterChart: StructType<{
2911
- data: ArrayType<DictType<StringType, VariantType<{
2912
- Null: import("@elaraai/east").NullType;
2913
- Boolean: BooleanType;
2914
- Integer: IntegerType;
2915
- Float: FloatType;
2916
- String: StringType;
2917
- DateTime: import("@elaraai/east").DateTimeType;
2918
- Blob: import("@elaraai/east").BlobType;
2919
- }>>>;
2920
- dataSeries: OptionType<DictType<StringType, ArrayType<DictType<StringType, VariantType<{
2921
- Null: import("@elaraai/east").NullType;
2922
- Boolean: BooleanType;
2923
- Integer: IntegerType;
2924
- Float: FloatType;
2925
- String: StringType;
2926
- DateTime: import("@elaraai/east").DateTimeType;
2927
- Blob: import("@elaraai/east").BlobType;
2928
- }>>>>>;
2929
- valueKey: OptionType<StringType>;
2930
- series: ArrayType<StructType<{
2931
- name: StringType;
2932
- color: OptionType<StringType>;
2933
- stackId: OptionType<StringType>;
2934
- label: OptionType<StringType>;
2935
- stroke: OptionType<StringType>;
2936
- strokeWidth: OptionType<IntegerType>;
2937
- fill: OptionType<StringType>;
2938
- fillOpacity: OptionType<FloatType>;
2939
- strokeDasharray: OptionType<StringType>;
2940
- }>>;
2941
- xAxis: OptionType<StructType<{
2758
+ yAxis2: OptionType<StructType<{
2942
2759
  dataKey: OptionType<StringType>;
2943
2760
  label: OptionType<StringType>;
2944
2761
  tickFormat: OptionType<VariantType<{
@@ -3128,7 +2945,249 @@ export declare const UIComponentType: RecursiveType<VariantType<{
3128
2945
  }>>;
3129
2946
  axisId: OptionType<StringType>;
3130
2947
  }>>;
3131
- yAxis: OptionType<StructType<{
2948
+ curveType: OptionType<VariantType<{
2949
+ linear: import("@elaraai/east").NullType;
2950
+ natural: import("@elaraai/east").NullType;
2951
+ monotone: import("@elaraai/east").NullType;
2952
+ step: import("@elaraai/east").NullType;
2953
+ stepBefore: import("@elaraai/east").NullType;
2954
+ stepAfter: import("@elaraai/east").NullType;
2955
+ }>>;
2956
+ grid: OptionType<StructType<{
2957
+ show: OptionType<BooleanType>;
2958
+ vertical: OptionType<BooleanType>;
2959
+ horizontal: OptionType<BooleanType>;
2960
+ strokeColor: OptionType<StringType>;
2961
+ strokeDasharray: OptionType<StringType>;
2962
+ }>>;
2963
+ tooltip: OptionType<StructType<{
2964
+ show: OptionType<BooleanType>;
2965
+ cursor: OptionType<VariantType<{
2966
+ none: import("@elaraai/east").NullType;
2967
+ crosshair: StringType;
2968
+ fill: StringType;
2969
+ }>>;
2970
+ animationDuration: OptionType<IntegerType>;
2971
+ }>>;
2972
+ legend: OptionType<StructType<{
2973
+ show: OptionType<BooleanType>;
2974
+ layout: OptionType<VariantType<{
2975
+ horizontal: import("@elaraai/east").NullType;
2976
+ vertical: import("@elaraai/east").NullType;
2977
+ }>>;
2978
+ align: OptionType<VariantType<{
2979
+ left: import("@elaraai/east").NullType;
2980
+ center: import("@elaraai/east").NullType;
2981
+ right: import("@elaraai/east").NullType;
2982
+ }>>;
2983
+ verticalAlign: OptionType<VariantType<{
2984
+ top: import("@elaraai/east").NullType;
2985
+ middle: import("@elaraai/east").NullType;
2986
+ bottom: import("@elaraai/east").NullType;
2987
+ }>>;
2988
+ }>>;
2989
+ margin: OptionType<StructType<{
2990
+ top: OptionType<IntegerType>;
2991
+ right: OptionType<IntegerType>;
2992
+ bottom: OptionType<IntegerType>;
2993
+ left: OptionType<IntegerType>;
2994
+ }>>;
2995
+ fillOpacity: OptionType<FloatType>;
2996
+ connectNulls: OptionType<BooleanType>;
2997
+ referenceLines: OptionType<ArrayType<StructType<{
2998
+ x: OptionType<VariantType<{
2999
+ Null: import("@elaraai/east").NullType;
3000
+ Boolean: BooleanType;
3001
+ Integer: IntegerType;
3002
+ Float: FloatType;
3003
+ String: StringType;
3004
+ DateTime: import("@elaraai/east").DateTimeType;
3005
+ Blob: import("@elaraai/east").BlobType;
3006
+ }>>;
3007
+ y: OptionType<VariantType<{
3008
+ Null: import("@elaraai/east").NullType;
3009
+ Boolean: BooleanType;
3010
+ Integer: IntegerType;
3011
+ Float: FloatType;
3012
+ String: StringType;
3013
+ DateTime: import("@elaraai/east").DateTimeType;
3014
+ Blob: import("@elaraai/east").BlobType;
3015
+ }>>;
3016
+ stroke: OptionType<StringType>;
3017
+ strokeWidth: OptionType<IntegerType>;
3018
+ strokeDasharray: OptionType<StringType>;
3019
+ label: OptionType<StringType>;
3020
+ labelPosition: OptionType<VariantType<{
3021
+ top: import("@elaraai/east").NullType;
3022
+ bottom: import("@elaraai/east").NullType;
3023
+ left: import("@elaraai/east").NullType;
3024
+ right: import("@elaraai/east").NullType;
3025
+ center: import("@elaraai/east").NullType;
3026
+ insideTop: import("@elaraai/east").NullType;
3027
+ insideBottom: import("@elaraai/east").NullType;
3028
+ insideLeft: import("@elaraai/east").NullType;
3029
+ insideRight: import("@elaraai/east").NullType;
3030
+ insideTopLeft: import("@elaraai/east").NullType;
3031
+ insideTopRight: import("@elaraai/east").NullType;
3032
+ insideBottomLeft: import("@elaraai/east").NullType;
3033
+ insideBottomRight: import("@elaraai/east").NullType;
3034
+ }>>;
3035
+ labelOffset: OptionType<IntegerType>;
3036
+ ifOverflow: OptionType<VariantType<{
3037
+ discard: import("@elaraai/east").NullType;
3038
+ hidden: import("@elaraai/east").NullType;
3039
+ visible: import("@elaraai/east").NullType;
3040
+ extendDomain: import("@elaraai/east").NullType;
3041
+ }>>;
3042
+ }>>>;
3043
+ referenceDots: OptionType<ArrayType<StructType<{
3044
+ x: VariantType<{
3045
+ Null: import("@elaraai/east").NullType;
3046
+ Boolean: BooleanType;
3047
+ Integer: IntegerType;
3048
+ Float: FloatType;
3049
+ String: StringType;
3050
+ DateTime: import("@elaraai/east").DateTimeType;
3051
+ Blob: import("@elaraai/east").BlobType;
3052
+ }>;
3053
+ y: VariantType<{
3054
+ Null: import("@elaraai/east").NullType;
3055
+ Boolean: BooleanType;
3056
+ Integer: IntegerType;
3057
+ Float: FloatType;
3058
+ String: StringType;
3059
+ DateTime: import("@elaraai/east").DateTimeType;
3060
+ Blob: import("@elaraai/east").BlobType;
3061
+ }>;
3062
+ r: OptionType<IntegerType>;
3063
+ fill: OptionType<StringType>;
3064
+ stroke: OptionType<StringType>;
3065
+ strokeWidth: OptionType<IntegerType>;
3066
+ label: OptionType<StringType>;
3067
+ labelPosition: OptionType<VariantType<{
3068
+ top: import("@elaraai/east").NullType;
3069
+ bottom: import("@elaraai/east").NullType;
3070
+ left: import("@elaraai/east").NullType;
3071
+ right: import("@elaraai/east").NullType;
3072
+ center: import("@elaraai/east").NullType;
3073
+ insideTop: import("@elaraai/east").NullType;
3074
+ insideBottom: import("@elaraai/east").NullType;
3075
+ insideLeft: import("@elaraai/east").NullType;
3076
+ insideRight: import("@elaraai/east").NullType;
3077
+ insideTopLeft: import("@elaraai/east").NullType;
3078
+ insideTopRight: import("@elaraai/east").NullType;
3079
+ insideBottomLeft: import("@elaraai/east").NullType;
3080
+ insideBottomRight: import("@elaraai/east").NullType;
3081
+ }>>;
3082
+ labelOffset: OptionType<IntegerType>;
3083
+ ifOverflow: OptionType<VariantType<{
3084
+ discard: import("@elaraai/east").NullType;
3085
+ hidden: import("@elaraai/east").NullType;
3086
+ visible: import("@elaraai/east").NullType;
3087
+ extendDomain: import("@elaraai/east").NullType;
3088
+ }>>;
3089
+ }>>>;
3090
+ referenceAreas: OptionType<ArrayType<StructType<{
3091
+ x1: OptionType<VariantType<{
3092
+ Null: import("@elaraai/east").NullType;
3093
+ Boolean: BooleanType;
3094
+ Integer: IntegerType;
3095
+ Float: FloatType;
3096
+ String: StringType;
3097
+ DateTime: import("@elaraai/east").DateTimeType;
3098
+ Blob: import("@elaraai/east").BlobType;
3099
+ }>>;
3100
+ x2: OptionType<VariantType<{
3101
+ Null: import("@elaraai/east").NullType;
3102
+ Boolean: BooleanType;
3103
+ Integer: IntegerType;
3104
+ Float: FloatType;
3105
+ String: StringType;
3106
+ DateTime: import("@elaraai/east").DateTimeType;
3107
+ Blob: import("@elaraai/east").BlobType;
3108
+ }>>;
3109
+ y1: OptionType<VariantType<{
3110
+ Null: import("@elaraai/east").NullType;
3111
+ Boolean: BooleanType;
3112
+ Integer: IntegerType;
3113
+ Float: FloatType;
3114
+ String: StringType;
3115
+ DateTime: import("@elaraai/east").DateTimeType;
3116
+ Blob: import("@elaraai/east").BlobType;
3117
+ }>>;
3118
+ y2: OptionType<VariantType<{
3119
+ Null: import("@elaraai/east").NullType;
3120
+ Boolean: BooleanType;
3121
+ Integer: IntegerType;
3122
+ Float: FloatType;
3123
+ String: StringType;
3124
+ DateTime: import("@elaraai/east").DateTimeType;
3125
+ Blob: import("@elaraai/east").BlobType;
3126
+ }>>;
3127
+ fill: OptionType<StringType>;
3128
+ fillOpacity: OptionType<FloatType>;
3129
+ stroke: OptionType<StringType>;
3130
+ label: OptionType<StringType>;
3131
+ labelPosition: OptionType<VariantType<{
3132
+ top: import("@elaraai/east").NullType;
3133
+ bottom: import("@elaraai/east").NullType;
3134
+ left: import("@elaraai/east").NullType;
3135
+ right: import("@elaraai/east").NullType;
3136
+ center: import("@elaraai/east").NullType;
3137
+ insideTop: import("@elaraai/east").NullType;
3138
+ insideBottom: import("@elaraai/east").NullType;
3139
+ insideLeft: import("@elaraai/east").NullType;
3140
+ insideRight: import("@elaraai/east").NullType;
3141
+ insideTopLeft: import("@elaraai/east").NullType;
3142
+ insideTopRight: import("@elaraai/east").NullType;
3143
+ insideBottomLeft: import("@elaraai/east").NullType;
3144
+ insideBottomRight: import("@elaraai/east").NullType;
3145
+ }>>;
3146
+ labelOffset: OptionType<IntegerType>;
3147
+ ifOverflow: OptionType<VariantType<{
3148
+ discard: import("@elaraai/east").NullType;
3149
+ hidden: import("@elaraai/east").NullType;
3150
+ visible: import("@elaraai/east").NullType;
3151
+ extendDomain: import("@elaraai/east").NullType;
3152
+ }>>;
3153
+ }>>>;
3154
+ }>;
3155
+ BarChart: StructType<{
3156
+ data: ArrayType<DictType<StringType, VariantType<{
3157
+ Null: import("@elaraai/east").NullType;
3158
+ Boolean: BooleanType;
3159
+ Integer: IntegerType;
3160
+ Float: FloatType;
3161
+ String: StringType;
3162
+ DateTime: import("@elaraai/east").DateTimeType;
3163
+ Blob: import("@elaraai/east").BlobType;
3164
+ }>>>;
3165
+ dataSeries: OptionType<DictType<StringType, ArrayType<DictType<StringType, VariantType<{
3166
+ Null: import("@elaraai/east").NullType;
3167
+ Boolean: BooleanType;
3168
+ Integer: IntegerType;
3169
+ Float: FloatType;
3170
+ String: StringType;
3171
+ DateTime: import("@elaraai/east").DateTimeType;
3172
+ Blob: import("@elaraai/east").BlobType;
3173
+ }>>>>>;
3174
+ valueKey: OptionType<StringType>;
3175
+ series: ArrayType<StructType<{
3176
+ name: StringType;
3177
+ color: OptionType<StringType>;
3178
+ stackId: OptionType<StringType>;
3179
+ label: OptionType<StringType>;
3180
+ stroke: OptionType<StringType>;
3181
+ strokeWidth: OptionType<IntegerType>;
3182
+ fill: OptionType<StringType>;
3183
+ fillOpacity: OptionType<FloatType>;
3184
+ strokeDasharray: OptionType<StringType>;
3185
+ yAxisId: OptionType<VariantType<{
3186
+ left: import("@elaraai/east").NullType;
3187
+ right: import("@elaraai/east").NullType;
3188
+ }>>;
3189
+ }>>;
3190
+ xAxis: OptionType<StructType<{
3132
3191
  dataKey: OptionType<StringType>;
3133
3192
  label: OptionType<StringType>;
3134
3193
  tickFormat: OptionType<VariantType<{
@@ -3318,116 +3377,397 @@ export declare const UIComponentType: RecursiveType<VariantType<{
3318
3377
  }>>;
3319
3378
  axisId: OptionType<StringType>;
3320
3379
  }>>;
3321
- xDataKey: OptionType<StringType>;
3322
- yDataKey: OptionType<StringType>;
3323
- grid: OptionType<StructType<{
3324
- show: OptionType<BooleanType>;
3325
- vertical: OptionType<BooleanType>;
3326
- horizontal: OptionType<BooleanType>;
3327
- strokeColor: OptionType<StringType>;
3328
- strokeDasharray: OptionType<StringType>;
3329
- }>>;
3330
- tooltip: OptionType<StructType<{
3331
- show: OptionType<BooleanType>;
3332
- cursor: OptionType<VariantType<{
3333
- none: import("@elaraai/east").NullType;
3334
- crosshair: StringType;
3335
- fill: StringType;
3336
- }>>;
3337
- animationDuration: OptionType<IntegerType>;
3338
- }>>;
3339
- legend: OptionType<StructType<{
3340
- show: OptionType<BooleanType>;
3341
- layout: OptionType<VariantType<{
3342
- horizontal: import("@elaraai/east").NullType;
3343
- vertical: import("@elaraai/east").NullType;
3344
- }>>;
3345
- align: OptionType<VariantType<{
3346
- left: import("@elaraai/east").NullType;
3347
- center: import("@elaraai/east").NullType;
3348
- right: import("@elaraai/east").NullType;
3380
+ yAxis: OptionType<StructType<{
3381
+ dataKey: OptionType<StringType>;
3382
+ label: OptionType<StringType>;
3383
+ tickFormat: OptionType<VariantType<{
3384
+ number: StructType<{
3385
+ minimumFractionDigits: OptionType<IntegerType>;
3386
+ maximumFractionDigits: OptionType<IntegerType>;
3387
+ signDisplay: OptionType<VariantType<{
3388
+ auto: import("@elaraai/east").NullType;
3389
+ never: import("@elaraai/east").NullType;
3390
+ always: import("@elaraai/east").NullType;
3391
+ exceptZero: import("@elaraai/east").NullType;
3392
+ }>>;
3393
+ }>;
3394
+ currency: StructType<{
3395
+ currency: VariantType<{
3396
+ USD: import("@elaraai/east").NullType;
3397
+ EUR: import("@elaraai/east").NullType;
3398
+ GBP: import("@elaraai/east").NullType;
3399
+ JPY: import("@elaraai/east").NullType;
3400
+ CHF: import("@elaraai/east").NullType;
3401
+ CAD: import("@elaraai/east").NullType;
3402
+ AUD: import("@elaraai/east").NullType;
3403
+ NZD: import("@elaraai/east").NullType;
3404
+ CNY: import("@elaraai/east").NullType;
3405
+ HKD: import("@elaraai/east").NullType;
3406
+ SGD: import("@elaraai/east").NullType;
3407
+ KRW: import("@elaraai/east").NullType;
3408
+ INR: import("@elaraai/east").NullType;
3409
+ TWD: import("@elaraai/east").NullType;
3410
+ THB: import("@elaraai/east").NullType;
3411
+ MYR: import("@elaraai/east").NullType;
3412
+ IDR: import("@elaraai/east").NullType;
3413
+ PHP: import("@elaraai/east").NullType;
3414
+ VND: import("@elaraai/east").NullType;
3415
+ SEK: import("@elaraai/east").NullType;
3416
+ NOK: import("@elaraai/east").NullType;
3417
+ DKK: import("@elaraai/east").NullType;
3418
+ PLN: import("@elaraai/east").NullType;
3419
+ CZK: import("@elaraai/east").NullType;
3420
+ HUF: import("@elaraai/east").NullType;
3421
+ RUB: import("@elaraai/east").NullType;
3422
+ UAH: import("@elaraai/east").NullType;
3423
+ RON: import("@elaraai/east").NullType;
3424
+ MXN: import("@elaraai/east").NullType;
3425
+ BRL: import("@elaraai/east").NullType;
3426
+ ARS: import("@elaraai/east").NullType;
3427
+ CLP: import("@elaraai/east").NullType;
3428
+ COP: import("@elaraai/east").NullType;
3429
+ PEN: import("@elaraai/east").NullType;
3430
+ AED: import("@elaraai/east").NullType;
3431
+ SAR: import("@elaraai/east").NullType;
3432
+ ILS: import("@elaraai/east").NullType;
3433
+ ZAR: import("@elaraai/east").NullType;
3434
+ TRY: import("@elaraai/east").NullType;
3435
+ EGP: import("@elaraai/east").NullType;
3436
+ NGN: import("@elaraai/east").NullType;
3437
+ KES: import("@elaraai/east").NullType;
3438
+ }>;
3439
+ display: OptionType<VariantType<{
3440
+ code: import("@elaraai/east").NullType;
3441
+ symbol: import("@elaraai/east").NullType;
3442
+ narrowSymbol: import("@elaraai/east").NullType;
3443
+ name: import("@elaraai/east").NullType;
3444
+ }>>;
3445
+ minimumFractionDigits: OptionType<IntegerType>;
3446
+ maximumFractionDigits: OptionType<IntegerType>;
3447
+ }>;
3448
+ percent: StructType<{
3449
+ minimumFractionDigits: OptionType<IntegerType>;
3450
+ maximumFractionDigits: OptionType<IntegerType>;
3451
+ signDisplay: OptionType<VariantType<{
3452
+ auto: import("@elaraai/east").NullType;
3453
+ never: import("@elaraai/east").NullType;
3454
+ always: import("@elaraai/east").NullType;
3455
+ exceptZero: import("@elaraai/east").NullType;
3456
+ }>>;
3457
+ }>;
3458
+ compact: StructType<{
3459
+ display: OptionType<VariantType<{
3460
+ short: import("@elaraai/east").NullType;
3461
+ long: import("@elaraai/east").NullType;
3462
+ }>>;
3463
+ }>;
3464
+ unit: StructType<{
3465
+ unit: VariantType<{
3466
+ bit: import("@elaraai/east").NullType;
3467
+ byte: import("@elaraai/east").NullType;
3468
+ kilobit: import("@elaraai/east").NullType;
3469
+ kilobyte: import("@elaraai/east").NullType;
3470
+ megabit: import("@elaraai/east").NullType;
3471
+ megabyte: import("@elaraai/east").NullType;
3472
+ gigabit: import("@elaraai/east").NullType;
3473
+ gigabyte: import("@elaraai/east").NullType;
3474
+ terabit: import("@elaraai/east").NullType;
3475
+ terabyte: import("@elaraai/east").NullType;
3476
+ petabyte: import("@elaraai/east").NullType;
3477
+ nanosecond: import("@elaraai/east").NullType;
3478
+ microsecond: import("@elaraai/east").NullType;
3479
+ millisecond: import("@elaraai/east").NullType;
3480
+ second: import("@elaraai/east").NullType;
3481
+ minute: import("@elaraai/east").NullType;
3482
+ hour: import("@elaraai/east").NullType;
3483
+ day: import("@elaraai/east").NullType;
3484
+ week: import("@elaraai/east").NullType;
3485
+ month: import("@elaraai/east").NullType;
3486
+ year: import("@elaraai/east").NullType;
3487
+ millimeter: import("@elaraai/east").NullType;
3488
+ centimeter: import("@elaraai/east").NullType;
3489
+ meter: import("@elaraai/east").NullType;
3490
+ kilometer: import("@elaraai/east").NullType;
3491
+ inch: import("@elaraai/east").NullType;
3492
+ foot: import("@elaraai/east").NullType;
3493
+ yard: import("@elaraai/east").NullType;
3494
+ mile: import("@elaraai/east").NullType;
3495
+ gram: import("@elaraai/east").NullType;
3496
+ kilogram: import("@elaraai/east").NullType;
3497
+ milligram: import("@elaraai/east").NullType;
3498
+ ounce: import("@elaraai/east").NullType;
3499
+ pound: import("@elaraai/east").NullType;
3500
+ stone: import("@elaraai/east").NullType;
3501
+ celsius: import("@elaraai/east").NullType;
3502
+ fahrenheit: import("@elaraai/east").NullType;
3503
+ milliliter: import("@elaraai/east").NullType;
3504
+ liter: import("@elaraai/east").NullType;
3505
+ gallon: import("@elaraai/east").NullType;
3506
+ fluidOunce: import("@elaraai/east").NullType;
3507
+ acre: import("@elaraai/east").NullType;
3508
+ hectare: import("@elaraai/east").NullType;
3509
+ meterPerSecond: import("@elaraai/east").NullType;
3510
+ kilometerPerHour: import("@elaraai/east").NullType;
3511
+ milePerHour: import("@elaraai/east").NullType;
3512
+ percent: import("@elaraai/east").NullType;
3513
+ degree: import("@elaraai/east").NullType;
3514
+ }>;
3515
+ display: OptionType<VariantType<{
3516
+ short: import("@elaraai/east").NullType;
3517
+ narrow: import("@elaraai/east").NullType;
3518
+ long: import("@elaraai/east").NullType;
3519
+ }>>;
3520
+ }>;
3521
+ scientific: import("@elaraai/east").NullType;
3522
+ engineering: import("@elaraai/east").NullType;
3523
+ date: StructType<{
3524
+ style: OptionType<VariantType<{
3525
+ full: import("@elaraai/east").NullType;
3526
+ long: import("@elaraai/east").NullType;
3527
+ medium: import("@elaraai/east").NullType;
3528
+ short: import("@elaraai/east").NullType;
3529
+ }>>;
3530
+ }>;
3531
+ time: StructType<{
3532
+ style: OptionType<VariantType<{
3533
+ full: import("@elaraai/east").NullType;
3534
+ long: import("@elaraai/east").NullType;
3535
+ medium: import("@elaraai/east").NullType;
3536
+ short: import("@elaraai/east").NullType;
3537
+ }>>;
3538
+ hour12: OptionType<BooleanType>;
3539
+ }>;
3540
+ datetime: StructType<{
3541
+ dateStyle: OptionType<VariantType<{
3542
+ full: import("@elaraai/east").NullType;
3543
+ long: import("@elaraai/east").NullType;
3544
+ medium: import("@elaraai/east").NullType;
3545
+ short: import("@elaraai/east").NullType;
3546
+ }>>;
3547
+ timeStyle: OptionType<VariantType<{
3548
+ full: import("@elaraai/east").NullType;
3549
+ long: import("@elaraai/east").NullType;
3550
+ medium: import("@elaraai/east").NullType;
3551
+ short: import("@elaraai/east").NullType;
3552
+ }>>;
3553
+ hour12: OptionType<BooleanType>;
3554
+ }>;
3349
3555
  }>>;
3350
- verticalAlign: OptionType<VariantType<{
3556
+ domain: OptionType<ArrayType<FloatType>>;
3557
+ hide: OptionType<BooleanType>;
3558
+ axisLine: OptionType<BooleanType>;
3559
+ tickLine: OptionType<BooleanType>;
3560
+ tickMargin: OptionType<IntegerType>;
3561
+ strokeColor: OptionType<StringType>;
3562
+ orientation: OptionType<VariantType<{
3351
3563
  top: import("@elaraai/east").NullType;
3352
- middle: import("@elaraai/east").NullType;
3353
3564
  bottom: import("@elaraai/east").NullType;
3354
- }>>;
3355
- }>>;
3356
- margin: OptionType<StructType<{
3357
- top: OptionType<IntegerType>;
3358
- right: OptionType<IntegerType>;
3359
- bottom: OptionType<IntegerType>;
3360
- left: OptionType<IntegerType>;
3361
- }>>;
3362
- pointSize: OptionType<IntegerType>;
3363
- }>;
3364
- PieChart: StructType<{
3365
- data: ArrayType<StructType<{
3366
- name: StringType;
3367
- value: FloatType;
3368
- color: OptionType<StringType>;
3369
- }>>;
3370
- innerRadius: OptionType<FloatType>;
3371
- outerRadius: OptionType<FloatType>;
3372
- startAngle: OptionType<FloatType>;
3373
- endAngle: OptionType<FloatType>;
3374
- paddingAngle: OptionType<FloatType>;
3375
- showLabels: OptionType<BooleanType>;
3376
- tooltip: OptionType<StructType<{
3377
- show: OptionType<BooleanType>;
3378
- cursor: OptionType<VariantType<{
3379
- none: import("@elaraai/east").NullType;
3380
- crosshair: StringType;
3381
- fill: StringType;
3382
- }>>;
3383
- animationDuration: OptionType<IntegerType>;
3384
- }>>;
3385
- legend: OptionType<StructType<{
3386
- show: OptionType<BooleanType>;
3387
- layout: OptionType<VariantType<{
3388
- horizontal: import("@elaraai/east").NullType;
3389
- vertical: import("@elaraai/east").NullType;
3390
- }>>;
3391
- align: OptionType<VariantType<{
3392
3565
  left: import("@elaraai/east").NullType;
3393
- center: import("@elaraai/east").NullType;
3394
3566
  right: import("@elaraai/east").NullType;
3395
3567
  }>>;
3396
- verticalAlign: OptionType<VariantType<{
3397
- top: import("@elaraai/east").NullType;
3398
- middle: import("@elaraai/east").NullType;
3399
- bottom: import("@elaraai/east").NullType;
3400
- }>>;
3401
- }>>;
3402
- margin: OptionType<StructType<{
3403
- top: OptionType<IntegerType>;
3404
- right: OptionType<IntegerType>;
3405
- bottom: OptionType<IntegerType>;
3406
- left: OptionType<IntegerType>;
3568
+ axisId: OptionType<StringType>;
3407
3569
  }>>;
3408
- }>;
3409
- RadarChart: StructType<{
3410
- data: ArrayType<DictType<StringType, VariantType<{
3411
- Null: import("@elaraai/east").NullType;
3412
- Boolean: BooleanType;
3413
- Integer: IntegerType;
3414
- Float: FloatType;
3415
- String: StringType;
3416
- DateTime: import("@elaraai/east").DateTimeType;
3417
- Blob: import("@elaraai/east").BlobType;
3418
- }>>>;
3419
- series: ArrayType<StructType<{
3420
- name: StringType;
3421
- color: OptionType<StringType>;
3422
- stackId: OptionType<StringType>;
3570
+ yAxis2: OptionType<StructType<{
3571
+ dataKey: OptionType<StringType>;
3423
3572
  label: OptionType<StringType>;
3424
- stroke: OptionType<StringType>;
3425
- strokeWidth: OptionType<IntegerType>;
3426
- fill: OptionType<StringType>;
3427
- fillOpacity: OptionType<FloatType>;
3428
- strokeDasharray: OptionType<StringType>;
3573
+ tickFormat: OptionType<VariantType<{
3574
+ number: StructType<{
3575
+ minimumFractionDigits: OptionType<IntegerType>;
3576
+ maximumFractionDigits: OptionType<IntegerType>;
3577
+ signDisplay: OptionType<VariantType<{
3578
+ auto: import("@elaraai/east").NullType;
3579
+ never: import("@elaraai/east").NullType;
3580
+ always: import("@elaraai/east").NullType;
3581
+ exceptZero: import("@elaraai/east").NullType;
3582
+ }>>;
3583
+ }>;
3584
+ currency: StructType<{
3585
+ currency: VariantType<{
3586
+ USD: import("@elaraai/east").NullType;
3587
+ EUR: import("@elaraai/east").NullType;
3588
+ GBP: import("@elaraai/east").NullType;
3589
+ JPY: import("@elaraai/east").NullType;
3590
+ CHF: import("@elaraai/east").NullType;
3591
+ CAD: import("@elaraai/east").NullType;
3592
+ AUD: import("@elaraai/east").NullType;
3593
+ NZD: import("@elaraai/east").NullType;
3594
+ CNY: import("@elaraai/east").NullType;
3595
+ HKD: import("@elaraai/east").NullType;
3596
+ SGD: import("@elaraai/east").NullType;
3597
+ KRW: import("@elaraai/east").NullType;
3598
+ INR: import("@elaraai/east").NullType;
3599
+ TWD: import("@elaraai/east").NullType;
3600
+ THB: import("@elaraai/east").NullType;
3601
+ MYR: import("@elaraai/east").NullType;
3602
+ IDR: import("@elaraai/east").NullType;
3603
+ PHP: import("@elaraai/east").NullType;
3604
+ VND: import("@elaraai/east").NullType;
3605
+ SEK: import("@elaraai/east").NullType;
3606
+ NOK: import("@elaraai/east").NullType;
3607
+ DKK: import("@elaraai/east").NullType;
3608
+ PLN: import("@elaraai/east").NullType;
3609
+ CZK: import("@elaraai/east").NullType;
3610
+ HUF: import("@elaraai/east").NullType;
3611
+ RUB: import("@elaraai/east").NullType;
3612
+ UAH: import("@elaraai/east").NullType;
3613
+ RON: import("@elaraai/east").NullType;
3614
+ MXN: import("@elaraai/east").NullType;
3615
+ BRL: import("@elaraai/east").NullType;
3616
+ ARS: import("@elaraai/east").NullType;
3617
+ CLP: import("@elaraai/east").NullType;
3618
+ COP: import("@elaraai/east").NullType;
3619
+ PEN: import("@elaraai/east").NullType;
3620
+ AED: import("@elaraai/east").NullType;
3621
+ SAR: import("@elaraai/east").NullType;
3622
+ ILS: import("@elaraai/east").NullType;
3623
+ ZAR: import("@elaraai/east").NullType;
3624
+ TRY: import("@elaraai/east").NullType;
3625
+ EGP: import("@elaraai/east").NullType;
3626
+ NGN: import("@elaraai/east").NullType;
3627
+ KES: import("@elaraai/east").NullType;
3628
+ }>;
3629
+ display: OptionType<VariantType<{
3630
+ code: import("@elaraai/east").NullType;
3631
+ symbol: import("@elaraai/east").NullType;
3632
+ narrowSymbol: import("@elaraai/east").NullType;
3633
+ name: import("@elaraai/east").NullType;
3634
+ }>>;
3635
+ minimumFractionDigits: OptionType<IntegerType>;
3636
+ maximumFractionDigits: OptionType<IntegerType>;
3637
+ }>;
3638
+ percent: StructType<{
3639
+ minimumFractionDigits: OptionType<IntegerType>;
3640
+ maximumFractionDigits: OptionType<IntegerType>;
3641
+ signDisplay: OptionType<VariantType<{
3642
+ auto: import("@elaraai/east").NullType;
3643
+ never: import("@elaraai/east").NullType;
3644
+ always: import("@elaraai/east").NullType;
3645
+ exceptZero: import("@elaraai/east").NullType;
3646
+ }>>;
3647
+ }>;
3648
+ compact: StructType<{
3649
+ display: OptionType<VariantType<{
3650
+ short: import("@elaraai/east").NullType;
3651
+ long: import("@elaraai/east").NullType;
3652
+ }>>;
3653
+ }>;
3654
+ unit: StructType<{
3655
+ unit: VariantType<{
3656
+ bit: import("@elaraai/east").NullType;
3657
+ byte: import("@elaraai/east").NullType;
3658
+ kilobit: import("@elaraai/east").NullType;
3659
+ kilobyte: import("@elaraai/east").NullType;
3660
+ megabit: import("@elaraai/east").NullType;
3661
+ megabyte: import("@elaraai/east").NullType;
3662
+ gigabit: import("@elaraai/east").NullType;
3663
+ gigabyte: import("@elaraai/east").NullType;
3664
+ terabit: import("@elaraai/east").NullType;
3665
+ terabyte: import("@elaraai/east").NullType;
3666
+ petabyte: import("@elaraai/east").NullType;
3667
+ nanosecond: import("@elaraai/east").NullType;
3668
+ microsecond: import("@elaraai/east").NullType;
3669
+ millisecond: import("@elaraai/east").NullType;
3670
+ second: import("@elaraai/east").NullType;
3671
+ minute: import("@elaraai/east").NullType;
3672
+ hour: import("@elaraai/east").NullType;
3673
+ day: import("@elaraai/east").NullType;
3674
+ week: import("@elaraai/east").NullType;
3675
+ month: import("@elaraai/east").NullType;
3676
+ year: import("@elaraai/east").NullType;
3677
+ millimeter: import("@elaraai/east").NullType;
3678
+ centimeter: import("@elaraai/east").NullType;
3679
+ meter: import("@elaraai/east").NullType;
3680
+ kilometer: import("@elaraai/east").NullType;
3681
+ inch: import("@elaraai/east").NullType;
3682
+ foot: import("@elaraai/east").NullType;
3683
+ yard: import("@elaraai/east").NullType;
3684
+ mile: import("@elaraai/east").NullType;
3685
+ gram: import("@elaraai/east").NullType;
3686
+ kilogram: import("@elaraai/east").NullType;
3687
+ milligram: import("@elaraai/east").NullType;
3688
+ ounce: import("@elaraai/east").NullType;
3689
+ pound: import("@elaraai/east").NullType;
3690
+ stone: import("@elaraai/east").NullType;
3691
+ celsius: import("@elaraai/east").NullType;
3692
+ fahrenheit: import("@elaraai/east").NullType;
3693
+ milliliter: import("@elaraai/east").NullType;
3694
+ liter: import("@elaraai/east").NullType;
3695
+ gallon: import("@elaraai/east").NullType;
3696
+ fluidOunce: import("@elaraai/east").NullType;
3697
+ acre: import("@elaraai/east").NullType;
3698
+ hectare: import("@elaraai/east").NullType;
3699
+ meterPerSecond: import("@elaraai/east").NullType;
3700
+ kilometerPerHour: import("@elaraai/east").NullType;
3701
+ milePerHour: import("@elaraai/east").NullType;
3702
+ percent: import("@elaraai/east").NullType;
3703
+ degree: import("@elaraai/east").NullType;
3704
+ }>;
3705
+ display: OptionType<VariantType<{
3706
+ short: import("@elaraai/east").NullType;
3707
+ narrow: import("@elaraai/east").NullType;
3708
+ long: import("@elaraai/east").NullType;
3709
+ }>>;
3710
+ }>;
3711
+ scientific: import("@elaraai/east").NullType;
3712
+ engineering: import("@elaraai/east").NullType;
3713
+ date: StructType<{
3714
+ style: OptionType<VariantType<{
3715
+ full: import("@elaraai/east").NullType;
3716
+ long: import("@elaraai/east").NullType;
3717
+ medium: import("@elaraai/east").NullType;
3718
+ short: import("@elaraai/east").NullType;
3719
+ }>>;
3720
+ }>;
3721
+ time: StructType<{
3722
+ style: OptionType<VariantType<{
3723
+ full: import("@elaraai/east").NullType;
3724
+ long: import("@elaraai/east").NullType;
3725
+ medium: import("@elaraai/east").NullType;
3726
+ short: import("@elaraai/east").NullType;
3727
+ }>>;
3728
+ hour12: OptionType<BooleanType>;
3729
+ }>;
3730
+ datetime: StructType<{
3731
+ dateStyle: OptionType<VariantType<{
3732
+ full: import("@elaraai/east").NullType;
3733
+ long: import("@elaraai/east").NullType;
3734
+ medium: import("@elaraai/east").NullType;
3735
+ short: import("@elaraai/east").NullType;
3736
+ }>>;
3737
+ timeStyle: OptionType<VariantType<{
3738
+ full: import("@elaraai/east").NullType;
3739
+ long: import("@elaraai/east").NullType;
3740
+ medium: import("@elaraai/east").NullType;
3741
+ short: import("@elaraai/east").NullType;
3742
+ }>>;
3743
+ hour12: OptionType<BooleanType>;
3744
+ }>;
3745
+ }>>;
3746
+ domain: OptionType<ArrayType<FloatType>>;
3747
+ hide: OptionType<BooleanType>;
3748
+ axisLine: OptionType<BooleanType>;
3749
+ tickLine: OptionType<BooleanType>;
3750
+ tickMargin: OptionType<IntegerType>;
3751
+ strokeColor: OptionType<StringType>;
3752
+ orientation: OptionType<VariantType<{
3753
+ top: import("@elaraai/east").NullType;
3754
+ bottom: import("@elaraai/east").NullType;
3755
+ left: import("@elaraai/east").NullType;
3756
+ right: import("@elaraai/east").NullType;
3757
+ }>>;
3758
+ axisId: OptionType<StringType>;
3759
+ }>>;
3760
+ layout: OptionType<VariantType<{
3761
+ horizontal: import("@elaraai/east").NullType;
3762
+ vertical: import("@elaraai/east").NullType;
3763
+ }>>;
3764
+ stacked: OptionType<BooleanType>;
3765
+ stackOffset: OptionType<VariantType<{
3766
+ none: import("@elaraai/east").NullType;
3767
+ expand: import("@elaraai/east").NullType;
3768
+ wiggle: import("@elaraai/east").NullType;
3769
+ silhouette: import("@elaraai/east").NullType;
3429
3770
  }>>;
3430
- dataKey: OptionType<StringType>;
3431
3771
  grid: OptionType<StructType<{
3432
3772
  show: OptionType<BooleanType>;
3433
3773
  vertical: OptionType<BooleanType>;
@@ -3467,213 +3807,3014 @@ export declare const UIComponentType: RecursiveType<VariantType<{
3467
3807
  bottom: OptionType<IntegerType>;
3468
3808
  left: OptionType<IntegerType>;
3469
3809
  }>>;
3470
- fillOpacity: OptionType<FloatType>;
3471
- }>;
3472
- BarList: StructType<{
3473
- data: ArrayType<StructType<{
3474
- name: StringType;
3475
- value: FloatType;
3476
- color: OptionType<StringType>;
3477
- }>>;
3478
- sort: OptionType<StructType<{
3479
- by: StringType;
3480
- direction: VariantType<{
3481
- asc: import("@elaraai/east").NullType;
3482
- desc: import("@elaraai/east").NullType;
3483
- }>;
3810
+ brush: OptionType<StructType<{
3811
+ dataKey: OptionType<StringType>;
3812
+ height: OptionType<IntegerType>;
3813
+ travellerWidth: OptionType<IntegerType>;
3814
+ startIndex: OptionType<IntegerType>;
3815
+ endIndex: OptionType<IntegerType>;
3816
+ stroke: OptionType<StringType>;
3817
+ fill: OptionType<StringType>;
3484
3818
  }>>;
3485
- showValue: OptionType<BooleanType>;
3486
- showLabel: OptionType<BooleanType>;
3487
- valueFormat: OptionType<VariantType<{
3488
- number: StructType<{
3489
- minimumFractionDigits: OptionType<IntegerType>;
3490
- maximumFractionDigits: OptionType<IntegerType>;
3491
- signDisplay: OptionType<VariantType<{
3492
- auto: import("@elaraai/east").NullType;
3493
- never: import("@elaraai/east").NullType;
3494
- always: import("@elaraai/east").NullType;
3495
- exceptZero: import("@elaraai/east").NullType;
3496
- }>>;
3497
- }>;
3498
- currency: StructType<{
3499
- currency: VariantType<{
3500
- USD: import("@elaraai/east").NullType;
3501
- EUR: import("@elaraai/east").NullType;
3502
- GBP: import("@elaraai/east").NullType;
3503
- JPY: import("@elaraai/east").NullType;
3504
- CHF: import("@elaraai/east").NullType;
3505
- CAD: import("@elaraai/east").NullType;
3506
- AUD: import("@elaraai/east").NullType;
3507
- NZD: import("@elaraai/east").NullType;
3508
- CNY: import("@elaraai/east").NullType;
3509
- HKD: import("@elaraai/east").NullType;
3510
- SGD: import("@elaraai/east").NullType;
3511
- KRW: import("@elaraai/east").NullType;
3512
- INR: import("@elaraai/east").NullType;
3513
- TWD: import("@elaraai/east").NullType;
3514
- THB: import("@elaraai/east").NullType;
3515
- MYR: import("@elaraai/east").NullType;
3516
- IDR: import("@elaraai/east").NullType;
3517
- PHP: import("@elaraai/east").NullType;
3518
- VND: import("@elaraai/east").NullType;
3519
- SEK: import("@elaraai/east").NullType;
3520
- NOK: import("@elaraai/east").NullType;
3521
- DKK: import("@elaraai/east").NullType;
3522
- PLN: import("@elaraai/east").NullType;
3523
- CZK: import("@elaraai/east").NullType;
3524
- HUF: import("@elaraai/east").NullType;
3525
- RUB: import("@elaraai/east").NullType;
3526
- UAH: import("@elaraai/east").NullType;
3527
- RON: import("@elaraai/east").NullType;
3528
- MXN: import("@elaraai/east").NullType;
3529
- BRL: import("@elaraai/east").NullType;
3530
- ARS: import("@elaraai/east").NullType;
3531
- CLP: import("@elaraai/east").NullType;
3532
- COP: import("@elaraai/east").NullType;
3533
- PEN: import("@elaraai/east").NullType;
3534
- AED: import("@elaraai/east").NullType;
3535
- SAR: import("@elaraai/east").NullType;
3536
- ILS: import("@elaraai/east").NullType;
3537
- ZAR: import("@elaraai/east").NullType;
3538
- TRY: import("@elaraai/east").NullType;
3539
- EGP: import("@elaraai/east").NullType;
3540
- NGN: import("@elaraai/east").NullType;
3541
- KES: import("@elaraai/east").NullType;
3542
- }>;
3543
- display: OptionType<VariantType<{
3544
- code: import("@elaraai/east").NullType;
3545
- symbol: import("@elaraai/east").NullType;
3546
- narrowSymbol: import("@elaraai/east").NullType;
3547
- name: import("@elaraai/east").NullType;
3548
- }>>;
3549
- minimumFractionDigits: OptionType<IntegerType>;
3550
- maximumFractionDigits: OptionType<IntegerType>;
3551
- }>;
3552
- percent: StructType<{
3553
- minimumFractionDigits: OptionType<IntegerType>;
3554
- maximumFractionDigits: OptionType<IntegerType>;
3555
- signDisplay: OptionType<VariantType<{
3556
- auto: import("@elaraai/east").NullType;
3557
- never: import("@elaraai/east").NullType;
3558
- always: import("@elaraai/east").NullType;
3559
- exceptZero: import("@elaraai/east").NullType;
3560
- }>>;
3819
+ barSize: OptionType<IntegerType>;
3820
+ barGap: OptionType<IntegerType>;
3821
+ radius: OptionType<IntegerType>;
3822
+ referenceLines: OptionType<ArrayType<StructType<{
3823
+ x: OptionType<VariantType<{
3824
+ Null: import("@elaraai/east").NullType;
3825
+ Boolean: BooleanType;
3826
+ Integer: IntegerType;
3827
+ Float: FloatType;
3828
+ String: StringType;
3829
+ DateTime: import("@elaraai/east").DateTimeType;
3830
+ Blob: import("@elaraai/east").BlobType;
3831
+ }>>;
3832
+ y: OptionType<VariantType<{
3833
+ Null: import("@elaraai/east").NullType;
3834
+ Boolean: BooleanType;
3835
+ Integer: IntegerType;
3836
+ Float: FloatType;
3837
+ String: StringType;
3838
+ DateTime: import("@elaraai/east").DateTimeType;
3839
+ Blob: import("@elaraai/east").BlobType;
3840
+ }>>;
3841
+ stroke: OptionType<StringType>;
3842
+ strokeWidth: OptionType<IntegerType>;
3843
+ strokeDasharray: OptionType<StringType>;
3844
+ label: OptionType<StringType>;
3845
+ labelPosition: OptionType<VariantType<{
3846
+ top: import("@elaraai/east").NullType;
3847
+ bottom: import("@elaraai/east").NullType;
3848
+ left: import("@elaraai/east").NullType;
3849
+ right: import("@elaraai/east").NullType;
3850
+ center: import("@elaraai/east").NullType;
3851
+ insideTop: import("@elaraai/east").NullType;
3852
+ insideBottom: import("@elaraai/east").NullType;
3853
+ insideLeft: import("@elaraai/east").NullType;
3854
+ insideRight: import("@elaraai/east").NullType;
3855
+ insideTopLeft: import("@elaraai/east").NullType;
3856
+ insideTopRight: import("@elaraai/east").NullType;
3857
+ insideBottomLeft: import("@elaraai/east").NullType;
3858
+ insideBottomRight: import("@elaraai/east").NullType;
3859
+ }>>;
3860
+ labelOffset: OptionType<IntegerType>;
3861
+ ifOverflow: OptionType<VariantType<{
3862
+ discard: import("@elaraai/east").NullType;
3863
+ hidden: import("@elaraai/east").NullType;
3864
+ visible: import("@elaraai/east").NullType;
3865
+ extendDomain: import("@elaraai/east").NullType;
3866
+ }>>;
3867
+ }>>>;
3868
+ referenceDots: OptionType<ArrayType<StructType<{
3869
+ x: VariantType<{
3870
+ Null: import("@elaraai/east").NullType;
3871
+ Boolean: BooleanType;
3872
+ Integer: IntegerType;
3873
+ Float: FloatType;
3874
+ String: StringType;
3875
+ DateTime: import("@elaraai/east").DateTimeType;
3876
+ Blob: import("@elaraai/east").BlobType;
3561
3877
  }>;
3562
- compact: StructType<{
3563
- display: OptionType<VariantType<{
3564
- short: import("@elaraai/east").NullType;
3565
- long: import("@elaraai/east").NullType;
3566
- }>>;
3878
+ y: VariantType<{
3879
+ Null: import("@elaraai/east").NullType;
3880
+ Boolean: BooleanType;
3881
+ Integer: IntegerType;
3882
+ Float: FloatType;
3883
+ String: StringType;
3884
+ DateTime: import("@elaraai/east").DateTimeType;
3885
+ Blob: import("@elaraai/east").BlobType;
3567
3886
  }>;
3568
- unit: StructType<{
3569
- unit: VariantType<{
3570
- bit: import("@elaraai/east").NullType;
3571
- byte: import("@elaraai/east").NullType;
3572
- kilobit: import("@elaraai/east").NullType;
3573
- kilobyte: import("@elaraai/east").NullType;
3574
- megabit: import("@elaraai/east").NullType;
3575
- megabyte: import("@elaraai/east").NullType;
3576
- gigabit: import("@elaraai/east").NullType;
3577
- gigabyte: import("@elaraai/east").NullType;
3578
- terabit: import("@elaraai/east").NullType;
3579
- terabyte: import("@elaraai/east").NullType;
3580
- petabyte: import("@elaraai/east").NullType;
3581
- nanosecond: import("@elaraai/east").NullType;
3582
- microsecond: import("@elaraai/east").NullType;
3583
- millisecond: import("@elaraai/east").NullType;
3584
- second: import("@elaraai/east").NullType;
3585
- minute: import("@elaraai/east").NullType;
3586
- hour: import("@elaraai/east").NullType;
3587
- day: import("@elaraai/east").NullType;
3588
- week: import("@elaraai/east").NullType;
3589
- month: import("@elaraai/east").NullType;
3590
- year: import("@elaraai/east").NullType;
3591
- millimeter: import("@elaraai/east").NullType;
3592
- centimeter: import("@elaraai/east").NullType;
3593
- meter: import("@elaraai/east").NullType;
3594
- kilometer: import("@elaraai/east").NullType;
3595
- inch: import("@elaraai/east").NullType;
3596
- foot: import("@elaraai/east").NullType;
3597
- yard: import("@elaraai/east").NullType;
3598
- mile: import("@elaraai/east").NullType;
3599
- gram: import("@elaraai/east").NullType;
3600
- kilogram: import("@elaraai/east").NullType;
3601
- milligram: import("@elaraai/east").NullType;
3602
- ounce: import("@elaraai/east").NullType;
3603
- pound: import("@elaraai/east").NullType;
3604
- stone: import("@elaraai/east").NullType;
3605
- celsius: import("@elaraai/east").NullType;
3606
- fahrenheit: import("@elaraai/east").NullType;
3607
- milliliter: import("@elaraai/east").NullType;
3608
- liter: import("@elaraai/east").NullType;
3609
- gallon: import("@elaraai/east").NullType;
3610
- fluidOunce: import("@elaraai/east").NullType;
3611
- acre: import("@elaraai/east").NullType;
3612
- hectare: import("@elaraai/east").NullType;
3613
- meterPerSecond: import("@elaraai/east").NullType;
3614
- kilometerPerHour: import("@elaraai/east").NullType;
3615
- milePerHour: import("@elaraai/east").NullType;
3616
- percent: import("@elaraai/east").NullType;
3617
- degree: import("@elaraai/east").NullType;
3887
+ r: OptionType<IntegerType>;
3888
+ fill: OptionType<StringType>;
3889
+ stroke: OptionType<StringType>;
3890
+ strokeWidth: OptionType<IntegerType>;
3891
+ label: OptionType<StringType>;
3892
+ labelPosition: OptionType<VariantType<{
3893
+ top: import("@elaraai/east").NullType;
3894
+ bottom: import("@elaraai/east").NullType;
3895
+ left: import("@elaraai/east").NullType;
3896
+ right: import("@elaraai/east").NullType;
3897
+ center: import("@elaraai/east").NullType;
3898
+ insideTop: import("@elaraai/east").NullType;
3899
+ insideBottom: import("@elaraai/east").NullType;
3900
+ insideLeft: import("@elaraai/east").NullType;
3901
+ insideRight: import("@elaraai/east").NullType;
3902
+ insideTopLeft: import("@elaraai/east").NullType;
3903
+ insideTopRight: import("@elaraai/east").NullType;
3904
+ insideBottomLeft: import("@elaraai/east").NullType;
3905
+ insideBottomRight: import("@elaraai/east").NullType;
3906
+ }>>;
3907
+ labelOffset: OptionType<IntegerType>;
3908
+ ifOverflow: OptionType<VariantType<{
3909
+ discard: import("@elaraai/east").NullType;
3910
+ hidden: import("@elaraai/east").NullType;
3911
+ visible: import("@elaraai/east").NullType;
3912
+ extendDomain: import("@elaraai/east").NullType;
3913
+ }>>;
3914
+ }>>>;
3915
+ referenceAreas: OptionType<ArrayType<StructType<{
3916
+ x1: OptionType<VariantType<{
3917
+ Null: import("@elaraai/east").NullType;
3918
+ Boolean: BooleanType;
3919
+ Integer: IntegerType;
3920
+ Float: FloatType;
3921
+ String: StringType;
3922
+ DateTime: import("@elaraai/east").DateTimeType;
3923
+ Blob: import("@elaraai/east").BlobType;
3924
+ }>>;
3925
+ x2: OptionType<VariantType<{
3926
+ Null: import("@elaraai/east").NullType;
3927
+ Boolean: BooleanType;
3928
+ Integer: IntegerType;
3929
+ Float: FloatType;
3930
+ String: StringType;
3931
+ DateTime: import("@elaraai/east").DateTimeType;
3932
+ Blob: import("@elaraai/east").BlobType;
3933
+ }>>;
3934
+ y1: OptionType<VariantType<{
3935
+ Null: import("@elaraai/east").NullType;
3936
+ Boolean: BooleanType;
3937
+ Integer: IntegerType;
3938
+ Float: FloatType;
3939
+ String: StringType;
3940
+ DateTime: import("@elaraai/east").DateTimeType;
3941
+ Blob: import("@elaraai/east").BlobType;
3942
+ }>>;
3943
+ y2: OptionType<VariantType<{
3944
+ Null: import("@elaraai/east").NullType;
3945
+ Boolean: BooleanType;
3946
+ Integer: IntegerType;
3947
+ Float: FloatType;
3948
+ String: StringType;
3949
+ DateTime: import("@elaraai/east").DateTimeType;
3950
+ Blob: import("@elaraai/east").BlobType;
3951
+ }>>;
3952
+ fill: OptionType<StringType>;
3953
+ fillOpacity: OptionType<FloatType>;
3954
+ stroke: OptionType<StringType>;
3955
+ label: OptionType<StringType>;
3956
+ labelPosition: OptionType<VariantType<{
3957
+ top: import("@elaraai/east").NullType;
3958
+ bottom: import("@elaraai/east").NullType;
3959
+ left: import("@elaraai/east").NullType;
3960
+ right: import("@elaraai/east").NullType;
3961
+ center: import("@elaraai/east").NullType;
3962
+ insideTop: import("@elaraai/east").NullType;
3963
+ insideBottom: import("@elaraai/east").NullType;
3964
+ insideLeft: import("@elaraai/east").NullType;
3965
+ insideRight: import("@elaraai/east").NullType;
3966
+ insideTopLeft: import("@elaraai/east").NullType;
3967
+ insideTopRight: import("@elaraai/east").NullType;
3968
+ insideBottomLeft: import("@elaraai/east").NullType;
3969
+ insideBottomRight: import("@elaraai/east").NullType;
3970
+ }>>;
3971
+ labelOffset: OptionType<IntegerType>;
3972
+ ifOverflow: OptionType<VariantType<{
3973
+ discard: import("@elaraai/east").NullType;
3974
+ hidden: import("@elaraai/east").NullType;
3975
+ visible: import("@elaraai/east").NullType;
3976
+ extendDomain: import("@elaraai/east").NullType;
3977
+ }>>;
3978
+ }>>>;
3979
+ }>;
3980
+ LineChart: StructType<{
3981
+ data: ArrayType<DictType<StringType, VariantType<{
3982
+ Null: import("@elaraai/east").NullType;
3983
+ Boolean: BooleanType;
3984
+ Integer: IntegerType;
3985
+ Float: FloatType;
3986
+ String: StringType;
3987
+ DateTime: import("@elaraai/east").DateTimeType;
3988
+ Blob: import("@elaraai/east").BlobType;
3989
+ }>>>;
3990
+ dataSeries: OptionType<DictType<StringType, ArrayType<DictType<StringType, VariantType<{
3991
+ Null: import("@elaraai/east").NullType;
3992
+ Boolean: BooleanType;
3993
+ Integer: IntegerType;
3994
+ Float: FloatType;
3995
+ String: StringType;
3996
+ DateTime: import("@elaraai/east").DateTimeType;
3997
+ Blob: import("@elaraai/east").BlobType;
3998
+ }>>>>>;
3999
+ valueKey: OptionType<StringType>;
4000
+ series: ArrayType<StructType<{
4001
+ name: StringType;
4002
+ color: OptionType<StringType>;
4003
+ stackId: OptionType<StringType>;
4004
+ label: OptionType<StringType>;
4005
+ stroke: OptionType<StringType>;
4006
+ strokeWidth: OptionType<IntegerType>;
4007
+ strokeDasharray: OptionType<StringType>;
4008
+ showDots: OptionType<BooleanType>;
4009
+ showLine: OptionType<BooleanType>;
4010
+ yAxisId: OptionType<VariantType<{
4011
+ left: import("@elaraai/east").NullType;
4012
+ right: import("@elaraai/east").NullType;
4013
+ }>>;
4014
+ }>>;
4015
+ xAxis: OptionType<StructType<{
4016
+ dataKey: OptionType<StringType>;
4017
+ label: OptionType<StringType>;
4018
+ tickFormat: OptionType<VariantType<{
4019
+ number: StructType<{
4020
+ minimumFractionDigits: OptionType<IntegerType>;
4021
+ maximumFractionDigits: OptionType<IntegerType>;
4022
+ signDisplay: OptionType<VariantType<{
4023
+ auto: import("@elaraai/east").NullType;
4024
+ never: import("@elaraai/east").NullType;
4025
+ always: import("@elaraai/east").NullType;
4026
+ exceptZero: import("@elaraai/east").NullType;
4027
+ }>>;
4028
+ }>;
4029
+ currency: StructType<{
4030
+ currency: VariantType<{
4031
+ USD: import("@elaraai/east").NullType;
4032
+ EUR: import("@elaraai/east").NullType;
4033
+ GBP: import("@elaraai/east").NullType;
4034
+ JPY: import("@elaraai/east").NullType;
4035
+ CHF: import("@elaraai/east").NullType;
4036
+ CAD: import("@elaraai/east").NullType;
4037
+ AUD: import("@elaraai/east").NullType;
4038
+ NZD: import("@elaraai/east").NullType;
4039
+ CNY: import("@elaraai/east").NullType;
4040
+ HKD: import("@elaraai/east").NullType;
4041
+ SGD: import("@elaraai/east").NullType;
4042
+ KRW: import("@elaraai/east").NullType;
4043
+ INR: import("@elaraai/east").NullType;
4044
+ TWD: import("@elaraai/east").NullType;
4045
+ THB: import("@elaraai/east").NullType;
4046
+ MYR: import("@elaraai/east").NullType;
4047
+ IDR: import("@elaraai/east").NullType;
4048
+ PHP: import("@elaraai/east").NullType;
4049
+ VND: import("@elaraai/east").NullType;
4050
+ SEK: import("@elaraai/east").NullType;
4051
+ NOK: import("@elaraai/east").NullType;
4052
+ DKK: import("@elaraai/east").NullType;
4053
+ PLN: import("@elaraai/east").NullType;
4054
+ CZK: import("@elaraai/east").NullType;
4055
+ HUF: import("@elaraai/east").NullType;
4056
+ RUB: import("@elaraai/east").NullType;
4057
+ UAH: import("@elaraai/east").NullType;
4058
+ RON: import("@elaraai/east").NullType;
4059
+ MXN: import("@elaraai/east").NullType;
4060
+ BRL: import("@elaraai/east").NullType;
4061
+ ARS: import("@elaraai/east").NullType;
4062
+ CLP: import("@elaraai/east").NullType;
4063
+ COP: import("@elaraai/east").NullType;
4064
+ PEN: import("@elaraai/east").NullType;
4065
+ AED: import("@elaraai/east").NullType;
4066
+ SAR: import("@elaraai/east").NullType;
4067
+ ILS: import("@elaraai/east").NullType;
4068
+ ZAR: import("@elaraai/east").NullType;
4069
+ TRY: import("@elaraai/east").NullType;
4070
+ EGP: import("@elaraai/east").NullType;
4071
+ NGN: import("@elaraai/east").NullType;
4072
+ KES: import("@elaraai/east").NullType;
4073
+ }>;
4074
+ display: OptionType<VariantType<{
4075
+ code: import("@elaraai/east").NullType;
4076
+ symbol: import("@elaraai/east").NullType;
4077
+ narrowSymbol: import("@elaraai/east").NullType;
4078
+ name: import("@elaraai/east").NullType;
4079
+ }>>;
4080
+ minimumFractionDigits: OptionType<IntegerType>;
4081
+ maximumFractionDigits: OptionType<IntegerType>;
4082
+ }>;
4083
+ percent: StructType<{
4084
+ minimumFractionDigits: OptionType<IntegerType>;
4085
+ maximumFractionDigits: OptionType<IntegerType>;
4086
+ signDisplay: OptionType<VariantType<{
4087
+ auto: import("@elaraai/east").NullType;
4088
+ never: import("@elaraai/east").NullType;
4089
+ always: import("@elaraai/east").NullType;
4090
+ exceptZero: import("@elaraai/east").NullType;
4091
+ }>>;
4092
+ }>;
4093
+ compact: StructType<{
4094
+ display: OptionType<VariantType<{
4095
+ short: import("@elaraai/east").NullType;
4096
+ long: import("@elaraai/east").NullType;
4097
+ }>>;
4098
+ }>;
4099
+ unit: StructType<{
4100
+ unit: VariantType<{
4101
+ bit: import("@elaraai/east").NullType;
4102
+ byte: import("@elaraai/east").NullType;
4103
+ kilobit: import("@elaraai/east").NullType;
4104
+ kilobyte: import("@elaraai/east").NullType;
4105
+ megabit: import("@elaraai/east").NullType;
4106
+ megabyte: import("@elaraai/east").NullType;
4107
+ gigabit: import("@elaraai/east").NullType;
4108
+ gigabyte: import("@elaraai/east").NullType;
4109
+ terabit: import("@elaraai/east").NullType;
4110
+ terabyte: import("@elaraai/east").NullType;
4111
+ petabyte: import("@elaraai/east").NullType;
4112
+ nanosecond: import("@elaraai/east").NullType;
4113
+ microsecond: import("@elaraai/east").NullType;
4114
+ millisecond: import("@elaraai/east").NullType;
4115
+ second: import("@elaraai/east").NullType;
4116
+ minute: import("@elaraai/east").NullType;
4117
+ hour: import("@elaraai/east").NullType;
4118
+ day: import("@elaraai/east").NullType;
4119
+ week: import("@elaraai/east").NullType;
4120
+ month: import("@elaraai/east").NullType;
4121
+ year: import("@elaraai/east").NullType;
4122
+ millimeter: import("@elaraai/east").NullType;
4123
+ centimeter: import("@elaraai/east").NullType;
4124
+ meter: import("@elaraai/east").NullType;
4125
+ kilometer: import("@elaraai/east").NullType;
4126
+ inch: import("@elaraai/east").NullType;
4127
+ foot: import("@elaraai/east").NullType;
4128
+ yard: import("@elaraai/east").NullType;
4129
+ mile: import("@elaraai/east").NullType;
4130
+ gram: import("@elaraai/east").NullType;
4131
+ kilogram: import("@elaraai/east").NullType;
4132
+ milligram: import("@elaraai/east").NullType;
4133
+ ounce: import("@elaraai/east").NullType;
4134
+ pound: import("@elaraai/east").NullType;
4135
+ stone: import("@elaraai/east").NullType;
4136
+ celsius: import("@elaraai/east").NullType;
4137
+ fahrenheit: import("@elaraai/east").NullType;
4138
+ milliliter: import("@elaraai/east").NullType;
4139
+ liter: import("@elaraai/east").NullType;
4140
+ gallon: import("@elaraai/east").NullType;
4141
+ fluidOunce: import("@elaraai/east").NullType;
4142
+ acre: import("@elaraai/east").NullType;
4143
+ hectare: import("@elaraai/east").NullType;
4144
+ meterPerSecond: import("@elaraai/east").NullType;
4145
+ kilometerPerHour: import("@elaraai/east").NullType;
4146
+ milePerHour: import("@elaraai/east").NullType;
4147
+ percent: import("@elaraai/east").NullType;
4148
+ degree: import("@elaraai/east").NullType;
4149
+ }>;
4150
+ display: OptionType<VariantType<{
4151
+ short: import("@elaraai/east").NullType;
4152
+ narrow: import("@elaraai/east").NullType;
4153
+ long: import("@elaraai/east").NullType;
4154
+ }>>;
4155
+ }>;
4156
+ scientific: import("@elaraai/east").NullType;
4157
+ engineering: import("@elaraai/east").NullType;
4158
+ date: StructType<{
4159
+ style: OptionType<VariantType<{
4160
+ full: import("@elaraai/east").NullType;
4161
+ long: import("@elaraai/east").NullType;
4162
+ medium: import("@elaraai/east").NullType;
4163
+ short: import("@elaraai/east").NullType;
4164
+ }>>;
4165
+ }>;
4166
+ time: StructType<{
4167
+ style: OptionType<VariantType<{
4168
+ full: import("@elaraai/east").NullType;
4169
+ long: import("@elaraai/east").NullType;
4170
+ medium: import("@elaraai/east").NullType;
4171
+ short: import("@elaraai/east").NullType;
4172
+ }>>;
4173
+ hour12: OptionType<BooleanType>;
4174
+ }>;
4175
+ datetime: StructType<{
4176
+ dateStyle: OptionType<VariantType<{
4177
+ full: import("@elaraai/east").NullType;
4178
+ long: import("@elaraai/east").NullType;
4179
+ medium: import("@elaraai/east").NullType;
4180
+ short: import("@elaraai/east").NullType;
4181
+ }>>;
4182
+ timeStyle: OptionType<VariantType<{
4183
+ full: import("@elaraai/east").NullType;
4184
+ long: import("@elaraai/east").NullType;
4185
+ medium: import("@elaraai/east").NullType;
4186
+ short: import("@elaraai/east").NullType;
4187
+ }>>;
4188
+ hour12: OptionType<BooleanType>;
4189
+ }>;
4190
+ }>>;
4191
+ domain: OptionType<ArrayType<FloatType>>;
4192
+ hide: OptionType<BooleanType>;
4193
+ axisLine: OptionType<BooleanType>;
4194
+ tickLine: OptionType<BooleanType>;
4195
+ tickMargin: OptionType<IntegerType>;
4196
+ strokeColor: OptionType<StringType>;
4197
+ orientation: OptionType<VariantType<{
4198
+ top: import("@elaraai/east").NullType;
4199
+ bottom: import("@elaraai/east").NullType;
4200
+ left: import("@elaraai/east").NullType;
4201
+ right: import("@elaraai/east").NullType;
4202
+ }>>;
4203
+ axisId: OptionType<StringType>;
4204
+ }>>;
4205
+ yAxis: OptionType<StructType<{
4206
+ dataKey: OptionType<StringType>;
4207
+ label: OptionType<StringType>;
4208
+ tickFormat: OptionType<VariantType<{
4209
+ number: StructType<{
4210
+ minimumFractionDigits: OptionType<IntegerType>;
4211
+ maximumFractionDigits: OptionType<IntegerType>;
4212
+ signDisplay: OptionType<VariantType<{
4213
+ auto: import("@elaraai/east").NullType;
4214
+ never: import("@elaraai/east").NullType;
4215
+ always: import("@elaraai/east").NullType;
4216
+ exceptZero: import("@elaraai/east").NullType;
4217
+ }>>;
4218
+ }>;
4219
+ currency: StructType<{
4220
+ currency: VariantType<{
4221
+ USD: import("@elaraai/east").NullType;
4222
+ EUR: import("@elaraai/east").NullType;
4223
+ GBP: import("@elaraai/east").NullType;
4224
+ JPY: import("@elaraai/east").NullType;
4225
+ CHF: import("@elaraai/east").NullType;
4226
+ CAD: import("@elaraai/east").NullType;
4227
+ AUD: import("@elaraai/east").NullType;
4228
+ NZD: import("@elaraai/east").NullType;
4229
+ CNY: import("@elaraai/east").NullType;
4230
+ HKD: import("@elaraai/east").NullType;
4231
+ SGD: import("@elaraai/east").NullType;
4232
+ KRW: import("@elaraai/east").NullType;
4233
+ INR: import("@elaraai/east").NullType;
4234
+ TWD: import("@elaraai/east").NullType;
4235
+ THB: import("@elaraai/east").NullType;
4236
+ MYR: import("@elaraai/east").NullType;
4237
+ IDR: import("@elaraai/east").NullType;
4238
+ PHP: import("@elaraai/east").NullType;
4239
+ VND: import("@elaraai/east").NullType;
4240
+ SEK: import("@elaraai/east").NullType;
4241
+ NOK: import("@elaraai/east").NullType;
4242
+ DKK: import("@elaraai/east").NullType;
4243
+ PLN: import("@elaraai/east").NullType;
4244
+ CZK: import("@elaraai/east").NullType;
4245
+ HUF: import("@elaraai/east").NullType;
4246
+ RUB: import("@elaraai/east").NullType;
4247
+ UAH: import("@elaraai/east").NullType;
4248
+ RON: import("@elaraai/east").NullType;
4249
+ MXN: import("@elaraai/east").NullType;
4250
+ BRL: import("@elaraai/east").NullType;
4251
+ ARS: import("@elaraai/east").NullType;
4252
+ CLP: import("@elaraai/east").NullType;
4253
+ COP: import("@elaraai/east").NullType;
4254
+ PEN: import("@elaraai/east").NullType;
4255
+ AED: import("@elaraai/east").NullType;
4256
+ SAR: import("@elaraai/east").NullType;
4257
+ ILS: import("@elaraai/east").NullType;
4258
+ ZAR: import("@elaraai/east").NullType;
4259
+ TRY: import("@elaraai/east").NullType;
4260
+ EGP: import("@elaraai/east").NullType;
4261
+ NGN: import("@elaraai/east").NullType;
4262
+ KES: import("@elaraai/east").NullType;
4263
+ }>;
4264
+ display: OptionType<VariantType<{
4265
+ code: import("@elaraai/east").NullType;
4266
+ symbol: import("@elaraai/east").NullType;
4267
+ narrowSymbol: import("@elaraai/east").NullType;
4268
+ name: import("@elaraai/east").NullType;
4269
+ }>>;
4270
+ minimumFractionDigits: OptionType<IntegerType>;
4271
+ maximumFractionDigits: OptionType<IntegerType>;
4272
+ }>;
4273
+ percent: StructType<{
4274
+ minimumFractionDigits: OptionType<IntegerType>;
4275
+ maximumFractionDigits: OptionType<IntegerType>;
4276
+ signDisplay: OptionType<VariantType<{
4277
+ auto: import("@elaraai/east").NullType;
4278
+ never: import("@elaraai/east").NullType;
4279
+ always: import("@elaraai/east").NullType;
4280
+ exceptZero: import("@elaraai/east").NullType;
4281
+ }>>;
4282
+ }>;
4283
+ compact: StructType<{
4284
+ display: OptionType<VariantType<{
4285
+ short: import("@elaraai/east").NullType;
4286
+ long: import("@elaraai/east").NullType;
4287
+ }>>;
4288
+ }>;
4289
+ unit: StructType<{
4290
+ unit: VariantType<{
4291
+ bit: import("@elaraai/east").NullType;
4292
+ byte: import("@elaraai/east").NullType;
4293
+ kilobit: import("@elaraai/east").NullType;
4294
+ kilobyte: import("@elaraai/east").NullType;
4295
+ megabit: import("@elaraai/east").NullType;
4296
+ megabyte: import("@elaraai/east").NullType;
4297
+ gigabit: import("@elaraai/east").NullType;
4298
+ gigabyte: import("@elaraai/east").NullType;
4299
+ terabit: import("@elaraai/east").NullType;
4300
+ terabyte: import("@elaraai/east").NullType;
4301
+ petabyte: import("@elaraai/east").NullType;
4302
+ nanosecond: import("@elaraai/east").NullType;
4303
+ microsecond: import("@elaraai/east").NullType;
4304
+ millisecond: import("@elaraai/east").NullType;
4305
+ second: import("@elaraai/east").NullType;
4306
+ minute: import("@elaraai/east").NullType;
4307
+ hour: import("@elaraai/east").NullType;
4308
+ day: import("@elaraai/east").NullType;
4309
+ week: import("@elaraai/east").NullType;
4310
+ month: import("@elaraai/east").NullType;
4311
+ year: import("@elaraai/east").NullType;
4312
+ millimeter: import("@elaraai/east").NullType;
4313
+ centimeter: import("@elaraai/east").NullType;
4314
+ meter: import("@elaraai/east").NullType;
4315
+ kilometer: import("@elaraai/east").NullType;
4316
+ inch: import("@elaraai/east").NullType;
4317
+ foot: import("@elaraai/east").NullType;
4318
+ yard: import("@elaraai/east").NullType;
4319
+ mile: import("@elaraai/east").NullType;
4320
+ gram: import("@elaraai/east").NullType;
4321
+ kilogram: import("@elaraai/east").NullType;
4322
+ milligram: import("@elaraai/east").NullType;
4323
+ ounce: import("@elaraai/east").NullType;
4324
+ pound: import("@elaraai/east").NullType;
4325
+ stone: import("@elaraai/east").NullType;
4326
+ celsius: import("@elaraai/east").NullType;
4327
+ fahrenheit: import("@elaraai/east").NullType;
4328
+ milliliter: import("@elaraai/east").NullType;
4329
+ liter: import("@elaraai/east").NullType;
4330
+ gallon: import("@elaraai/east").NullType;
4331
+ fluidOunce: import("@elaraai/east").NullType;
4332
+ acre: import("@elaraai/east").NullType;
4333
+ hectare: import("@elaraai/east").NullType;
4334
+ meterPerSecond: import("@elaraai/east").NullType;
4335
+ kilometerPerHour: import("@elaraai/east").NullType;
4336
+ milePerHour: import("@elaraai/east").NullType;
4337
+ percent: import("@elaraai/east").NullType;
4338
+ degree: import("@elaraai/east").NullType;
4339
+ }>;
4340
+ display: OptionType<VariantType<{
4341
+ short: import("@elaraai/east").NullType;
4342
+ narrow: import("@elaraai/east").NullType;
4343
+ long: import("@elaraai/east").NullType;
4344
+ }>>;
4345
+ }>;
4346
+ scientific: import("@elaraai/east").NullType;
4347
+ engineering: import("@elaraai/east").NullType;
4348
+ date: StructType<{
4349
+ style: OptionType<VariantType<{
4350
+ full: import("@elaraai/east").NullType;
4351
+ long: import("@elaraai/east").NullType;
4352
+ medium: import("@elaraai/east").NullType;
4353
+ short: import("@elaraai/east").NullType;
4354
+ }>>;
4355
+ }>;
4356
+ time: StructType<{
4357
+ style: OptionType<VariantType<{
4358
+ full: import("@elaraai/east").NullType;
4359
+ long: import("@elaraai/east").NullType;
4360
+ medium: import("@elaraai/east").NullType;
4361
+ short: import("@elaraai/east").NullType;
4362
+ }>>;
4363
+ hour12: OptionType<BooleanType>;
4364
+ }>;
4365
+ datetime: StructType<{
4366
+ dateStyle: OptionType<VariantType<{
4367
+ full: import("@elaraai/east").NullType;
4368
+ long: import("@elaraai/east").NullType;
4369
+ medium: import("@elaraai/east").NullType;
4370
+ short: import("@elaraai/east").NullType;
4371
+ }>>;
4372
+ timeStyle: OptionType<VariantType<{
4373
+ full: import("@elaraai/east").NullType;
4374
+ long: import("@elaraai/east").NullType;
4375
+ medium: import("@elaraai/east").NullType;
4376
+ short: import("@elaraai/east").NullType;
4377
+ }>>;
4378
+ hour12: OptionType<BooleanType>;
4379
+ }>;
4380
+ }>>;
4381
+ domain: OptionType<ArrayType<FloatType>>;
4382
+ hide: OptionType<BooleanType>;
4383
+ axisLine: OptionType<BooleanType>;
4384
+ tickLine: OptionType<BooleanType>;
4385
+ tickMargin: OptionType<IntegerType>;
4386
+ strokeColor: OptionType<StringType>;
4387
+ orientation: OptionType<VariantType<{
4388
+ top: import("@elaraai/east").NullType;
4389
+ bottom: import("@elaraai/east").NullType;
4390
+ left: import("@elaraai/east").NullType;
4391
+ right: import("@elaraai/east").NullType;
4392
+ }>>;
4393
+ axisId: OptionType<StringType>;
4394
+ }>>;
4395
+ yAxis2: OptionType<StructType<{
4396
+ dataKey: OptionType<StringType>;
4397
+ label: OptionType<StringType>;
4398
+ tickFormat: OptionType<VariantType<{
4399
+ number: StructType<{
4400
+ minimumFractionDigits: OptionType<IntegerType>;
4401
+ maximumFractionDigits: OptionType<IntegerType>;
4402
+ signDisplay: OptionType<VariantType<{
4403
+ auto: import("@elaraai/east").NullType;
4404
+ never: import("@elaraai/east").NullType;
4405
+ always: import("@elaraai/east").NullType;
4406
+ exceptZero: import("@elaraai/east").NullType;
4407
+ }>>;
4408
+ }>;
4409
+ currency: StructType<{
4410
+ currency: VariantType<{
4411
+ USD: import("@elaraai/east").NullType;
4412
+ EUR: import("@elaraai/east").NullType;
4413
+ GBP: import("@elaraai/east").NullType;
4414
+ JPY: import("@elaraai/east").NullType;
4415
+ CHF: import("@elaraai/east").NullType;
4416
+ CAD: import("@elaraai/east").NullType;
4417
+ AUD: import("@elaraai/east").NullType;
4418
+ NZD: import("@elaraai/east").NullType;
4419
+ CNY: import("@elaraai/east").NullType;
4420
+ HKD: import("@elaraai/east").NullType;
4421
+ SGD: import("@elaraai/east").NullType;
4422
+ KRW: import("@elaraai/east").NullType;
4423
+ INR: import("@elaraai/east").NullType;
4424
+ TWD: import("@elaraai/east").NullType;
4425
+ THB: import("@elaraai/east").NullType;
4426
+ MYR: import("@elaraai/east").NullType;
4427
+ IDR: import("@elaraai/east").NullType;
4428
+ PHP: import("@elaraai/east").NullType;
4429
+ VND: import("@elaraai/east").NullType;
4430
+ SEK: import("@elaraai/east").NullType;
4431
+ NOK: import("@elaraai/east").NullType;
4432
+ DKK: import("@elaraai/east").NullType;
4433
+ PLN: import("@elaraai/east").NullType;
4434
+ CZK: import("@elaraai/east").NullType;
4435
+ HUF: import("@elaraai/east").NullType;
4436
+ RUB: import("@elaraai/east").NullType;
4437
+ UAH: import("@elaraai/east").NullType;
4438
+ RON: import("@elaraai/east").NullType;
4439
+ MXN: import("@elaraai/east").NullType;
4440
+ BRL: import("@elaraai/east").NullType;
4441
+ ARS: import("@elaraai/east").NullType;
4442
+ CLP: import("@elaraai/east").NullType;
4443
+ COP: import("@elaraai/east").NullType;
4444
+ PEN: import("@elaraai/east").NullType;
4445
+ AED: import("@elaraai/east").NullType;
4446
+ SAR: import("@elaraai/east").NullType;
4447
+ ILS: import("@elaraai/east").NullType;
4448
+ ZAR: import("@elaraai/east").NullType;
4449
+ TRY: import("@elaraai/east").NullType;
4450
+ EGP: import("@elaraai/east").NullType;
4451
+ NGN: import("@elaraai/east").NullType;
4452
+ KES: import("@elaraai/east").NullType;
4453
+ }>;
4454
+ display: OptionType<VariantType<{
4455
+ code: import("@elaraai/east").NullType;
4456
+ symbol: import("@elaraai/east").NullType;
4457
+ narrowSymbol: import("@elaraai/east").NullType;
4458
+ name: import("@elaraai/east").NullType;
4459
+ }>>;
4460
+ minimumFractionDigits: OptionType<IntegerType>;
4461
+ maximumFractionDigits: OptionType<IntegerType>;
4462
+ }>;
4463
+ percent: StructType<{
4464
+ minimumFractionDigits: OptionType<IntegerType>;
4465
+ maximumFractionDigits: OptionType<IntegerType>;
4466
+ signDisplay: OptionType<VariantType<{
4467
+ auto: import("@elaraai/east").NullType;
4468
+ never: import("@elaraai/east").NullType;
4469
+ always: import("@elaraai/east").NullType;
4470
+ exceptZero: import("@elaraai/east").NullType;
4471
+ }>>;
4472
+ }>;
4473
+ compact: StructType<{
4474
+ display: OptionType<VariantType<{
4475
+ short: import("@elaraai/east").NullType;
4476
+ long: import("@elaraai/east").NullType;
4477
+ }>>;
4478
+ }>;
4479
+ unit: StructType<{
4480
+ unit: VariantType<{
4481
+ bit: import("@elaraai/east").NullType;
4482
+ byte: import("@elaraai/east").NullType;
4483
+ kilobit: import("@elaraai/east").NullType;
4484
+ kilobyte: import("@elaraai/east").NullType;
4485
+ megabit: import("@elaraai/east").NullType;
4486
+ megabyte: import("@elaraai/east").NullType;
4487
+ gigabit: import("@elaraai/east").NullType;
4488
+ gigabyte: import("@elaraai/east").NullType;
4489
+ terabit: import("@elaraai/east").NullType;
4490
+ terabyte: import("@elaraai/east").NullType;
4491
+ petabyte: import("@elaraai/east").NullType;
4492
+ nanosecond: import("@elaraai/east").NullType;
4493
+ microsecond: import("@elaraai/east").NullType;
4494
+ millisecond: import("@elaraai/east").NullType;
4495
+ second: import("@elaraai/east").NullType;
4496
+ minute: import("@elaraai/east").NullType;
4497
+ hour: import("@elaraai/east").NullType;
4498
+ day: import("@elaraai/east").NullType;
4499
+ week: import("@elaraai/east").NullType;
4500
+ month: import("@elaraai/east").NullType;
4501
+ year: import("@elaraai/east").NullType;
4502
+ millimeter: import("@elaraai/east").NullType;
4503
+ centimeter: import("@elaraai/east").NullType;
4504
+ meter: import("@elaraai/east").NullType;
4505
+ kilometer: import("@elaraai/east").NullType;
4506
+ inch: import("@elaraai/east").NullType;
4507
+ foot: import("@elaraai/east").NullType;
4508
+ yard: import("@elaraai/east").NullType;
4509
+ mile: import("@elaraai/east").NullType;
4510
+ gram: import("@elaraai/east").NullType;
4511
+ kilogram: import("@elaraai/east").NullType;
4512
+ milligram: import("@elaraai/east").NullType;
4513
+ ounce: import("@elaraai/east").NullType;
4514
+ pound: import("@elaraai/east").NullType;
4515
+ stone: import("@elaraai/east").NullType;
4516
+ celsius: import("@elaraai/east").NullType;
4517
+ fahrenheit: import("@elaraai/east").NullType;
4518
+ milliliter: import("@elaraai/east").NullType;
4519
+ liter: import("@elaraai/east").NullType;
4520
+ gallon: import("@elaraai/east").NullType;
4521
+ fluidOunce: import("@elaraai/east").NullType;
4522
+ acre: import("@elaraai/east").NullType;
4523
+ hectare: import("@elaraai/east").NullType;
4524
+ meterPerSecond: import("@elaraai/east").NullType;
4525
+ kilometerPerHour: import("@elaraai/east").NullType;
4526
+ milePerHour: import("@elaraai/east").NullType;
4527
+ percent: import("@elaraai/east").NullType;
4528
+ degree: import("@elaraai/east").NullType;
4529
+ }>;
4530
+ display: OptionType<VariantType<{
4531
+ short: import("@elaraai/east").NullType;
4532
+ narrow: import("@elaraai/east").NullType;
4533
+ long: import("@elaraai/east").NullType;
4534
+ }>>;
4535
+ }>;
4536
+ scientific: import("@elaraai/east").NullType;
4537
+ engineering: import("@elaraai/east").NullType;
4538
+ date: StructType<{
4539
+ style: OptionType<VariantType<{
4540
+ full: import("@elaraai/east").NullType;
4541
+ long: import("@elaraai/east").NullType;
4542
+ medium: import("@elaraai/east").NullType;
4543
+ short: import("@elaraai/east").NullType;
4544
+ }>>;
4545
+ }>;
4546
+ time: StructType<{
4547
+ style: OptionType<VariantType<{
4548
+ full: import("@elaraai/east").NullType;
4549
+ long: import("@elaraai/east").NullType;
4550
+ medium: import("@elaraai/east").NullType;
4551
+ short: import("@elaraai/east").NullType;
4552
+ }>>;
4553
+ hour12: OptionType<BooleanType>;
4554
+ }>;
4555
+ datetime: StructType<{
4556
+ dateStyle: OptionType<VariantType<{
4557
+ full: import("@elaraai/east").NullType;
4558
+ long: import("@elaraai/east").NullType;
4559
+ medium: import("@elaraai/east").NullType;
4560
+ short: import("@elaraai/east").NullType;
4561
+ }>>;
4562
+ timeStyle: OptionType<VariantType<{
4563
+ full: import("@elaraai/east").NullType;
4564
+ long: import("@elaraai/east").NullType;
4565
+ medium: import("@elaraai/east").NullType;
4566
+ short: import("@elaraai/east").NullType;
4567
+ }>>;
4568
+ hour12: OptionType<BooleanType>;
4569
+ }>;
4570
+ }>>;
4571
+ domain: OptionType<ArrayType<FloatType>>;
4572
+ hide: OptionType<BooleanType>;
4573
+ axisLine: OptionType<BooleanType>;
4574
+ tickLine: OptionType<BooleanType>;
4575
+ tickMargin: OptionType<IntegerType>;
4576
+ strokeColor: OptionType<StringType>;
4577
+ orientation: OptionType<VariantType<{
4578
+ top: import("@elaraai/east").NullType;
4579
+ bottom: import("@elaraai/east").NullType;
4580
+ left: import("@elaraai/east").NullType;
4581
+ right: import("@elaraai/east").NullType;
4582
+ }>>;
4583
+ axisId: OptionType<StringType>;
4584
+ }>>;
4585
+ curveType: OptionType<VariantType<{
4586
+ linear: import("@elaraai/east").NullType;
4587
+ natural: import("@elaraai/east").NullType;
4588
+ monotone: import("@elaraai/east").NullType;
4589
+ step: import("@elaraai/east").NullType;
4590
+ stepBefore: import("@elaraai/east").NullType;
4591
+ stepAfter: import("@elaraai/east").NullType;
4592
+ }>>;
4593
+ grid: OptionType<StructType<{
4594
+ show: OptionType<BooleanType>;
4595
+ vertical: OptionType<BooleanType>;
4596
+ horizontal: OptionType<BooleanType>;
4597
+ strokeColor: OptionType<StringType>;
4598
+ strokeDasharray: OptionType<StringType>;
4599
+ }>>;
4600
+ tooltip: OptionType<StructType<{
4601
+ show: OptionType<BooleanType>;
4602
+ cursor: OptionType<VariantType<{
4603
+ none: import("@elaraai/east").NullType;
4604
+ crosshair: StringType;
4605
+ fill: StringType;
4606
+ }>>;
4607
+ animationDuration: OptionType<IntegerType>;
4608
+ }>>;
4609
+ legend: OptionType<StructType<{
4610
+ show: OptionType<BooleanType>;
4611
+ layout: OptionType<VariantType<{
4612
+ horizontal: import("@elaraai/east").NullType;
4613
+ vertical: import("@elaraai/east").NullType;
4614
+ }>>;
4615
+ align: OptionType<VariantType<{
4616
+ left: import("@elaraai/east").NullType;
4617
+ center: import("@elaraai/east").NullType;
4618
+ right: import("@elaraai/east").NullType;
4619
+ }>>;
4620
+ verticalAlign: OptionType<VariantType<{
4621
+ top: import("@elaraai/east").NullType;
4622
+ middle: import("@elaraai/east").NullType;
4623
+ bottom: import("@elaraai/east").NullType;
4624
+ }>>;
4625
+ }>>;
4626
+ margin: OptionType<StructType<{
4627
+ top: OptionType<IntegerType>;
4628
+ right: OptionType<IntegerType>;
4629
+ bottom: OptionType<IntegerType>;
4630
+ left: OptionType<IntegerType>;
4631
+ }>>;
4632
+ brush: OptionType<StructType<{
4633
+ dataKey: OptionType<StringType>;
4634
+ height: OptionType<IntegerType>;
4635
+ travellerWidth: OptionType<IntegerType>;
4636
+ startIndex: OptionType<IntegerType>;
4637
+ endIndex: OptionType<IntegerType>;
4638
+ stroke: OptionType<StringType>;
4639
+ fill: OptionType<StringType>;
4640
+ }>>;
4641
+ showDots: OptionType<BooleanType>;
4642
+ strokeWidth: OptionType<IntegerType>;
4643
+ connectNulls: OptionType<BooleanType>;
4644
+ referenceLines: OptionType<ArrayType<StructType<{
4645
+ x: OptionType<VariantType<{
4646
+ Null: import("@elaraai/east").NullType;
4647
+ Boolean: BooleanType;
4648
+ Integer: IntegerType;
4649
+ Float: FloatType;
4650
+ String: StringType;
4651
+ DateTime: import("@elaraai/east").DateTimeType;
4652
+ Blob: import("@elaraai/east").BlobType;
4653
+ }>>;
4654
+ y: OptionType<VariantType<{
4655
+ Null: import("@elaraai/east").NullType;
4656
+ Boolean: BooleanType;
4657
+ Integer: IntegerType;
4658
+ Float: FloatType;
4659
+ String: StringType;
4660
+ DateTime: import("@elaraai/east").DateTimeType;
4661
+ Blob: import("@elaraai/east").BlobType;
4662
+ }>>;
4663
+ stroke: OptionType<StringType>;
4664
+ strokeWidth: OptionType<IntegerType>;
4665
+ strokeDasharray: OptionType<StringType>;
4666
+ label: OptionType<StringType>;
4667
+ labelPosition: OptionType<VariantType<{
4668
+ top: import("@elaraai/east").NullType;
4669
+ bottom: import("@elaraai/east").NullType;
4670
+ left: import("@elaraai/east").NullType;
4671
+ right: import("@elaraai/east").NullType;
4672
+ center: import("@elaraai/east").NullType;
4673
+ insideTop: import("@elaraai/east").NullType;
4674
+ insideBottom: import("@elaraai/east").NullType;
4675
+ insideLeft: import("@elaraai/east").NullType;
4676
+ insideRight: import("@elaraai/east").NullType;
4677
+ insideTopLeft: import("@elaraai/east").NullType;
4678
+ insideTopRight: import("@elaraai/east").NullType;
4679
+ insideBottomLeft: import("@elaraai/east").NullType;
4680
+ insideBottomRight: import("@elaraai/east").NullType;
4681
+ }>>;
4682
+ labelOffset: OptionType<IntegerType>;
4683
+ ifOverflow: OptionType<VariantType<{
4684
+ discard: import("@elaraai/east").NullType;
4685
+ hidden: import("@elaraai/east").NullType;
4686
+ visible: import("@elaraai/east").NullType;
4687
+ extendDomain: import("@elaraai/east").NullType;
4688
+ }>>;
4689
+ }>>>;
4690
+ referenceDots: OptionType<ArrayType<StructType<{
4691
+ x: VariantType<{
4692
+ Null: import("@elaraai/east").NullType;
4693
+ Boolean: BooleanType;
4694
+ Integer: IntegerType;
4695
+ Float: FloatType;
4696
+ String: StringType;
4697
+ DateTime: import("@elaraai/east").DateTimeType;
4698
+ Blob: import("@elaraai/east").BlobType;
4699
+ }>;
4700
+ y: VariantType<{
4701
+ Null: import("@elaraai/east").NullType;
4702
+ Boolean: BooleanType;
4703
+ Integer: IntegerType;
4704
+ Float: FloatType;
4705
+ String: StringType;
4706
+ DateTime: import("@elaraai/east").DateTimeType;
4707
+ Blob: import("@elaraai/east").BlobType;
4708
+ }>;
4709
+ r: OptionType<IntegerType>;
4710
+ fill: OptionType<StringType>;
4711
+ stroke: OptionType<StringType>;
4712
+ strokeWidth: OptionType<IntegerType>;
4713
+ label: OptionType<StringType>;
4714
+ labelPosition: OptionType<VariantType<{
4715
+ top: import("@elaraai/east").NullType;
4716
+ bottom: import("@elaraai/east").NullType;
4717
+ left: import("@elaraai/east").NullType;
4718
+ right: import("@elaraai/east").NullType;
4719
+ center: import("@elaraai/east").NullType;
4720
+ insideTop: import("@elaraai/east").NullType;
4721
+ insideBottom: import("@elaraai/east").NullType;
4722
+ insideLeft: import("@elaraai/east").NullType;
4723
+ insideRight: import("@elaraai/east").NullType;
4724
+ insideTopLeft: import("@elaraai/east").NullType;
4725
+ insideTopRight: import("@elaraai/east").NullType;
4726
+ insideBottomLeft: import("@elaraai/east").NullType;
4727
+ insideBottomRight: import("@elaraai/east").NullType;
4728
+ }>>;
4729
+ labelOffset: OptionType<IntegerType>;
4730
+ ifOverflow: OptionType<VariantType<{
4731
+ discard: import("@elaraai/east").NullType;
4732
+ hidden: import("@elaraai/east").NullType;
4733
+ visible: import("@elaraai/east").NullType;
4734
+ extendDomain: import("@elaraai/east").NullType;
4735
+ }>>;
4736
+ }>>>;
4737
+ referenceAreas: OptionType<ArrayType<StructType<{
4738
+ x1: OptionType<VariantType<{
4739
+ Null: import("@elaraai/east").NullType;
4740
+ Boolean: BooleanType;
4741
+ Integer: IntegerType;
4742
+ Float: FloatType;
4743
+ String: StringType;
4744
+ DateTime: import("@elaraai/east").DateTimeType;
4745
+ Blob: import("@elaraai/east").BlobType;
4746
+ }>>;
4747
+ x2: OptionType<VariantType<{
4748
+ Null: import("@elaraai/east").NullType;
4749
+ Boolean: BooleanType;
4750
+ Integer: IntegerType;
4751
+ Float: FloatType;
4752
+ String: StringType;
4753
+ DateTime: import("@elaraai/east").DateTimeType;
4754
+ Blob: import("@elaraai/east").BlobType;
4755
+ }>>;
4756
+ y1: OptionType<VariantType<{
4757
+ Null: import("@elaraai/east").NullType;
4758
+ Boolean: BooleanType;
4759
+ Integer: IntegerType;
4760
+ Float: FloatType;
4761
+ String: StringType;
4762
+ DateTime: import("@elaraai/east").DateTimeType;
4763
+ Blob: import("@elaraai/east").BlobType;
4764
+ }>>;
4765
+ y2: OptionType<VariantType<{
4766
+ Null: import("@elaraai/east").NullType;
4767
+ Boolean: BooleanType;
4768
+ Integer: IntegerType;
4769
+ Float: FloatType;
4770
+ String: StringType;
4771
+ DateTime: import("@elaraai/east").DateTimeType;
4772
+ Blob: import("@elaraai/east").BlobType;
4773
+ }>>;
4774
+ fill: OptionType<StringType>;
4775
+ fillOpacity: OptionType<FloatType>;
4776
+ stroke: OptionType<StringType>;
4777
+ label: OptionType<StringType>;
4778
+ labelPosition: OptionType<VariantType<{
4779
+ top: import("@elaraai/east").NullType;
4780
+ bottom: import("@elaraai/east").NullType;
4781
+ left: import("@elaraai/east").NullType;
4782
+ right: import("@elaraai/east").NullType;
4783
+ center: import("@elaraai/east").NullType;
4784
+ insideTop: import("@elaraai/east").NullType;
4785
+ insideBottom: import("@elaraai/east").NullType;
4786
+ insideLeft: import("@elaraai/east").NullType;
4787
+ insideRight: import("@elaraai/east").NullType;
4788
+ insideTopLeft: import("@elaraai/east").NullType;
4789
+ insideTopRight: import("@elaraai/east").NullType;
4790
+ insideBottomLeft: import("@elaraai/east").NullType;
4791
+ insideBottomRight: import("@elaraai/east").NullType;
4792
+ }>>;
4793
+ labelOffset: OptionType<IntegerType>;
4794
+ ifOverflow: OptionType<VariantType<{
4795
+ discard: import("@elaraai/east").NullType;
4796
+ hidden: import("@elaraai/east").NullType;
4797
+ visible: import("@elaraai/east").NullType;
4798
+ extendDomain: import("@elaraai/east").NullType;
4799
+ }>>;
4800
+ }>>>;
4801
+ }>;
4802
+ ScatterChart: StructType<{
4803
+ data: ArrayType<DictType<StringType, VariantType<{
4804
+ Null: import("@elaraai/east").NullType;
4805
+ Boolean: BooleanType;
4806
+ Integer: IntegerType;
4807
+ Float: FloatType;
4808
+ String: StringType;
4809
+ DateTime: import("@elaraai/east").DateTimeType;
4810
+ Blob: import("@elaraai/east").BlobType;
4811
+ }>>>;
4812
+ dataSeries: OptionType<DictType<StringType, ArrayType<DictType<StringType, VariantType<{
4813
+ Null: import("@elaraai/east").NullType;
4814
+ Boolean: BooleanType;
4815
+ Integer: IntegerType;
4816
+ Float: FloatType;
4817
+ String: StringType;
4818
+ DateTime: import("@elaraai/east").DateTimeType;
4819
+ Blob: import("@elaraai/east").BlobType;
4820
+ }>>>>>;
4821
+ valueKey: OptionType<StringType>;
4822
+ series: ArrayType<StructType<{
4823
+ name: StringType;
4824
+ color: OptionType<StringType>;
4825
+ stackId: OptionType<StringType>;
4826
+ label: OptionType<StringType>;
4827
+ stroke: OptionType<StringType>;
4828
+ strokeWidth: OptionType<IntegerType>;
4829
+ fill: OptionType<StringType>;
4830
+ fillOpacity: OptionType<FloatType>;
4831
+ strokeDasharray: OptionType<StringType>;
4832
+ yAxisId: OptionType<VariantType<{
4833
+ left: import("@elaraai/east").NullType;
4834
+ right: import("@elaraai/east").NullType;
4835
+ }>>;
4836
+ }>>;
4837
+ xAxis: OptionType<StructType<{
4838
+ dataKey: OptionType<StringType>;
4839
+ label: OptionType<StringType>;
4840
+ tickFormat: OptionType<VariantType<{
4841
+ number: StructType<{
4842
+ minimumFractionDigits: OptionType<IntegerType>;
4843
+ maximumFractionDigits: OptionType<IntegerType>;
4844
+ signDisplay: OptionType<VariantType<{
4845
+ auto: import("@elaraai/east").NullType;
4846
+ never: import("@elaraai/east").NullType;
4847
+ always: import("@elaraai/east").NullType;
4848
+ exceptZero: import("@elaraai/east").NullType;
4849
+ }>>;
4850
+ }>;
4851
+ currency: StructType<{
4852
+ currency: VariantType<{
4853
+ USD: import("@elaraai/east").NullType;
4854
+ EUR: import("@elaraai/east").NullType;
4855
+ GBP: import("@elaraai/east").NullType;
4856
+ JPY: import("@elaraai/east").NullType;
4857
+ CHF: import("@elaraai/east").NullType;
4858
+ CAD: import("@elaraai/east").NullType;
4859
+ AUD: import("@elaraai/east").NullType;
4860
+ NZD: import("@elaraai/east").NullType;
4861
+ CNY: import("@elaraai/east").NullType;
4862
+ HKD: import("@elaraai/east").NullType;
4863
+ SGD: import("@elaraai/east").NullType;
4864
+ KRW: import("@elaraai/east").NullType;
4865
+ INR: import("@elaraai/east").NullType;
4866
+ TWD: import("@elaraai/east").NullType;
4867
+ THB: import("@elaraai/east").NullType;
4868
+ MYR: import("@elaraai/east").NullType;
4869
+ IDR: import("@elaraai/east").NullType;
4870
+ PHP: import("@elaraai/east").NullType;
4871
+ VND: import("@elaraai/east").NullType;
4872
+ SEK: import("@elaraai/east").NullType;
4873
+ NOK: import("@elaraai/east").NullType;
4874
+ DKK: import("@elaraai/east").NullType;
4875
+ PLN: import("@elaraai/east").NullType;
4876
+ CZK: import("@elaraai/east").NullType;
4877
+ HUF: import("@elaraai/east").NullType;
4878
+ RUB: import("@elaraai/east").NullType;
4879
+ UAH: import("@elaraai/east").NullType;
4880
+ RON: import("@elaraai/east").NullType;
4881
+ MXN: import("@elaraai/east").NullType;
4882
+ BRL: import("@elaraai/east").NullType;
4883
+ ARS: import("@elaraai/east").NullType;
4884
+ CLP: import("@elaraai/east").NullType;
4885
+ COP: import("@elaraai/east").NullType;
4886
+ PEN: import("@elaraai/east").NullType;
4887
+ AED: import("@elaraai/east").NullType;
4888
+ SAR: import("@elaraai/east").NullType;
4889
+ ILS: import("@elaraai/east").NullType;
4890
+ ZAR: import("@elaraai/east").NullType;
4891
+ TRY: import("@elaraai/east").NullType;
4892
+ EGP: import("@elaraai/east").NullType;
4893
+ NGN: import("@elaraai/east").NullType;
4894
+ KES: import("@elaraai/east").NullType;
4895
+ }>;
4896
+ display: OptionType<VariantType<{
4897
+ code: import("@elaraai/east").NullType;
4898
+ symbol: import("@elaraai/east").NullType;
4899
+ narrowSymbol: import("@elaraai/east").NullType;
4900
+ name: import("@elaraai/east").NullType;
4901
+ }>>;
4902
+ minimumFractionDigits: OptionType<IntegerType>;
4903
+ maximumFractionDigits: OptionType<IntegerType>;
4904
+ }>;
4905
+ percent: StructType<{
4906
+ minimumFractionDigits: OptionType<IntegerType>;
4907
+ maximumFractionDigits: OptionType<IntegerType>;
4908
+ signDisplay: OptionType<VariantType<{
4909
+ auto: import("@elaraai/east").NullType;
4910
+ never: import("@elaraai/east").NullType;
4911
+ always: import("@elaraai/east").NullType;
4912
+ exceptZero: import("@elaraai/east").NullType;
4913
+ }>>;
4914
+ }>;
4915
+ compact: StructType<{
4916
+ display: OptionType<VariantType<{
4917
+ short: import("@elaraai/east").NullType;
4918
+ long: import("@elaraai/east").NullType;
4919
+ }>>;
4920
+ }>;
4921
+ unit: StructType<{
4922
+ unit: VariantType<{
4923
+ bit: import("@elaraai/east").NullType;
4924
+ byte: import("@elaraai/east").NullType;
4925
+ kilobit: import("@elaraai/east").NullType;
4926
+ kilobyte: import("@elaraai/east").NullType;
4927
+ megabit: import("@elaraai/east").NullType;
4928
+ megabyte: import("@elaraai/east").NullType;
4929
+ gigabit: import("@elaraai/east").NullType;
4930
+ gigabyte: import("@elaraai/east").NullType;
4931
+ terabit: import("@elaraai/east").NullType;
4932
+ terabyte: import("@elaraai/east").NullType;
4933
+ petabyte: import("@elaraai/east").NullType;
4934
+ nanosecond: import("@elaraai/east").NullType;
4935
+ microsecond: import("@elaraai/east").NullType;
4936
+ millisecond: import("@elaraai/east").NullType;
4937
+ second: import("@elaraai/east").NullType;
4938
+ minute: import("@elaraai/east").NullType;
4939
+ hour: import("@elaraai/east").NullType;
4940
+ day: import("@elaraai/east").NullType;
4941
+ week: import("@elaraai/east").NullType;
4942
+ month: import("@elaraai/east").NullType;
4943
+ year: import("@elaraai/east").NullType;
4944
+ millimeter: import("@elaraai/east").NullType;
4945
+ centimeter: import("@elaraai/east").NullType;
4946
+ meter: import("@elaraai/east").NullType;
4947
+ kilometer: import("@elaraai/east").NullType;
4948
+ inch: import("@elaraai/east").NullType;
4949
+ foot: import("@elaraai/east").NullType;
4950
+ yard: import("@elaraai/east").NullType;
4951
+ mile: import("@elaraai/east").NullType;
4952
+ gram: import("@elaraai/east").NullType;
4953
+ kilogram: import("@elaraai/east").NullType;
4954
+ milligram: import("@elaraai/east").NullType;
4955
+ ounce: import("@elaraai/east").NullType;
4956
+ pound: import("@elaraai/east").NullType;
4957
+ stone: import("@elaraai/east").NullType;
4958
+ celsius: import("@elaraai/east").NullType;
4959
+ fahrenheit: import("@elaraai/east").NullType;
4960
+ milliliter: import("@elaraai/east").NullType;
4961
+ liter: import("@elaraai/east").NullType;
4962
+ gallon: import("@elaraai/east").NullType;
4963
+ fluidOunce: import("@elaraai/east").NullType;
4964
+ acre: import("@elaraai/east").NullType;
4965
+ hectare: import("@elaraai/east").NullType;
4966
+ meterPerSecond: import("@elaraai/east").NullType;
4967
+ kilometerPerHour: import("@elaraai/east").NullType;
4968
+ milePerHour: import("@elaraai/east").NullType;
4969
+ percent: import("@elaraai/east").NullType;
4970
+ degree: import("@elaraai/east").NullType;
4971
+ }>;
4972
+ display: OptionType<VariantType<{
4973
+ short: import("@elaraai/east").NullType;
4974
+ narrow: import("@elaraai/east").NullType;
4975
+ long: import("@elaraai/east").NullType;
4976
+ }>>;
4977
+ }>;
4978
+ scientific: import("@elaraai/east").NullType;
4979
+ engineering: import("@elaraai/east").NullType;
4980
+ date: StructType<{
4981
+ style: OptionType<VariantType<{
4982
+ full: import("@elaraai/east").NullType;
4983
+ long: import("@elaraai/east").NullType;
4984
+ medium: import("@elaraai/east").NullType;
4985
+ short: import("@elaraai/east").NullType;
4986
+ }>>;
4987
+ }>;
4988
+ time: StructType<{
4989
+ style: OptionType<VariantType<{
4990
+ full: import("@elaraai/east").NullType;
4991
+ long: import("@elaraai/east").NullType;
4992
+ medium: import("@elaraai/east").NullType;
4993
+ short: import("@elaraai/east").NullType;
4994
+ }>>;
4995
+ hour12: OptionType<BooleanType>;
4996
+ }>;
4997
+ datetime: StructType<{
4998
+ dateStyle: OptionType<VariantType<{
4999
+ full: import("@elaraai/east").NullType;
5000
+ long: import("@elaraai/east").NullType;
5001
+ medium: import("@elaraai/east").NullType;
5002
+ short: import("@elaraai/east").NullType;
5003
+ }>>;
5004
+ timeStyle: OptionType<VariantType<{
5005
+ full: import("@elaraai/east").NullType;
5006
+ long: import("@elaraai/east").NullType;
5007
+ medium: import("@elaraai/east").NullType;
5008
+ short: import("@elaraai/east").NullType;
5009
+ }>>;
5010
+ hour12: OptionType<BooleanType>;
5011
+ }>;
5012
+ }>>;
5013
+ domain: OptionType<ArrayType<FloatType>>;
5014
+ hide: OptionType<BooleanType>;
5015
+ axisLine: OptionType<BooleanType>;
5016
+ tickLine: OptionType<BooleanType>;
5017
+ tickMargin: OptionType<IntegerType>;
5018
+ strokeColor: OptionType<StringType>;
5019
+ orientation: OptionType<VariantType<{
5020
+ top: import("@elaraai/east").NullType;
5021
+ bottom: import("@elaraai/east").NullType;
5022
+ left: import("@elaraai/east").NullType;
5023
+ right: import("@elaraai/east").NullType;
5024
+ }>>;
5025
+ axisId: OptionType<StringType>;
5026
+ }>>;
5027
+ yAxis: OptionType<StructType<{
5028
+ dataKey: OptionType<StringType>;
5029
+ label: OptionType<StringType>;
5030
+ tickFormat: OptionType<VariantType<{
5031
+ number: StructType<{
5032
+ minimumFractionDigits: OptionType<IntegerType>;
5033
+ maximumFractionDigits: OptionType<IntegerType>;
5034
+ signDisplay: OptionType<VariantType<{
5035
+ auto: import("@elaraai/east").NullType;
5036
+ never: import("@elaraai/east").NullType;
5037
+ always: import("@elaraai/east").NullType;
5038
+ exceptZero: import("@elaraai/east").NullType;
5039
+ }>>;
5040
+ }>;
5041
+ currency: StructType<{
5042
+ currency: VariantType<{
5043
+ USD: import("@elaraai/east").NullType;
5044
+ EUR: import("@elaraai/east").NullType;
5045
+ GBP: import("@elaraai/east").NullType;
5046
+ JPY: import("@elaraai/east").NullType;
5047
+ CHF: import("@elaraai/east").NullType;
5048
+ CAD: import("@elaraai/east").NullType;
5049
+ AUD: import("@elaraai/east").NullType;
5050
+ NZD: import("@elaraai/east").NullType;
5051
+ CNY: import("@elaraai/east").NullType;
5052
+ HKD: import("@elaraai/east").NullType;
5053
+ SGD: import("@elaraai/east").NullType;
5054
+ KRW: import("@elaraai/east").NullType;
5055
+ INR: import("@elaraai/east").NullType;
5056
+ TWD: import("@elaraai/east").NullType;
5057
+ THB: import("@elaraai/east").NullType;
5058
+ MYR: import("@elaraai/east").NullType;
5059
+ IDR: import("@elaraai/east").NullType;
5060
+ PHP: import("@elaraai/east").NullType;
5061
+ VND: import("@elaraai/east").NullType;
5062
+ SEK: import("@elaraai/east").NullType;
5063
+ NOK: import("@elaraai/east").NullType;
5064
+ DKK: import("@elaraai/east").NullType;
5065
+ PLN: import("@elaraai/east").NullType;
5066
+ CZK: import("@elaraai/east").NullType;
5067
+ HUF: import("@elaraai/east").NullType;
5068
+ RUB: import("@elaraai/east").NullType;
5069
+ UAH: import("@elaraai/east").NullType;
5070
+ RON: import("@elaraai/east").NullType;
5071
+ MXN: import("@elaraai/east").NullType;
5072
+ BRL: import("@elaraai/east").NullType;
5073
+ ARS: import("@elaraai/east").NullType;
5074
+ CLP: import("@elaraai/east").NullType;
5075
+ COP: import("@elaraai/east").NullType;
5076
+ PEN: import("@elaraai/east").NullType;
5077
+ AED: import("@elaraai/east").NullType;
5078
+ SAR: import("@elaraai/east").NullType;
5079
+ ILS: import("@elaraai/east").NullType;
5080
+ ZAR: import("@elaraai/east").NullType;
5081
+ TRY: import("@elaraai/east").NullType;
5082
+ EGP: import("@elaraai/east").NullType;
5083
+ NGN: import("@elaraai/east").NullType;
5084
+ KES: import("@elaraai/east").NullType;
5085
+ }>;
5086
+ display: OptionType<VariantType<{
5087
+ code: import("@elaraai/east").NullType;
5088
+ symbol: import("@elaraai/east").NullType;
5089
+ narrowSymbol: import("@elaraai/east").NullType;
5090
+ name: import("@elaraai/east").NullType;
5091
+ }>>;
5092
+ minimumFractionDigits: OptionType<IntegerType>;
5093
+ maximumFractionDigits: OptionType<IntegerType>;
5094
+ }>;
5095
+ percent: StructType<{
5096
+ minimumFractionDigits: OptionType<IntegerType>;
5097
+ maximumFractionDigits: OptionType<IntegerType>;
5098
+ signDisplay: OptionType<VariantType<{
5099
+ auto: import("@elaraai/east").NullType;
5100
+ never: import("@elaraai/east").NullType;
5101
+ always: import("@elaraai/east").NullType;
5102
+ exceptZero: import("@elaraai/east").NullType;
5103
+ }>>;
5104
+ }>;
5105
+ compact: StructType<{
5106
+ display: OptionType<VariantType<{
5107
+ short: import("@elaraai/east").NullType;
5108
+ long: import("@elaraai/east").NullType;
5109
+ }>>;
5110
+ }>;
5111
+ unit: StructType<{
5112
+ unit: VariantType<{
5113
+ bit: import("@elaraai/east").NullType;
5114
+ byte: import("@elaraai/east").NullType;
5115
+ kilobit: import("@elaraai/east").NullType;
5116
+ kilobyte: import("@elaraai/east").NullType;
5117
+ megabit: import("@elaraai/east").NullType;
5118
+ megabyte: import("@elaraai/east").NullType;
5119
+ gigabit: import("@elaraai/east").NullType;
5120
+ gigabyte: import("@elaraai/east").NullType;
5121
+ terabit: import("@elaraai/east").NullType;
5122
+ terabyte: import("@elaraai/east").NullType;
5123
+ petabyte: import("@elaraai/east").NullType;
5124
+ nanosecond: import("@elaraai/east").NullType;
5125
+ microsecond: import("@elaraai/east").NullType;
5126
+ millisecond: import("@elaraai/east").NullType;
5127
+ second: import("@elaraai/east").NullType;
5128
+ minute: import("@elaraai/east").NullType;
5129
+ hour: import("@elaraai/east").NullType;
5130
+ day: import("@elaraai/east").NullType;
5131
+ week: import("@elaraai/east").NullType;
5132
+ month: import("@elaraai/east").NullType;
5133
+ year: import("@elaraai/east").NullType;
5134
+ millimeter: import("@elaraai/east").NullType;
5135
+ centimeter: import("@elaraai/east").NullType;
5136
+ meter: import("@elaraai/east").NullType;
5137
+ kilometer: import("@elaraai/east").NullType;
5138
+ inch: import("@elaraai/east").NullType;
5139
+ foot: import("@elaraai/east").NullType;
5140
+ yard: import("@elaraai/east").NullType;
5141
+ mile: import("@elaraai/east").NullType;
5142
+ gram: import("@elaraai/east").NullType;
5143
+ kilogram: import("@elaraai/east").NullType;
5144
+ milligram: import("@elaraai/east").NullType;
5145
+ ounce: import("@elaraai/east").NullType;
5146
+ pound: import("@elaraai/east").NullType;
5147
+ stone: import("@elaraai/east").NullType;
5148
+ celsius: import("@elaraai/east").NullType;
5149
+ fahrenheit: import("@elaraai/east").NullType;
5150
+ milliliter: import("@elaraai/east").NullType;
5151
+ liter: import("@elaraai/east").NullType;
5152
+ gallon: import("@elaraai/east").NullType;
5153
+ fluidOunce: import("@elaraai/east").NullType;
5154
+ acre: import("@elaraai/east").NullType;
5155
+ hectare: import("@elaraai/east").NullType;
5156
+ meterPerSecond: import("@elaraai/east").NullType;
5157
+ kilometerPerHour: import("@elaraai/east").NullType;
5158
+ milePerHour: import("@elaraai/east").NullType;
5159
+ percent: import("@elaraai/east").NullType;
5160
+ degree: import("@elaraai/east").NullType;
5161
+ }>;
5162
+ display: OptionType<VariantType<{
5163
+ short: import("@elaraai/east").NullType;
5164
+ narrow: import("@elaraai/east").NullType;
5165
+ long: import("@elaraai/east").NullType;
5166
+ }>>;
5167
+ }>;
5168
+ scientific: import("@elaraai/east").NullType;
5169
+ engineering: import("@elaraai/east").NullType;
5170
+ date: StructType<{
5171
+ style: OptionType<VariantType<{
5172
+ full: import("@elaraai/east").NullType;
5173
+ long: import("@elaraai/east").NullType;
5174
+ medium: import("@elaraai/east").NullType;
5175
+ short: import("@elaraai/east").NullType;
5176
+ }>>;
5177
+ }>;
5178
+ time: StructType<{
5179
+ style: OptionType<VariantType<{
5180
+ full: import("@elaraai/east").NullType;
5181
+ long: import("@elaraai/east").NullType;
5182
+ medium: import("@elaraai/east").NullType;
5183
+ short: import("@elaraai/east").NullType;
5184
+ }>>;
5185
+ hour12: OptionType<BooleanType>;
5186
+ }>;
5187
+ datetime: StructType<{
5188
+ dateStyle: OptionType<VariantType<{
5189
+ full: import("@elaraai/east").NullType;
5190
+ long: import("@elaraai/east").NullType;
5191
+ medium: import("@elaraai/east").NullType;
5192
+ short: import("@elaraai/east").NullType;
5193
+ }>>;
5194
+ timeStyle: OptionType<VariantType<{
5195
+ full: import("@elaraai/east").NullType;
5196
+ long: import("@elaraai/east").NullType;
5197
+ medium: import("@elaraai/east").NullType;
5198
+ short: import("@elaraai/east").NullType;
5199
+ }>>;
5200
+ hour12: OptionType<BooleanType>;
5201
+ }>;
5202
+ }>>;
5203
+ domain: OptionType<ArrayType<FloatType>>;
5204
+ hide: OptionType<BooleanType>;
5205
+ axisLine: OptionType<BooleanType>;
5206
+ tickLine: OptionType<BooleanType>;
5207
+ tickMargin: OptionType<IntegerType>;
5208
+ strokeColor: OptionType<StringType>;
5209
+ orientation: OptionType<VariantType<{
5210
+ top: import("@elaraai/east").NullType;
5211
+ bottom: import("@elaraai/east").NullType;
5212
+ left: import("@elaraai/east").NullType;
5213
+ right: import("@elaraai/east").NullType;
5214
+ }>>;
5215
+ axisId: OptionType<StringType>;
5216
+ }>>;
5217
+ yAxis2: OptionType<StructType<{
5218
+ dataKey: OptionType<StringType>;
5219
+ label: OptionType<StringType>;
5220
+ tickFormat: OptionType<VariantType<{
5221
+ number: StructType<{
5222
+ minimumFractionDigits: OptionType<IntegerType>;
5223
+ maximumFractionDigits: OptionType<IntegerType>;
5224
+ signDisplay: OptionType<VariantType<{
5225
+ auto: import("@elaraai/east").NullType;
5226
+ never: import("@elaraai/east").NullType;
5227
+ always: import("@elaraai/east").NullType;
5228
+ exceptZero: import("@elaraai/east").NullType;
5229
+ }>>;
5230
+ }>;
5231
+ currency: StructType<{
5232
+ currency: VariantType<{
5233
+ USD: import("@elaraai/east").NullType;
5234
+ EUR: import("@elaraai/east").NullType;
5235
+ GBP: import("@elaraai/east").NullType;
5236
+ JPY: import("@elaraai/east").NullType;
5237
+ CHF: import("@elaraai/east").NullType;
5238
+ CAD: import("@elaraai/east").NullType;
5239
+ AUD: import("@elaraai/east").NullType;
5240
+ NZD: import("@elaraai/east").NullType;
5241
+ CNY: import("@elaraai/east").NullType;
5242
+ HKD: import("@elaraai/east").NullType;
5243
+ SGD: import("@elaraai/east").NullType;
5244
+ KRW: import("@elaraai/east").NullType;
5245
+ INR: import("@elaraai/east").NullType;
5246
+ TWD: import("@elaraai/east").NullType;
5247
+ THB: import("@elaraai/east").NullType;
5248
+ MYR: import("@elaraai/east").NullType;
5249
+ IDR: import("@elaraai/east").NullType;
5250
+ PHP: import("@elaraai/east").NullType;
5251
+ VND: import("@elaraai/east").NullType;
5252
+ SEK: import("@elaraai/east").NullType;
5253
+ NOK: import("@elaraai/east").NullType;
5254
+ DKK: import("@elaraai/east").NullType;
5255
+ PLN: import("@elaraai/east").NullType;
5256
+ CZK: import("@elaraai/east").NullType;
5257
+ HUF: import("@elaraai/east").NullType;
5258
+ RUB: import("@elaraai/east").NullType;
5259
+ UAH: import("@elaraai/east").NullType;
5260
+ RON: import("@elaraai/east").NullType;
5261
+ MXN: import("@elaraai/east").NullType;
5262
+ BRL: import("@elaraai/east").NullType;
5263
+ ARS: import("@elaraai/east").NullType;
5264
+ CLP: import("@elaraai/east").NullType;
5265
+ COP: import("@elaraai/east").NullType;
5266
+ PEN: import("@elaraai/east").NullType;
5267
+ AED: import("@elaraai/east").NullType;
5268
+ SAR: import("@elaraai/east").NullType;
5269
+ ILS: import("@elaraai/east").NullType;
5270
+ ZAR: import("@elaraai/east").NullType;
5271
+ TRY: import("@elaraai/east").NullType;
5272
+ EGP: import("@elaraai/east").NullType;
5273
+ NGN: import("@elaraai/east").NullType;
5274
+ KES: import("@elaraai/east").NullType;
5275
+ }>;
5276
+ display: OptionType<VariantType<{
5277
+ code: import("@elaraai/east").NullType;
5278
+ symbol: import("@elaraai/east").NullType;
5279
+ narrowSymbol: import("@elaraai/east").NullType;
5280
+ name: import("@elaraai/east").NullType;
5281
+ }>>;
5282
+ minimumFractionDigits: OptionType<IntegerType>;
5283
+ maximumFractionDigits: OptionType<IntegerType>;
5284
+ }>;
5285
+ percent: StructType<{
5286
+ minimumFractionDigits: OptionType<IntegerType>;
5287
+ maximumFractionDigits: OptionType<IntegerType>;
5288
+ signDisplay: OptionType<VariantType<{
5289
+ auto: import("@elaraai/east").NullType;
5290
+ never: import("@elaraai/east").NullType;
5291
+ always: import("@elaraai/east").NullType;
5292
+ exceptZero: import("@elaraai/east").NullType;
5293
+ }>>;
5294
+ }>;
5295
+ compact: StructType<{
5296
+ display: OptionType<VariantType<{
5297
+ short: import("@elaraai/east").NullType;
5298
+ long: import("@elaraai/east").NullType;
5299
+ }>>;
5300
+ }>;
5301
+ unit: StructType<{
5302
+ unit: VariantType<{
5303
+ bit: import("@elaraai/east").NullType;
5304
+ byte: import("@elaraai/east").NullType;
5305
+ kilobit: import("@elaraai/east").NullType;
5306
+ kilobyte: import("@elaraai/east").NullType;
5307
+ megabit: import("@elaraai/east").NullType;
5308
+ megabyte: import("@elaraai/east").NullType;
5309
+ gigabit: import("@elaraai/east").NullType;
5310
+ gigabyte: import("@elaraai/east").NullType;
5311
+ terabit: import("@elaraai/east").NullType;
5312
+ terabyte: import("@elaraai/east").NullType;
5313
+ petabyte: import("@elaraai/east").NullType;
5314
+ nanosecond: import("@elaraai/east").NullType;
5315
+ microsecond: import("@elaraai/east").NullType;
5316
+ millisecond: import("@elaraai/east").NullType;
5317
+ second: import("@elaraai/east").NullType;
5318
+ minute: import("@elaraai/east").NullType;
5319
+ hour: import("@elaraai/east").NullType;
5320
+ day: import("@elaraai/east").NullType;
5321
+ week: import("@elaraai/east").NullType;
5322
+ month: import("@elaraai/east").NullType;
5323
+ year: import("@elaraai/east").NullType;
5324
+ millimeter: import("@elaraai/east").NullType;
5325
+ centimeter: import("@elaraai/east").NullType;
5326
+ meter: import("@elaraai/east").NullType;
5327
+ kilometer: import("@elaraai/east").NullType;
5328
+ inch: import("@elaraai/east").NullType;
5329
+ foot: import("@elaraai/east").NullType;
5330
+ yard: import("@elaraai/east").NullType;
5331
+ mile: import("@elaraai/east").NullType;
5332
+ gram: import("@elaraai/east").NullType;
5333
+ kilogram: import("@elaraai/east").NullType;
5334
+ milligram: import("@elaraai/east").NullType;
5335
+ ounce: import("@elaraai/east").NullType;
5336
+ pound: import("@elaraai/east").NullType;
5337
+ stone: import("@elaraai/east").NullType;
5338
+ celsius: import("@elaraai/east").NullType;
5339
+ fahrenheit: import("@elaraai/east").NullType;
5340
+ milliliter: import("@elaraai/east").NullType;
5341
+ liter: import("@elaraai/east").NullType;
5342
+ gallon: import("@elaraai/east").NullType;
5343
+ fluidOunce: import("@elaraai/east").NullType;
5344
+ acre: import("@elaraai/east").NullType;
5345
+ hectare: import("@elaraai/east").NullType;
5346
+ meterPerSecond: import("@elaraai/east").NullType;
5347
+ kilometerPerHour: import("@elaraai/east").NullType;
5348
+ milePerHour: import("@elaraai/east").NullType;
5349
+ percent: import("@elaraai/east").NullType;
5350
+ degree: import("@elaraai/east").NullType;
5351
+ }>;
5352
+ display: OptionType<VariantType<{
5353
+ short: import("@elaraai/east").NullType;
5354
+ narrow: import("@elaraai/east").NullType;
5355
+ long: import("@elaraai/east").NullType;
5356
+ }>>;
5357
+ }>;
5358
+ scientific: import("@elaraai/east").NullType;
5359
+ engineering: import("@elaraai/east").NullType;
5360
+ date: StructType<{
5361
+ style: OptionType<VariantType<{
5362
+ full: import("@elaraai/east").NullType;
5363
+ long: import("@elaraai/east").NullType;
5364
+ medium: import("@elaraai/east").NullType;
5365
+ short: import("@elaraai/east").NullType;
5366
+ }>>;
5367
+ }>;
5368
+ time: StructType<{
5369
+ style: OptionType<VariantType<{
5370
+ full: import("@elaraai/east").NullType;
5371
+ long: import("@elaraai/east").NullType;
5372
+ medium: import("@elaraai/east").NullType;
5373
+ short: import("@elaraai/east").NullType;
5374
+ }>>;
5375
+ hour12: OptionType<BooleanType>;
5376
+ }>;
5377
+ datetime: StructType<{
5378
+ dateStyle: OptionType<VariantType<{
5379
+ full: import("@elaraai/east").NullType;
5380
+ long: import("@elaraai/east").NullType;
5381
+ medium: import("@elaraai/east").NullType;
5382
+ short: import("@elaraai/east").NullType;
5383
+ }>>;
5384
+ timeStyle: OptionType<VariantType<{
5385
+ full: import("@elaraai/east").NullType;
5386
+ long: import("@elaraai/east").NullType;
5387
+ medium: import("@elaraai/east").NullType;
5388
+ short: import("@elaraai/east").NullType;
5389
+ }>>;
5390
+ hour12: OptionType<BooleanType>;
5391
+ }>;
5392
+ }>>;
5393
+ domain: OptionType<ArrayType<FloatType>>;
5394
+ hide: OptionType<BooleanType>;
5395
+ axisLine: OptionType<BooleanType>;
5396
+ tickLine: OptionType<BooleanType>;
5397
+ tickMargin: OptionType<IntegerType>;
5398
+ strokeColor: OptionType<StringType>;
5399
+ orientation: OptionType<VariantType<{
5400
+ top: import("@elaraai/east").NullType;
5401
+ bottom: import("@elaraai/east").NullType;
5402
+ left: import("@elaraai/east").NullType;
5403
+ right: import("@elaraai/east").NullType;
5404
+ }>>;
5405
+ axisId: OptionType<StringType>;
5406
+ }>>;
5407
+ xDataKey: OptionType<StringType>;
5408
+ yDataKey: OptionType<StringType>;
5409
+ grid: OptionType<StructType<{
5410
+ show: OptionType<BooleanType>;
5411
+ vertical: OptionType<BooleanType>;
5412
+ horizontal: OptionType<BooleanType>;
5413
+ strokeColor: OptionType<StringType>;
5414
+ strokeDasharray: OptionType<StringType>;
5415
+ }>>;
5416
+ tooltip: OptionType<StructType<{
5417
+ show: OptionType<BooleanType>;
5418
+ cursor: OptionType<VariantType<{
5419
+ none: import("@elaraai/east").NullType;
5420
+ crosshair: StringType;
5421
+ fill: StringType;
5422
+ }>>;
5423
+ animationDuration: OptionType<IntegerType>;
5424
+ }>>;
5425
+ legend: OptionType<StructType<{
5426
+ show: OptionType<BooleanType>;
5427
+ layout: OptionType<VariantType<{
5428
+ horizontal: import("@elaraai/east").NullType;
5429
+ vertical: import("@elaraai/east").NullType;
5430
+ }>>;
5431
+ align: OptionType<VariantType<{
5432
+ left: import("@elaraai/east").NullType;
5433
+ center: import("@elaraai/east").NullType;
5434
+ right: import("@elaraai/east").NullType;
5435
+ }>>;
5436
+ verticalAlign: OptionType<VariantType<{
5437
+ top: import("@elaraai/east").NullType;
5438
+ middle: import("@elaraai/east").NullType;
5439
+ bottom: import("@elaraai/east").NullType;
5440
+ }>>;
5441
+ }>>;
5442
+ margin: OptionType<StructType<{
5443
+ top: OptionType<IntegerType>;
5444
+ right: OptionType<IntegerType>;
5445
+ bottom: OptionType<IntegerType>;
5446
+ left: OptionType<IntegerType>;
5447
+ }>>;
5448
+ pointSize: OptionType<IntegerType>;
5449
+ referenceLines: OptionType<ArrayType<StructType<{
5450
+ x: OptionType<VariantType<{
5451
+ Null: import("@elaraai/east").NullType;
5452
+ Boolean: BooleanType;
5453
+ Integer: IntegerType;
5454
+ Float: FloatType;
5455
+ String: StringType;
5456
+ DateTime: import("@elaraai/east").DateTimeType;
5457
+ Blob: import("@elaraai/east").BlobType;
5458
+ }>>;
5459
+ y: OptionType<VariantType<{
5460
+ Null: import("@elaraai/east").NullType;
5461
+ Boolean: BooleanType;
5462
+ Integer: IntegerType;
5463
+ Float: FloatType;
5464
+ String: StringType;
5465
+ DateTime: import("@elaraai/east").DateTimeType;
5466
+ Blob: import("@elaraai/east").BlobType;
5467
+ }>>;
5468
+ stroke: OptionType<StringType>;
5469
+ strokeWidth: OptionType<IntegerType>;
5470
+ strokeDasharray: OptionType<StringType>;
5471
+ label: OptionType<StringType>;
5472
+ labelPosition: OptionType<VariantType<{
5473
+ top: import("@elaraai/east").NullType;
5474
+ bottom: import("@elaraai/east").NullType;
5475
+ left: import("@elaraai/east").NullType;
5476
+ right: import("@elaraai/east").NullType;
5477
+ center: import("@elaraai/east").NullType;
5478
+ insideTop: import("@elaraai/east").NullType;
5479
+ insideBottom: import("@elaraai/east").NullType;
5480
+ insideLeft: import("@elaraai/east").NullType;
5481
+ insideRight: import("@elaraai/east").NullType;
5482
+ insideTopLeft: import("@elaraai/east").NullType;
5483
+ insideTopRight: import("@elaraai/east").NullType;
5484
+ insideBottomLeft: import("@elaraai/east").NullType;
5485
+ insideBottomRight: import("@elaraai/east").NullType;
5486
+ }>>;
5487
+ labelOffset: OptionType<IntegerType>;
5488
+ ifOverflow: OptionType<VariantType<{
5489
+ discard: import("@elaraai/east").NullType;
5490
+ hidden: import("@elaraai/east").NullType;
5491
+ visible: import("@elaraai/east").NullType;
5492
+ extendDomain: import("@elaraai/east").NullType;
5493
+ }>>;
5494
+ }>>>;
5495
+ referenceDots: OptionType<ArrayType<StructType<{
5496
+ x: VariantType<{
5497
+ Null: import("@elaraai/east").NullType;
5498
+ Boolean: BooleanType;
5499
+ Integer: IntegerType;
5500
+ Float: FloatType;
5501
+ String: StringType;
5502
+ DateTime: import("@elaraai/east").DateTimeType;
5503
+ Blob: import("@elaraai/east").BlobType;
5504
+ }>;
5505
+ y: VariantType<{
5506
+ Null: import("@elaraai/east").NullType;
5507
+ Boolean: BooleanType;
5508
+ Integer: IntegerType;
5509
+ Float: FloatType;
5510
+ String: StringType;
5511
+ DateTime: import("@elaraai/east").DateTimeType;
5512
+ Blob: import("@elaraai/east").BlobType;
5513
+ }>;
5514
+ r: OptionType<IntegerType>;
5515
+ fill: OptionType<StringType>;
5516
+ stroke: OptionType<StringType>;
5517
+ strokeWidth: OptionType<IntegerType>;
5518
+ label: OptionType<StringType>;
5519
+ labelPosition: OptionType<VariantType<{
5520
+ top: import("@elaraai/east").NullType;
5521
+ bottom: import("@elaraai/east").NullType;
5522
+ left: import("@elaraai/east").NullType;
5523
+ right: import("@elaraai/east").NullType;
5524
+ center: import("@elaraai/east").NullType;
5525
+ insideTop: import("@elaraai/east").NullType;
5526
+ insideBottom: import("@elaraai/east").NullType;
5527
+ insideLeft: import("@elaraai/east").NullType;
5528
+ insideRight: import("@elaraai/east").NullType;
5529
+ insideTopLeft: import("@elaraai/east").NullType;
5530
+ insideTopRight: import("@elaraai/east").NullType;
5531
+ insideBottomLeft: import("@elaraai/east").NullType;
5532
+ insideBottomRight: import("@elaraai/east").NullType;
5533
+ }>>;
5534
+ labelOffset: OptionType<IntegerType>;
5535
+ ifOverflow: OptionType<VariantType<{
5536
+ discard: import("@elaraai/east").NullType;
5537
+ hidden: import("@elaraai/east").NullType;
5538
+ visible: import("@elaraai/east").NullType;
5539
+ extendDomain: import("@elaraai/east").NullType;
5540
+ }>>;
5541
+ }>>>;
5542
+ referenceAreas: OptionType<ArrayType<StructType<{
5543
+ x1: OptionType<VariantType<{
5544
+ Null: import("@elaraai/east").NullType;
5545
+ Boolean: BooleanType;
5546
+ Integer: IntegerType;
5547
+ Float: FloatType;
5548
+ String: StringType;
5549
+ DateTime: import("@elaraai/east").DateTimeType;
5550
+ Blob: import("@elaraai/east").BlobType;
5551
+ }>>;
5552
+ x2: OptionType<VariantType<{
5553
+ Null: import("@elaraai/east").NullType;
5554
+ Boolean: BooleanType;
5555
+ Integer: IntegerType;
5556
+ Float: FloatType;
5557
+ String: StringType;
5558
+ DateTime: import("@elaraai/east").DateTimeType;
5559
+ Blob: import("@elaraai/east").BlobType;
5560
+ }>>;
5561
+ y1: OptionType<VariantType<{
5562
+ Null: import("@elaraai/east").NullType;
5563
+ Boolean: BooleanType;
5564
+ Integer: IntegerType;
5565
+ Float: FloatType;
5566
+ String: StringType;
5567
+ DateTime: import("@elaraai/east").DateTimeType;
5568
+ Blob: import("@elaraai/east").BlobType;
5569
+ }>>;
5570
+ y2: OptionType<VariantType<{
5571
+ Null: import("@elaraai/east").NullType;
5572
+ Boolean: BooleanType;
5573
+ Integer: IntegerType;
5574
+ Float: FloatType;
5575
+ String: StringType;
5576
+ DateTime: import("@elaraai/east").DateTimeType;
5577
+ Blob: import("@elaraai/east").BlobType;
5578
+ }>>;
5579
+ fill: OptionType<StringType>;
5580
+ fillOpacity: OptionType<FloatType>;
5581
+ stroke: OptionType<StringType>;
5582
+ label: OptionType<StringType>;
5583
+ labelPosition: OptionType<VariantType<{
5584
+ top: import("@elaraai/east").NullType;
5585
+ bottom: import("@elaraai/east").NullType;
5586
+ left: import("@elaraai/east").NullType;
5587
+ right: import("@elaraai/east").NullType;
5588
+ center: import("@elaraai/east").NullType;
5589
+ insideTop: import("@elaraai/east").NullType;
5590
+ insideBottom: import("@elaraai/east").NullType;
5591
+ insideLeft: import("@elaraai/east").NullType;
5592
+ insideRight: import("@elaraai/east").NullType;
5593
+ insideTopLeft: import("@elaraai/east").NullType;
5594
+ insideTopRight: import("@elaraai/east").NullType;
5595
+ insideBottomLeft: import("@elaraai/east").NullType;
5596
+ insideBottomRight: import("@elaraai/east").NullType;
5597
+ }>>;
5598
+ labelOffset: OptionType<IntegerType>;
5599
+ ifOverflow: OptionType<VariantType<{
5600
+ discard: import("@elaraai/east").NullType;
5601
+ hidden: import("@elaraai/east").NullType;
5602
+ visible: import("@elaraai/east").NullType;
5603
+ extendDomain: import("@elaraai/east").NullType;
5604
+ }>>;
5605
+ }>>>;
5606
+ }>;
5607
+ PieChart: StructType<{
5608
+ data: ArrayType<StructType<{
5609
+ name: StringType;
5610
+ value: FloatType;
5611
+ color: OptionType<StringType>;
5612
+ }>>;
5613
+ innerRadius: OptionType<FloatType>;
5614
+ outerRadius: OptionType<FloatType>;
5615
+ startAngle: OptionType<FloatType>;
5616
+ endAngle: OptionType<FloatType>;
5617
+ paddingAngle: OptionType<FloatType>;
5618
+ showLabels: OptionType<BooleanType>;
5619
+ tooltip: OptionType<StructType<{
5620
+ show: OptionType<BooleanType>;
5621
+ cursor: OptionType<VariantType<{
5622
+ none: import("@elaraai/east").NullType;
5623
+ crosshair: StringType;
5624
+ fill: StringType;
5625
+ }>>;
5626
+ animationDuration: OptionType<IntegerType>;
5627
+ }>>;
5628
+ legend: OptionType<StructType<{
5629
+ show: OptionType<BooleanType>;
5630
+ layout: OptionType<VariantType<{
5631
+ horizontal: import("@elaraai/east").NullType;
5632
+ vertical: import("@elaraai/east").NullType;
5633
+ }>>;
5634
+ align: OptionType<VariantType<{
5635
+ left: import("@elaraai/east").NullType;
5636
+ center: import("@elaraai/east").NullType;
5637
+ right: import("@elaraai/east").NullType;
5638
+ }>>;
5639
+ verticalAlign: OptionType<VariantType<{
5640
+ top: import("@elaraai/east").NullType;
5641
+ middle: import("@elaraai/east").NullType;
5642
+ bottom: import("@elaraai/east").NullType;
5643
+ }>>;
5644
+ }>>;
5645
+ margin: OptionType<StructType<{
5646
+ top: OptionType<IntegerType>;
5647
+ right: OptionType<IntegerType>;
5648
+ bottom: OptionType<IntegerType>;
5649
+ left: OptionType<IntegerType>;
5650
+ }>>;
5651
+ }>;
5652
+ RadarChart: StructType<{
5653
+ data: ArrayType<DictType<StringType, VariantType<{
5654
+ Null: import("@elaraai/east").NullType;
5655
+ Boolean: BooleanType;
5656
+ Integer: IntegerType;
5657
+ Float: FloatType;
5658
+ String: StringType;
5659
+ DateTime: import("@elaraai/east").DateTimeType;
5660
+ Blob: import("@elaraai/east").BlobType;
5661
+ }>>>;
5662
+ series: ArrayType<StructType<{
5663
+ name: StringType;
5664
+ color: OptionType<StringType>;
5665
+ stackId: OptionType<StringType>;
5666
+ label: OptionType<StringType>;
5667
+ stroke: OptionType<StringType>;
5668
+ strokeWidth: OptionType<IntegerType>;
5669
+ fill: OptionType<StringType>;
5670
+ fillOpacity: OptionType<FloatType>;
5671
+ strokeDasharray: OptionType<StringType>;
5672
+ yAxisId: OptionType<VariantType<{
5673
+ left: import("@elaraai/east").NullType;
5674
+ right: import("@elaraai/east").NullType;
5675
+ }>>;
5676
+ }>>;
5677
+ dataKey: OptionType<StringType>;
5678
+ grid: OptionType<StructType<{
5679
+ show: OptionType<BooleanType>;
5680
+ vertical: OptionType<BooleanType>;
5681
+ horizontal: OptionType<BooleanType>;
5682
+ strokeColor: OptionType<StringType>;
5683
+ strokeDasharray: OptionType<StringType>;
5684
+ }>>;
5685
+ tooltip: OptionType<StructType<{
5686
+ show: OptionType<BooleanType>;
5687
+ cursor: OptionType<VariantType<{
5688
+ none: import("@elaraai/east").NullType;
5689
+ crosshair: StringType;
5690
+ fill: StringType;
5691
+ }>>;
5692
+ animationDuration: OptionType<IntegerType>;
5693
+ }>>;
5694
+ legend: OptionType<StructType<{
5695
+ show: OptionType<BooleanType>;
5696
+ layout: OptionType<VariantType<{
5697
+ horizontal: import("@elaraai/east").NullType;
5698
+ vertical: import("@elaraai/east").NullType;
5699
+ }>>;
5700
+ align: OptionType<VariantType<{
5701
+ left: import("@elaraai/east").NullType;
5702
+ center: import("@elaraai/east").NullType;
5703
+ right: import("@elaraai/east").NullType;
5704
+ }>>;
5705
+ verticalAlign: OptionType<VariantType<{
5706
+ top: import("@elaraai/east").NullType;
5707
+ middle: import("@elaraai/east").NullType;
5708
+ bottom: import("@elaraai/east").NullType;
5709
+ }>>;
5710
+ }>>;
5711
+ margin: OptionType<StructType<{
5712
+ top: OptionType<IntegerType>;
5713
+ right: OptionType<IntegerType>;
5714
+ bottom: OptionType<IntegerType>;
5715
+ left: OptionType<IntegerType>;
5716
+ }>>;
5717
+ fillOpacity: OptionType<FloatType>;
5718
+ }>;
5719
+ BarList: StructType<{
5720
+ data: ArrayType<StructType<{
5721
+ name: StringType;
5722
+ value: FloatType;
5723
+ color: OptionType<StringType>;
5724
+ }>>;
5725
+ sort: OptionType<StructType<{
5726
+ by: StringType;
5727
+ direction: VariantType<{
5728
+ asc: import("@elaraai/east").NullType;
5729
+ desc: import("@elaraai/east").NullType;
5730
+ }>;
5731
+ }>>;
5732
+ showValue: OptionType<BooleanType>;
5733
+ showLabel: OptionType<BooleanType>;
5734
+ valueFormat: OptionType<VariantType<{
5735
+ number: StructType<{
5736
+ minimumFractionDigits: OptionType<IntegerType>;
5737
+ maximumFractionDigits: OptionType<IntegerType>;
5738
+ signDisplay: OptionType<VariantType<{
5739
+ auto: import("@elaraai/east").NullType;
5740
+ never: import("@elaraai/east").NullType;
5741
+ always: import("@elaraai/east").NullType;
5742
+ exceptZero: import("@elaraai/east").NullType;
5743
+ }>>;
5744
+ }>;
5745
+ currency: StructType<{
5746
+ currency: VariantType<{
5747
+ USD: import("@elaraai/east").NullType;
5748
+ EUR: import("@elaraai/east").NullType;
5749
+ GBP: import("@elaraai/east").NullType;
5750
+ JPY: import("@elaraai/east").NullType;
5751
+ CHF: import("@elaraai/east").NullType;
5752
+ CAD: import("@elaraai/east").NullType;
5753
+ AUD: import("@elaraai/east").NullType;
5754
+ NZD: import("@elaraai/east").NullType;
5755
+ CNY: import("@elaraai/east").NullType;
5756
+ HKD: import("@elaraai/east").NullType;
5757
+ SGD: import("@elaraai/east").NullType;
5758
+ KRW: import("@elaraai/east").NullType;
5759
+ INR: import("@elaraai/east").NullType;
5760
+ TWD: import("@elaraai/east").NullType;
5761
+ THB: import("@elaraai/east").NullType;
5762
+ MYR: import("@elaraai/east").NullType;
5763
+ IDR: import("@elaraai/east").NullType;
5764
+ PHP: import("@elaraai/east").NullType;
5765
+ VND: import("@elaraai/east").NullType;
5766
+ SEK: import("@elaraai/east").NullType;
5767
+ NOK: import("@elaraai/east").NullType;
5768
+ DKK: import("@elaraai/east").NullType;
5769
+ PLN: import("@elaraai/east").NullType;
5770
+ CZK: import("@elaraai/east").NullType;
5771
+ HUF: import("@elaraai/east").NullType;
5772
+ RUB: import("@elaraai/east").NullType;
5773
+ UAH: import("@elaraai/east").NullType;
5774
+ RON: import("@elaraai/east").NullType;
5775
+ MXN: import("@elaraai/east").NullType;
5776
+ BRL: import("@elaraai/east").NullType;
5777
+ ARS: import("@elaraai/east").NullType;
5778
+ CLP: import("@elaraai/east").NullType;
5779
+ COP: import("@elaraai/east").NullType;
5780
+ PEN: import("@elaraai/east").NullType;
5781
+ AED: import("@elaraai/east").NullType;
5782
+ SAR: import("@elaraai/east").NullType;
5783
+ ILS: import("@elaraai/east").NullType;
5784
+ ZAR: import("@elaraai/east").NullType;
5785
+ TRY: import("@elaraai/east").NullType;
5786
+ EGP: import("@elaraai/east").NullType;
5787
+ NGN: import("@elaraai/east").NullType;
5788
+ KES: import("@elaraai/east").NullType;
5789
+ }>;
5790
+ display: OptionType<VariantType<{
5791
+ code: import("@elaraai/east").NullType;
5792
+ symbol: import("@elaraai/east").NullType;
5793
+ narrowSymbol: import("@elaraai/east").NullType;
5794
+ name: import("@elaraai/east").NullType;
5795
+ }>>;
5796
+ minimumFractionDigits: OptionType<IntegerType>;
5797
+ maximumFractionDigits: OptionType<IntegerType>;
5798
+ }>;
5799
+ percent: StructType<{
5800
+ minimumFractionDigits: OptionType<IntegerType>;
5801
+ maximumFractionDigits: OptionType<IntegerType>;
5802
+ signDisplay: OptionType<VariantType<{
5803
+ auto: import("@elaraai/east").NullType;
5804
+ never: import("@elaraai/east").NullType;
5805
+ always: import("@elaraai/east").NullType;
5806
+ exceptZero: import("@elaraai/east").NullType;
5807
+ }>>;
5808
+ }>;
5809
+ compact: StructType<{
5810
+ display: OptionType<VariantType<{
5811
+ short: import("@elaraai/east").NullType;
5812
+ long: import("@elaraai/east").NullType;
5813
+ }>>;
5814
+ }>;
5815
+ unit: StructType<{
5816
+ unit: VariantType<{
5817
+ bit: import("@elaraai/east").NullType;
5818
+ byte: import("@elaraai/east").NullType;
5819
+ kilobit: import("@elaraai/east").NullType;
5820
+ kilobyte: import("@elaraai/east").NullType;
5821
+ megabit: import("@elaraai/east").NullType;
5822
+ megabyte: import("@elaraai/east").NullType;
5823
+ gigabit: import("@elaraai/east").NullType;
5824
+ gigabyte: import("@elaraai/east").NullType;
5825
+ terabit: import("@elaraai/east").NullType;
5826
+ terabyte: import("@elaraai/east").NullType;
5827
+ petabyte: import("@elaraai/east").NullType;
5828
+ nanosecond: import("@elaraai/east").NullType;
5829
+ microsecond: import("@elaraai/east").NullType;
5830
+ millisecond: import("@elaraai/east").NullType;
5831
+ second: import("@elaraai/east").NullType;
5832
+ minute: import("@elaraai/east").NullType;
5833
+ hour: import("@elaraai/east").NullType;
5834
+ day: import("@elaraai/east").NullType;
5835
+ week: import("@elaraai/east").NullType;
5836
+ month: import("@elaraai/east").NullType;
5837
+ year: import("@elaraai/east").NullType;
5838
+ millimeter: import("@elaraai/east").NullType;
5839
+ centimeter: import("@elaraai/east").NullType;
5840
+ meter: import("@elaraai/east").NullType;
5841
+ kilometer: import("@elaraai/east").NullType;
5842
+ inch: import("@elaraai/east").NullType;
5843
+ foot: import("@elaraai/east").NullType;
5844
+ yard: import("@elaraai/east").NullType;
5845
+ mile: import("@elaraai/east").NullType;
5846
+ gram: import("@elaraai/east").NullType;
5847
+ kilogram: import("@elaraai/east").NullType;
5848
+ milligram: import("@elaraai/east").NullType;
5849
+ ounce: import("@elaraai/east").NullType;
5850
+ pound: import("@elaraai/east").NullType;
5851
+ stone: import("@elaraai/east").NullType;
5852
+ celsius: import("@elaraai/east").NullType;
5853
+ fahrenheit: import("@elaraai/east").NullType;
5854
+ milliliter: import("@elaraai/east").NullType;
5855
+ liter: import("@elaraai/east").NullType;
5856
+ gallon: import("@elaraai/east").NullType;
5857
+ fluidOunce: import("@elaraai/east").NullType;
5858
+ acre: import("@elaraai/east").NullType;
5859
+ hectare: import("@elaraai/east").NullType;
5860
+ meterPerSecond: import("@elaraai/east").NullType;
5861
+ kilometerPerHour: import("@elaraai/east").NullType;
5862
+ milePerHour: import("@elaraai/east").NullType;
5863
+ percent: import("@elaraai/east").NullType;
5864
+ degree: import("@elaraai/east").NullType;
5865
+ }>;
5866
+ display: OptionType<VariantType<{
5867
+ short: import("@elaraai/east").NullType;
5868
+ narrow: import("@elaraai/east").NullType;
5869
+ long: import("@elaraai/east").NullType;
5870
+ }>>;
5871
+ }>;
5872
+ scientific: import("@elaraai/east").NullType;
5873
+ engineering: import("@elaraai/east").NullType;
5874
+ date: StructType<{
5875
+ style: OptionType<VariantType<{
5876
+ full: import("@elaraai/east").NullType;
5877
+ long: import("@elaraai/east").NullType;
5878
+ medium: import("@elaraai/east").NullType;
5879
+ short: import("@elaraai/east").NullType;
5880
+ }>>;
5881
+ }>;
5882
+ time: StructType<{
5883
+ style: OptionType<VariantType<{
5884
+ full: import("@elaraai/east").NullType;
5885
+ long: import("@elaraai/east").NullType;
5886
+ medium: import("@elaraai/east").NullType;
5887
+ short: import("@elaraai/east").NullType;
5888
+ }>>;
5889
+ hour12: OptionType<BooleanType>;
5890
+ }>;
5891
+ datetime: StructType<{
5892
+ dateStyle: OptionType<VariantType<{
5893
+ full: import("@elaraai/east").NullType;
5894
+ long: import("@elaraai/east").NullType;
5895
+ medium: import("@elaraai/east").NullType;
5896
+ short: import("@elaraai/east").NullType;
5897
+ }>>;
5898
+ timeStyle: OptionType<VariantType<{
5899
+ full: import("@elaraai/east").NullType;
5900
+ long: import("@elaraai/east").NullType;
5901
+ medium: import("@elaraai/east").NullType;
5902
+ short: import("@elaraai/east").NullType;
5903
+ }>>;
5904
+ hour12: OptionType<BooleanType>;
5905
+ }>;
5906
+ }>>;
5907
+ color: OptionType<StringType>;
5908
+ }>;
5909
+ BarSegment: StructType<{
5910
+ data: ArrayType<StructType<{
5911
+ name: StringType;
5912
+ value: FloatType;
5913
+ color: OptionType<StringType>;
5914
+ }>>;
5915
+ sort: OptionType<StructType<{
5916
+ by: StringType;
5917
+ direction: VariantType<{
5918
+ asc: import("@elaraai/east").NullType;
5919
+ desc: import("@elaraai/east").NullType;
5920
+ }>;
5921
+ }>>;
5922
+ showValue: OptionType<BooleanType>;
5923
+ showLabel: OptionType<BooleanType>;
5924
+ }>;
5925
+ ComposedChart: StructType<{
5926
+ data: ArrayType<DictType<StringType, VariantType<{
5927
+ Null: import("@elaraai/east").NullType;
5928
+ Boolean: BooleanType;
5929
+ Integer: IntegerType;
5930
+ Float: FloatType;
5931
+ String: StringType;
5932
+ DateTime: import("@elaraai/east").DateTimeType;
5933
+ Blob: import("@elaraai/east").BlobType;
5934
+ }>>>;
5935
+ dataSeries: OptionType<DictType<StringType, ArrayType<DictType<StringType, VariantType<{
5936
+ Null: import("@elaraai/east").NullType;
5937
+ Boolean: BooleanType;
5938
+ Integer: IntegerType;
5939
+ Float: FloatType;
5940
+ String: StringType;
5941
+ DateTime: import("@elaraai/east").DateTimeType;
5942
+ Blob: import("@elaraai/east").BlobType;
5943
+ }>>>>>;
5944
+ valueKey: OptionType<StringType>;
5945
+ series: ArrayType<VariantType<{
5946
+ line: StructType<{
5947
+ name: StringType;
5948
+ color: OptionType<StringType>;
5949
+ stackId: OptionType<StringType>;
5950
+ label: OptionType<StringType>;
5951
+ stroke: OptionType<StringType>;
5952
+ strokeWidth: OptionType<IntegerType>;
5953
+ strokeDasharray: OptionType<StringType>;
5954
+ showDots: OptionType<BooleanType>;
5955
+ showLine: OptionType<BooleanType>;
5956
+ yAxisId: OptionType<VariantType<{
5957
+ left: import("@elaraai/east").NullType;
5958
+ right: import("@elaraai/east").NullType;
5959
+ }>>;
5960
+ }>;
5961
+ area: StructType<{
5962
+ name: StringType;
5963
+ color: OptionType<StringType>;
5964
+ stackId: OptionType<StringType>;
5965
+ label: OptionType<StringType>;
5966
+ stroke: OptionType<StringType>;
5967
+ strokeWidth: OptionType<IntegerType>;
5968
+ fill: OptionType<StringType>;
5969
+ fillOpacity: OptionType<FloatType>;
5970
+ strokeDasharray: OptionType<StringType>;
5971
+ yAxisId: OptionType<VariantType<{
5972
+ left: import("@elaraai/east").NullType;
5973
+ right: import("@elaraai/east").NullType;
5974
+ }>>;
5975
+ }>;
5976
+ areaRange: StructType<{
5977
+ name: StringType;
5978
+ lowKey: StringType;
5979
+ highKey: StringType;
5980
+ color: OptionType<StringType>;
5981
+ label: OptionType<StringType>;
5982
+ fillOpacity: OptionType<FloatType>;
5983
+ stroke: OptionType<StringType>;
5984
+ strokeWidth: OptionType<IntegerType>;
5985
+ yAxisId: OptionType<VariantType<{
5986
+ left: import("@elaraai/east").NullType;
5987
+ right: import("@elaraai/east").NullType;
5988
+ }>>;
5989
+ }>;
5990
+ bar: StructType<{
5991
+ name: StringType;
5992
+ color: OptionType<StringType>;
5993
+ stackId: OptionType<StringType>;
5994
+ label: OptionType<StringType>;
5995
+ stroke: OptionType<StringType>;
5996
+ strokeWidth: OptionType<IntegerType>;
5997
+ fill: OptionType<StringType>;
5998
+ fillOpacity: OptionType<FloatType>;
5999
+ strokeDasharray: OptionType<StringType>;
6000
+ yAxisId: OptionType<VariantType<{
6001
+ left: import("@elaraai/east").NullType;
6002
+ right: import("@elaraai/east").NullType;
6003
+ }>>;
6004
+ }>;
6005
+ scatter: StructType<{
6006
+ name: StringType;
6007
+ color: OptionType<StringType>;
6008
+ stackId: OptionType<StringType>;
6009
+ label: OptionType<StringType>;
6010
+ stroke: OptionType<StringType>;
6011
+ strokeWidth: OptionType<IntegerType>;
6012
+ fill: OptionType<StringType>;
6013
+ fillOpacity: OptionType<FloatType>;
6014
+ strokeDasharray: OptionType<StringType>;
6015
+ yAxisId: OptionType<VariantType<{
6016
+ left: import("@elaraai/east").NullType;
6017
+ right: import("@elaraai/east").NullType;
6018
+ }>>;
6019
+ }>;
6020
+ }>>;
6021
+ xAxis: OptionType<StructType<{
6022
+ dataKey: OptionType<StringType>;
6023
+ label: OptionType<StringType>;
6024
+ tickFormat: OptionType<VariantType<{
6025
+ number: StructType<{
6026
+ minimumFractionDigits: OptionType<IntegerType>;
6027
+ maximumFractionDigits: OptionType<IntegerType>;
6028
+ signDisplay: OptionType<VariantType<{
6029
+ auto: import("@elaraai/east").NullType;
6030
+ never: import("@elaraai/east").NullType;
6031
+ always: import("@elaraai/east").NullType;
6032
+ exceptZero: import("@elaraai/east").NullType;
6033
+ }>>;
6034
+ }>;
6035
+ currency: StructType<{
6036
+ currency: VariantType<{
6037
+ USD: import("@elaraai/east").NullType;
6038
+ EUR: import("@elaraai/east").NullType;
6039
+ GBP: import("@elaraai/east").NullType;
6040
+ JPY: import("@elaraai/east").NullType;
6041
+ CHF: import("@elaraai/east").NullType;
6042
+ CAD: import("@elaraai/east").NullType;
6043
+ AUD: import("@elaraai/east").NullType;
6044
+ NZD: import("@elaraai/east").NullType;
6045
+ CNY: import("@elaraai/east").NullType;
6046
+ HKD: import("@elaraai/east").NullType;
6047
+ SGD: import("@elaraai/east").NullType;
6048
+ KRW: import("@elaraai/east").NullType;
6049
+ INR: import("@elaraai/east").NullType;
6050
+ TWD: import("@elaraai/east").NullType;
6051
+ THB: import("@elaraai/east").NullType;
6052
+ MYR: import("@elaraai/east").NullType;
6053
+ IDR: import("@elaraai/east").NullType;
6054
+ PHP: import("@elaraai/east").NullType;
6055
+ VND: import("@elaraai/east").NullType;
6056
+ SEK: import("@elaraai/east").NullType;
6057
+ NOK: import("@elaraai/east").NullType;
6058
+ DKK: import("@elaraai/east").NullType;
6059
+ PLN: import("@elaraai/east").NullType;
6060
+ CZK: import("@elaraai/east").NullType;
6061
+ HUF: import("@elaraai/east").NullType;
6062
+ RUB: import("@elaraai/east").NullType;
6063
+ UAH: import("@elaraai/east").NullType;
6064
+ RON: import("@elaraai/east").NullType;
6065
+ MXN: import("@elaraai/east").NullType;
6066
+ BRL: import("@elaraai/east").NullType;
6067
+ ARS: import("@elaraai/east").NullType;
6068
+ CLP: import("@elaraai/east").NullType;
6069
+ COP: import("@elaraai/east").NullType;
6070
+ PEN: import("@elaraai/east").NullType;
6071
+ AED: import("@elaraai/east").NullType;
6072
+ SAR: import("@elaraai/east").NullType;
6073
+ ILS: import("@elaraai/east").NullType;
6074
+ ZAR: import("@elaraai/east").NullType;
6075
+ TRY: import("@elaraai/east").NullType;
6076
+ EGP: import("@elaraai/east").NullType;
6077
+ NGN: import("@elaraai/east").NullType;
6078
+ KES: import("@elaraai/east").NullType;
6079
+ }>;
6080
+ display: OptionType<VariantType<{
6081
+ code: import("@elaraai/east").NullType;
6082
+ symbol: import("@elaraai/east").NullType;
6083
+ narrowSymbol: import("@elaraai/east").NullType;
6084
+ name: import("@elaraai/east").NullType;
6085
+ }>>;
6086
+ minimumFractionDigits: OptionType<IntegerType>;
6087
+ maximumFractionDigits: OptionType<IntegerType>;
6088
+ }>;
6089
+ percent: StructType<{
6090
+ minimumFractionDigits: OptionType<IntegerType>;
6091
+ maximumFractionDigits: OptionType<IntegerType>;
6092
+ signDisplay: OptionType<VariantType<{
6093
+ auto: import("@elaraai/east").NullType;
6094
+ never: import("@elaraai/east").NullType;
6095
+ always: import("@elaraai/east").NullType;
6096
+ exceptZero: import("@elaraai/east").NullType;
6097
+ }>>;
6098
+ }>;
6099
+ compact: StructType<{
6100
+ display: OptionType<VariantType<{
6101
+ short: import("@elaraai/east").NullType;
6102
+ long: import("@elaraai/east").NullType;
6103
+ }>>;
6104
+ }>;
6105
+ unit: StructType<{
6106
+ unit: VariantType<{
6107
+ bit: import("@elaraai/east").NullType;
6108
+ byte: import("@elaraai/east").NullType;
6109
+ kilobit: import("@elaraai/east").NullType;
6110
+ kilobyte: import("@elaraai/east").NullType;
6111
+ megabit: import("@elaraai/east").NullType;
6112
+ megabyte: import("@elaraai/east").NullType;
6113
+ gigabit: import("@elaraai/east").NullType;
6114
+ gigabyte: import("@elaraai/east").NullType;
6115
+ terabit: import("@elaraai/east").NullType;
6116
+ terabyte: import("@elaraai/east").NullType;
6117
+ petabyte: import("@elaraai/east").NullType;
6118
+ nanosecond: import("@elaraai/east").NullType;
6119
+ microsecond: import("@elaraai/east").NullType;
6120
+ millisecond: import("@elaraai/east").NullType;
6121
+ second: import("@elaraai/east").NullType;
6122
+ minute: import("@elaraai/east").NullType;
6123
+ hour: import("@elaraai/east").NullType;
6124
+ day: import("@elaraai/east").NullType;
6125
+ week: import("@elaraai/east").NullType;
6126
+ month: import("@elaraai/east").NullType;
6127
+ year: import("@elaraai/east").NullType;
6128
+ millimeter: import("@elaraai/east").NullType;
6129
+ centimeter: import("@elaraai/east").NullType;
6130
+ meter: import("@elaraai/east").NullType;
6131
+ kilometer: import("@elaraai/east").NullType;
6132
+ inch: import("@elaraai/east").NullType;
6133
+ foot: import("@elaraai/east").NullType;
6134
+ yard: import("@elaraai/east").NullType;
6135
+ mile: import("@elaraai/east").NullType;
6136
+ gram: import("@elaraai/east").NullType;
6137
+ kilogram: import("@elaraai/east").NullType;
6138
+ milligram: import("@elaraai/east").NullType;
6139
+ ounce: import("@elaraai/east").NullType;
6140
+ pound: import("@elaraai/east").NullType;
6141
+ stone: import("@elaraai/east").NullType;
6142
+ celsius: import("@elaraai/east").NullType;
6143
+ fahrenheit: import("@elaraai/east").NullType;
6144
+ milliliter: import("@elaraai/east").NullType;
6145
+ liter: import("@elaraai/east").NullType;
6146
+ gallon: import("@elaraai/east").NullType;
6147
+ fluidOunce: import("@elaraai/east").NullType;
6148
+ acre: import("@elaraai/east").NullType;
6149
+ hectare: import("@elaraai/east").NullType;
6150
+ meterPerSecond: import("@elaraai/east").NullType;
6151
+ kilometerPerHour: import("@elaraai/east").NullType;
6152
+ milePerHour: import("@elaraai/east").NullType;
6153
+ percent: import("@elaraai/east").NullType;
6154
+ degree: import("@elaraai/east").NullType;
6155
+ }>;
6156
+ display: OptionType<VariantType<{
6157
+ short: import("@elaraai/east").NullType;
6158
+ narrow: import("@elaraai/east").NullType;
6159
+ long: import("@elaraai/east").NullType;
6160
+ }>>;
6161
+ }>;
6162
+ scientific: import("@elaraai/east").NullType;
6163
+ engineering: import("@elaraai/east").NullType;
6164
+ date: StructType<{
6165
+ style: OptionType<VariantType<{
6166
+ full: import("@elaraai/east").NullType;
6167
+ long: import("@elaraai/east").NullType;
6168
+ medium: import("@elaraai/east").NullType;
6169
+ short: import("@elaraai/east").NullType;
6170
+ }>>;
6171
+ }>;
6172
+ time: StructType<{
6173
+ style: OptionType<VariantType<{
6174
+ full: import("@elaraai/east").NullType;
6175
+ long: import("@elaraai/east").NullType;
6176
+ medium: import("@elaraai/east").NullType;
6177
+ short: import("@elaraai/east").NullType;
6178
+ }>>;
6179
+ hour12: OptionType<BooleanType>;
6180
+ }>;
6181
+ datetime: StructType<{
6182
+ dateStyle: OptionType<VariantType<{
6183
+ full: import("@elaraai/east").NullType;
6184
+ long: import("@elaraai/east").NullType;
6185
+ medium: import("@elaraai/east").NullType;
6186
+ short: import("@elaraai/east").NullType;
6187
+ }>>;
6188
+ timeStyle: OptionType<VariantType<{
6189
+ full: import("@elaraai/east").NullType;
6190
+ long: import("@elaraai/east").NullType;
6191
+ medium: import("@elaraai/east").NullType;
6192
+ short: import("@elaraai/east").NullType;
6193
+ }>>;
6194
+ hour12: OptionType<BooleanType>;
6195
+ }>;
6196
+ }>>;
6197
+ domain: OptionType<ArrayType<FloatType>>;
6198
+ hide: OptionType<BooleanType>;
6199
+ axisLine: OptionType<BooleanType>;
6200
+ tickLine: OptionType<BooleanType>;
6201
+ tickMargin: OptionType<IntegerType>;
6202
+ strokeColor: OptionType<StringType>;
6203
+ orientation: OptionType<VariantType<{
6204
+ top: import("@elaraai/east").NullType;
6205
+ bottom: import("@elaraai/east").NullType;
6206
+ left: import("@elaraai/east").NullType;
6207
+ right: import("@elaraai/east").NullType;
6208
+ }>>;
6209
+ axisId: OptionType<StringType>;
6210
+ }>>;
6211
+ yAxis: OptionType<StructType<{
6212
+ dataKey: OptionType<StringType>;
6213
+ label: OptionType<StringType>;
6214
+ tickFormat: OptionType<VariantType<{
6215
+ number: StructType<{
6216
+ minimumFractionDigits: OptionType<IntegerType>;
6217
+ maximumFractionDigits: OptionType<IntegerType>;
6218
+ signDisplay: OptionType<VariantType<{
6219
+ auto: import("@elaraai/east").NullType;
6220
+ never: import("@elaraai/east").NullType;
6221
+ always: import("@elaraai/east").NullType;
6222
+ exceptZero: import("@elaraai/east").NullType;
6223
+ }>>;
6224
+ }>;
6225
+ currency: StructType<{
6226
+ currency: VariantType<{
6227
+ USD: import("@elaraai/east").NullType;
6228
+ EUR: import("@elaraai/east").NullType;
6229
+ GBP: import("@elaraai/east").NullType;
6230
+ JPY: import("@elaraai/east").NullType;
6231
+ CHF: import("@elaraai/east").NullType;
6232
+ CAD: import("@elaraai/east").NullType;
6233
+ AUD: import("@elaraai/east").NullType;
6234
+ NZD: import("@elaraai/east").NullType;
6235
+ CNY: import("@elaraai/east").NullType;
6236
+ HKD: import("@elaraai/east").NullType;
6237
+ SGD: import("@elaraai/east").NullType;
6238
+ KRW: import("@elaraai/east").NullType;
6239
+ INR: import("@elaraai/east").NullType;
6240
+ TWD: import("@elaraai/east").NullType;
6241
+ THB: import("@elaraai/east").NullType;
6242
+ MYR: import("@elaraai/east").NullType;
6243
+ IDR: import("@elaraai/east").NullType;
6244
+ PHP: import("@elaraai/east").NullType;
6245
+ VND: import("@elaraai/east").NullType;
6246
+ SEK: import("@elaraai/east").NullType;
6247
+ NOK: import("@elaraai/east").NullType;
6248
+ DKK: import("@elaraai/east").NullType;
6249
+ PLN: import("@elaraai/east").NullType;
6250
+ CZK: import("@elaraai/east").NullType;
6251
+ HUF: import("@elaraai/east").NullType;
6252
+ RUB: import("@elaraai/east").NullType;
6253
+ UAH: import("@elaraai/east").NullType;
6254
+ RON: import("@elaraai/east").NullType;
6255
+ MXN: import("@elaraai/east").NullType;
6256
+ BRL: import("@elaraai/east").NullType;
6257
+ ARS: import("@elaraai/east").NullType;
6258
+ CLP: import("@elaraai/east").NullType;
6259
+ COP: import("@elaraai/east").NullType;
6260
+ PEN: import("@elaraai/east").NullType;
6261
+ AED: import("@elaraai/east").NullType;
6262
+ SAR: import("@elaraai/east").NullType;
6263
+ ILS: import("@elaraai/east").NullType;
6264
+ ZAR: import("@elaraai/east").NullType;
6265
+ TRY: import("@elaraai/east").NullType;
6266
+ EGP: import("@elaraai/east").NullType;
6267
+ NGN: import("@elaraai/east").NullType;
6268
+ KES: import("@elaraai/east").NullType;
6269
+ }>;
6270
+ display: OptionType<VariantType<{
6271
+ code: import("@elaraai/east").NullType;
6272
+ symbol: import("@elaraai/east").NullType;
6273
+ narrowSymbol: import("@elaraai/east").NullType;
6274
+ name: import("@elaraai/east").NullType;
6275
+ }>>;
6276
+ minimumFractionDigits: OptionType<IntegerType>;
6277
+ maximumFractionDigits: OptionType<IntegerType>;
6278
+ }>;
6279
+ percent: StructType<{
6280
+ minimumFractionDigits: OptionType<IntegerType>;
6281
+ maximumFractionDigits: OptionType<IntegerType>;
6282
+ signDisplay: OptionType<VariantType<{
6283
+ auto: import("@elaraai/east").NullType;
6284
+ never: import("@elaraai/east").NullType;
6285
+ always: import("@elaraai/east").NullType;
6286
+ exceptZero: import("@elaraai/east").NullType;
6287
+ }>>;
6288
+ }>;
6289
+ compact: StructType<{
6290
+ display: OptionType<VariantType<{
6291
+ short: import("@elaraai/east").NullType;
6292
+ long: import("@elaraai/east").NullType;
6293
+ }>>;
6294
+ }>;
6295
+ unit: StructType<{
6296
+ unit: VariantType<{
6297
+ bit: import("@elaraai/east").NullType;
6298
+ byte: import("@elaraai/east").NullType;
6299
+ kilobit: import("@elaraai/east").NullType;
6300
+ kilobyte: import("@elaraai/east").NullType;
6301
+ megabit: import("@elaraai/east").NullType;
6302
+ megabyte: import("@elaraai/east").NullType;
6303
+ gigabit: import("@elaraai/east").NullType;
6304
+ gigabyte: import("@elaraai/east").NullType;
6305
+ terabit: import("@elaraai/east").NullType;
6306
+ terabyte: import("@elaraai/east").NullType;
6307
+ petabyte: import("@elaraai/east").NullType;
6308
+ nanosecond: import("@elaraai/east").NullType;
6309
+ microsecond: import("@elaraai/east").NullType;
6310
+ millisecond: import("@elaraai/east").NullType;
6311
+ second: import("@elaraai/east").NullType;
6312
+ minute: import("@elaraai/east").NullType;
6313
+ hour: import("@elaraai/east").NullType;
6314
+ day: import("@elaraai/east").NullType;
6315
+ week: import("@elaraai/east").NullType;
6316
+ month: import("@elaraai/east").NullType;
6317
+ year: import("@elaraai/east").NullType;
6318
+ millimeter: import("@elaraai/east").NullType;
6319
+ centimeter: import("@elaraai/east").NullType;
6320
+ meter: import("@elaraai/east").NullType;
6321
+ kilometer: import("@elaraai/east").NullType;
6322
+ inch: import("@elaraai/east").NullType;
6323
+ foot: import("@elaraai/east").NullType;
6324
+ yard: import("@elaraai/east").NullType;
6325
+ mile: import("@elaraai/east").NullType;
6326
+ gram: import("@elaraai/east").NullType;
6327
+ kilogram: import("@elaraai/east").NullType;
6328
+ milligram: import("@elaraai/east").NullType;
6329
+ ounce: import("@elaraai/east").NullType;
6330
+ pound: import("@elaraai/east").NullType;
6331
+ stone: import("@elaraai/east").NullType;
6332
+ celsius: import("@elaraai/east").NullType;
6333
+ fahrenheit: import("@elaraai/east").NullType;
6334
+ milliliter: import("@elaraai/east").NullType;
6335
+ liter: import("@elaraai/east").NullType;
6336
+ gallon: import("@elaraai/east").NullType;
6337
+ fluidOunce: import("@elaraai/east").NullType;
6338
+ acre: import("@elaraai/east").NullType;
6339
+ hectare: import("@elaraai/east").NullType;
6340
+ meterPerSecond: import("@elaraai/east").NullType;
6341
+ kilometerPerHour: import("@elaraai/east").NullType;
6342
+ milePerHour: import("@elaraai/east").NullType;
6343
+ percent: import("@elaraai/east").NullType;
6344
+ degree: import("@elaraai/east").NullType;
6345
+ }>;
6346
+ display: OptionType<VariantType<{
6347
+ short: import("@elaraai/east").NullType;
6348
+ narrow: import("@elaraai/east").NullType;
6349
+ long: import("@elaraai/east").NullType;
6350
+ }>>;
6351
+ }>;
6352
+ scientific: import("@elaraai/east").NullType;
6353
+ engineering: import("@elaraai/east").NullType;
6354
+ date: StructType<{
6355
+ style: OptionType<VariantType<{
6356
+ full: import("@elaraai/east").NullType;
6357
+ long: import("@elaraai/east").NullType;
6358
+ medium: import("@elaraai/east").NullType;
6359
+ short: import("@elaraai/east").NullType;
6360
+ }>>;
6361
+ }>;
6362
+ time: StructType<{
6363
+ style: OptionType<VariantType<{
6364
+ full: import("@elaraai/east").NullType;
6365
+ long: import("@elaraai/east").NullType;
6366
+ medium: import("@elaraai/east").NullType;
6367
+ short: import("@elaraai/east").NullType;
6368
+ }>>;
6369
+ hour12: OptionType<BooleanType>;
6370
+ }>;
6371
+ datetime: StructType<{
6372
+ dateStyle: OptionType<VariantType<{
6373
+ full: import("@elaraai/east").NullType;
6374
+ long: import("@elaraai/east").NullType;
6375
+ medium: import("@elaraai/east").NullType;
6376
+ short: import("@elaraai/east").NullType;
6377
+ }>>;
6378
+ timeStyle: OptionType<VariantType<{
6379
+ full: import("@elaraai/east").NullType;
6380
+ long: import("@elaraai/east").NullType;
6381
+ medium: import("@elaraai/east").NullType;
6382
+ short: import("@elaraai/east").NullType;
6383
+ }>>;
6384
+ hour12: OptionType<BooleanType>;
6385
+ }>;
6386
+ }>>;
6387
+ domain: OptionType<ArrayType<FloatType>>;
6388
+ hide: OptionType<BooleanType>;
6389
+ axisLine: OptionType<BooleanType>;
6390
+ tickLine: OptionType<BooleanType>;
6391
+ tickMargin: OptionType<IntegerType>;
6392
+ strokeColor: OptionType<StringType>;
6393
+ orientation: OptionType<VariantType<{
6394
+ top: import("@elaraai/east").NullType;
6395
+ bottom: import("@elaraai/east").NullType;
6396
+ left: import("@elaraai/east").NullType;
6397
+ right: import("@elaraai/east").NullType;
6398
+ }>>;
6399
+ axisId: OptionType<StringType>;
6400
+ }>>;
6401
+ yAxis2: OptionType<StructType<{
6402
+ dataKey: OptionType<StringType>;
6403
+ label: OptionType<StringType>;
6404
+ tickFormat: OptionType<VariantType<{
6405
+ number: StructType<{
6406
+ minimumFractionDigits: OptionType<IntegerType>;
6407
+ maximumFractionDigits: OptionType<IntegerType>;
6408
+ signDisplay: OptionType<VariantType<{
6409
+ auto: import("@elaraai/east").NullType;
6410
+ never: import("@elaraai/east").NullType;
6411
+ always: import("@elaraai/east").NullType;
6412
+ exceptZero: import("@elaraai/east").NullType;
6413
+ }>>;
6414
+ }>;
6415
+ currency: StructType<{
6416
+ currency: VariantType<{
6417
+ USD: import("@elaraai/east").NullType;
6418
+ EUR: import("@elaraai/east").NullType;
6419
+ GBP: import("@elaraai/east").NullType;
6420
+ JPY: import("@elaraai/east").NullType;
6421
+ CHF: import("@elaraai/east").NullType;
6422
+ CAD: import("@elaraai/east").NullType;
6423
+ AUD: import("@elaraai/east").NullType;
6424
+ NZD: import("@elaraai/east").NullType;
6425
+ CNY: import("@elaraai/east").NullType;
6426
+ HKD: import("@elaraai/east").NullType;
6427
+ SGD: import("@elaraai/east").NullType;
6428
+ KRW: import("@elaraai/east").NullType;
6429
+ INR: import("@elaraai/east").NullType;
6430
+ TWD: import("@elaraai/east").NullType;
6431
+ THB: import("@elaraai/east").NullType;
6432
+ MYR: import("@elaraai/east").NullType;
6433
+ IDR: import("@elaraai/east").NullType;
6434
+ PHP: import("@elaraai/east").NullType;
6435
+ VND: import("@elaraai/east").NullType;
6436
+ SEK: import("@elaraai/east").NullType;
6437
+ NOK: import("@elaraai/east").NullType;
6438
+ DKK: import("@elaraai/east").NullType;
6439
+ PLN: import("@elaraai/east").NullType;
6440
+ CZK: import("@elaraai/east").NullType;
6441
+ HUF: import("@elaraai/east").NullType;
6442
+ RUB: import("@elaraai/east").NullType;
6443
+ UAH: import("@elaraai/east").NullType;
6444
+ RON: import("@elaraai/east").NullType;
6445
+ MXN: import("@elaraai/east").NullType;
6446
+ BRL: import("@elaraai/east").NullType;
6447
+ ARS: import("@elaraai/east").NullType;
6448
+ CLP: import("@elaraai/east").NullType;
6449
+ COP: import("@elaraai/east").NullType;
6450
+ PEN: import("@elaraai/east").NullType;
6451
+ AED: import("@elaraai/east").NullType;
6452
+ SAR: import("@elaraai/east").NullType;
6453
+ ILS: import("@elaraai/east").NullType;
6454
+ ZAR: import("@elaraai/east").NullType;
6455
+ TRY: import("@elaraai/east").NullType;
6456
+ EGP: import("@elaraai/east").NullType;
6457
+ NGN: import("@elaraai/east").NullType;
6458
+ KES: import("@elaraai/east").NullType;
6459
+ }>;
6460
+ display: OptionType<VariantType<{
6461
+ code: import("@elaraai/east").NullType;
6462
+ symbol: import("@elaraai/east").NullType;
6463
+ narrowSymbol: import("@elaraai/east").NullType;
6464
+ name: import("@elaraai/east").NullType;
6465
+ }>>;
6466
+ minimumFractionDigits: OptionType<IntegerType>;
6467
+ maximumFractionDigits: OptionType<IntegerType>;
6468
+ }>;
6469
+ percent: StructType<{
6470
+ minimumFractionDigits: OptionType<IntegerType>;
6471
+ maximumFractionDigits: OptionType<IntegerType>;
6472
+ signDisplay: OptionType<VariantType<{
6473
+ auto: import("@elaraai/east").NullType;
6474
+ never: import("@elaraai/east").NullType;
6475
+ always: import("@elaraai/east").NullType;
6476
+ exceptZero: import("@elaraai/east").NullType;
6477
+ }>>;
6478
+ }>;
6479
+ compact: StructType<{
6480
+ display: OptionType<VariantType<{
6481
+ short: import("@elaraai/east").NullType;
6482
+ long: import("@elaraai/east").NullType;
6483
+ }>>;
6484
+ }>;
6485
+ unit: StructType<{
6486
+ unit: VariantType<{
6487
+ bit: import("@elaraai/east").NullType;
6488
+ byte: import("@elaraai/east").NullType;
6489
+ kilobit: import("@elaraai/east").NullType;
6490
+ kilobyte: import("@elaraai/east").NullType;
6491
+ megabit: import("@elaraai/east").NullType;
6492
+ megabyte: import("@elaraai/east").NullType;
6493
+ gigabit: import("@elaraai/east").NullType;
6494
+ gigabyte: import("@elaraai/east").NullType;
6495
+ terabit: import("@elaraai/east").NullType;
6496
+ terabyte: import("@elaraai/east").NullType;
6497
+ petabyte: import("@elaraai/east").NullType;
6498
+ nanosecond: import("@elaraai/east").NullType;
6499
+ microsecond: import("@elaraai/east").NullType;
6500
+ millisecond: import("@elaraai/east").NullType;
6501
+ second: import("@elaraai/east").NullType;
6502
+ minute: import("@elaraai/east").NullType;
6503
+ hour: import("@elaraai/east").NullType;
6504
+ day: import("@elaraai/east").NullType;
6505
+ week: import("@elaraai/east").NullType;
6506
+ month: import("@elaraai/east").NullType;
6507
+ year: import("@elaraai/east").NullType;
6508
+ millimeter: import("@elaraai/east").NullType;
6509
+ centimeter: import("@elaraai/east").NullType;
6510
+ meter: import("@elaraai/east").NullType;
6511
+ kilometer: import("@elaraai/east").NullType;
6512
+ inch: import("@elaraai/east").NullType;
6513
+ foot: import("@elaraai/east").NullType;
6514
+ yard: import("@elaraai/east").NullType;
6515
+ mile: import("@elaraai/east").NullType;
6516
+ gram: import("@elaraai/east").NullType;
6517
+ kilogram: import("@elaraai/east").NullType;
6518
+ milligram: import("@elaraai/east").NullType;
6519
+ ounce: import("@elaraai/east").NullType;
6520
+ pound: import("@elaraai/east").NullType;
6521
+ stone: import("@elaraai/east").NullType;
6522
+ celsius: import("@elaraai/east").NullType;
6523
+ fahrenheit: import("@elaraai/east").NullType;
6524
+ milliliter: import("@elaraai/east").NullType;
6525
+ liter: import("@elaraai/east").NullType;
6526
+ gallon: import("@elaraai/east").NullType;
6527
+ fluidOunce: import("@elaraai/east").NullType;
6528
+ acre: import("@elaraai/east").NullType;
6529
+ hectare: import("@elaraai/east").NullType;
6530
+ meterPerSecond: import("@elaraai/east").NullType;
6531
+ kilometerPerHour: import("@elaraai/east").NullType;
6532
+ milePerHour: import("@elaraai/east").NullType;
6533
+ percent: import("@elaraai/east").NullType;
6534
+ degree: import("@elaraai/east").NullType;
6535
+ }>;
6536
+ display: OptionType<VariantType<{
6537
+ short: import("@elaraai/east").NullType;
6538
+ narrow: import("@elaraai/east").NullType;
6539
+ long: import("@elaraai/east").NullType;
6540
+ }>>;
6541
+ }>;
6542
+ scientific: import("@elaraai/east").NullType;
6543
+ engineering: import("@elaraai/east").NullType;
6544
+ date: StructType<{
6545
+ style: OptionType<VariantType<{
6546
+ full: import("@elaraai/east").NullType;
6547
+ long: import("@elaraai/east").NullType;
6548
+ medium: import("@elaraai/east").NullType;
6549
+ short: import("@elaraai/east").NullType;
6550
+ }>>;
6551
+ }>;
6552
+ time: StructType<{
6553
+ style: OptionType<VariantType<{
6554
+ full: import("@elaraai/east").NullType;
6555
+ long: import("@elaraai/east").NullType;
6556
+ medium: import("@elaraai/east").NullType;
6557
+ short: import("@elaraai/east").NullType;
6558
+ }>>;
6559
+ hour12: OptionType<BooleanType>;
3618
6560
  }>;
3619
- display: OptionType<VariantType<{
3620
- short: import("@elaraai/east").NullType;
3621
- narrow: import("@elaraai/east").NullType;
3622
- long: import("@elaraai/east").NullType;
3623
- }>>;
3624
- }>;
3625
- scientific: import("@elaraai/east").NullType;
3626
- engineering: import("@elaraai/east").NullType;
3627
- date: StructType<{
3628
- style: OptionType<VariantType<{
3629
- full: import("@elaraai/east").NullType;
3630
- long: import("@elaraai/east").NullType;
3631
- medium: import("@elaraai/east").NullType;
3632
- short: import("@elaraai/east").NullType;
3633
- }>>;
3634
- }>;
3635
- time: StructType<{
3636
- style: OptionType<VariantType<{
3637
- full: import("@elaraai/east").NullType;
3638
- long: import("@elaraai/east").NullType;
3639
- medium: import("@elaraai/east").NullType;
3640
- short: import("@elaraai/east").NullType;
3641
- }>>;
3642
- hour12: OptionType<BooleanType>;
3643
- }>;
3644
- datetime: StructType<{
3645
- dateStyle: OptionType<VariantType<{
3646
- full: import("@elaraai/east").NullType;
3647
- long: import("@elaraai/east").NullType;
3648
- medium: import("@elaraai/east").NullType;
3649
- short: import("@elaraai/east").NullType;
3650
- }>>;
3651
- timeStyle: OptionType<VariantType<{
3652
- full: import("@elaraai/east").NullType;
3653
- long: import("@elaraai/east").NullType;
3654
- medium: import("@elaraai/east").NullType;
3655
- short: import("@elaraai/east").NullType;
3656
- }>>;
3657
- hour12: OptionType<BooleanType>;
3658
- }>;
6561
+ datetime: StructType<{
6562
+ dateStyle: OptionType<VariantType<{
6563
+ full: import("@elaraai/east").NullType;
6564
+ long: import("@elaraai/east").NullType;
6565
+ medium: import("@elaraai/east").NullType;
6566
+ short: import("@elaraai/east").NullType;
6567
+ }>>;
6568
+ timeStyle: OptionType<VariantType<{
6569
+ full: import("@elaraai/east").NullType;
6570
+ long: import("@elaraai/east").NullType;
6571
+ medium: import("@elaraai/east").NullType;
6572
+ short: import("@elaraai/east").NullType;
6573
+ }>>;
6574
+ hour12: OptionType<BooleanType>;
6575
+ }>;
6576
+ }>>;
6577
+ domain: OptionType<ArrayType<FloatType>>;
6578
+ hide: OptionType<BooleanType>;
6579
+ axisLine: OptionType<BooleanType>;
6580
+ tickLine: OptionType<BooleanType>;
6581
+ tickMargin: OptionType<IntegerType>;
6582
+ strokeColor: OptionType<StringType>;
6583
+ orientation: OptionType<VariantType<{
6584
+ top: import("@elaraai/east").NullType;
6585
+ bottom: import("@elaraai/east").NullType;
6586
+ left: import("@elaraai/east").NullType;
6587
+ right: import("@elaraai/east").NullType;
6588
+ }>>;
6589
+ axisId: OptionType<StringType>;
3659
6590
  }>>;
3660
- color: OptionType<StringType>;
3661
- }>;
3662
- BarSegment: StructType<{
3663
- data: ArrayType<StructType<{
3664
- name: StringType;
3665
- value: FloatType;
3666
- color: OptionType<StringType>;
6591
+ layout: OptionType<VariantType<{
6592
+ horizontal: import("@elaraai/east").NullType;
6593
+ vertical: import("@elaraai/east").NullType;
3667
6594
  }>>;
3668
- sort: OptionType<StructType<{
3669
- by: StringType;
3670
- direction: VariantType<{
3671
- asc: import("@elaraai/east").NullType;
3672
- desc: import("@elaraai/east").NullType;
3673
- }>;
6595
+ curveType: OptionType<VariantType<{
6596
+ linear: import("@elaraai/east").NullType;
6597
+ natural: import("@elaraai/east").NullType;
6598
+ monotone: import("@elaraai/east").NullType;
6599
+ step: import("@elaraai/east").NullType;
6600
+ stepBefore: import("@elaraai/east").NullType;
6601
+ stepAfter: import("@elaraai/east").NullType;
3674
6602
  }>>;
3675
- showValue: OptionType<BooleanType>;
3676
- showLabel: OptionType<BooleanType>;
6603
+ stackOffset: OptionType<VariantType<{
6604
+ none: import("@elaraai/east").NullType;
6605
+ expand: import("@elaraai/east").NullType;
6606
+ wiggle: import("@elaraai/east").NullType;
6607
+ silhouette: import("@elaraai/east").NullType;
6608
+ }>>;
6609
+ grid: OptionType<StructType<{
6610
+ show: OptionType<BooleanType>;
6611
+ vertical: OptionType<BooleanType>;
6612
+ horizontal: OptionType<BooleanType>;
6613
+ strokeColor: OptionType<StringType>;
6614
+ strokeDasharray: OptionType<StringType>;
6615
+ }>>;
6616
+ tooltip: OptionType<StructType<{
6617
+ show: OptionType<BooleanType>;
6618
+ cursor: OptionType<VariantType<{
6619
+ none: import("@elaraai/east").NullType;
6620
+ crosshair: StringType;
6621
+ fill: StringType;
6622
+ }>>;
6623
+ animationDuration: OptionType<IntegerType>;
6624
+ }>>;
6625
+ legend: OptionType<StructType<{
6626
+ show: OptionType<BooleanType>;
6627
+ layout: OptionType<VariantType<{
6628
+ horizontal: import("@elaraai/east").NullType;
6629
+ vertical: import("@elaraai/east").NullType;
6630
+ }>>;
6631
+ align: OptionType<VariantType<{
6632
+ left: import("@elaraai/east").NullType;
6633
+ center: import("@elaraai/east").NullType;
6634
+ right: import("@elaraai/east").NullType;
6635
+ }>>;
6636
+ verticalAlign: OptionType<VariantType<{
6637
+ top: import("@elaraai/east").NullType;
6638
+ middle: import("@elaraai/east").NullType;
6639
+ bottom: import("@elaraai/east").NullType;
6640
+ }>>;
6641
+ }>>;
6642
+ margin: OptionType<StructType<{
6643
+ top: OptionType<IntegerType>;
6644
+ right: OptionType<IntegerType>;
6645
+ bottom: OptionType<IntegerType>;
6646
+ left: OptionType<IntegerType>;
6647
+ }>>;
6648
+ brush: OptionType<StructType<{
6649
+ dataKey: OptionType<StringType>;
6650
+ height: OptionType<IntegerType>;
6651
+ travellerWidth: OptionType<IntegerType>;
6652
+ startIndex: OptionType<IntegerType>;
6653
+ endIndex: OptionType<IntegerType>;
6654
+ stroke: OptionType<StringType>;
6655
+ fill: OptionType<StringType>;
6656
+ }>>;
6657
+ barSize: OptionType<IntegerType>;
6658
+ barGap: OptionType<IntegerType>;
6659
+ showDots: OptionType<BooleanType>;
6660
+ connectNulls: OptionType<BooleanType>;
6661
+ referenceLines: OptionType<ArrayType<StructType<{
6662
+ x: OptionType<VariantType<{
6663
+ Null: import("@elaraai/east").NullType;
6664
+ Boolean: BooleanType;
6665
+ Integer: IntegerType;
6666
+ Float: FloatType;
6667
+ String: StringType;
6668
+ DateTime: import("@elaraai/east").DateTimeType;
6669
+ Blob: import("@elaraai/east").BlobType;
6670
+ }>>;
6671
+ y: OptionType<VariantType<{
6672
+ Null: import("@elaraai/east").NullType;
6673
+ Boolean: BooleanType;
6674
+ Integer: IntegerType;
6675
+ Float: FloatType;
6676
+ String: StringType;
6677
+ DateTime: import("@elaraai/east").DateTimeType;
6678
+ Blob: import("@elaraai/east").BlobType;
6679
+ }>>;
6680
+ stroke: OptionType<StringType>;
6681
+ strokeWidth: OptionType<IntegerType>;
6682
+ strokeDasharray: OptionType<StringType>;
6683
+ label: OptionType<StringType>;
6684
+ labelPosition: OptionType<VariantType<{
6685
+ top: import("@elaraai/east").NullType;
6686
+ bottom: import("@elaraai/east").NullType;
6687
+ left: import("@elaraai/east").NullType;
6688
+ right: import("@elaraai/east").NullType;
6689
+ center: import("@elaraai/east").NullType;
6690
+ insideTop: import("@elaraai/east").NullType;
6691
+ insideBottom: import("@elaraai/east").NullType;
6692
+ insideLeft: import("@elaraai/east").NullType;
6693
+ insideRight: import("@elaraai/east").NullType;
6694
+ insideTopLeft: import("@elaraai/east").NullType;
6695
+ insideTopRight: import("@elaraai/east").NullType;
6696
+ insideBottomLeft: import("@elaraai/east").NullType;
6697
+ insideBottomRight: import("@elaraai/east").NullType;
6698
+ }>>;
6699
+ labelOffset: OptionType<IntegerType>;
6700
+ ifOverflow: OptionType<VariantType<{
6701
+ discard: import("@elaraai/east").NullType;
6702
+ hidden: import("@elaraai/east").NullType;
6703
+ visible: import("@elaraai/east").NullType;
6704
+ extendDomain: import("@elaraai/east").NullType;
6705
+ }>>;
6706
+ }>>>;
6707
+ referenceDots: OptionType<ArrayType<StructType<{
6708
+ x: VariantType<{
6709
+ Null: import("@elaraai/east").NullType;
6710
+ Boolean: BooleanType;
6711
+ Integer: IntegerType;
6712
+ Float: FloatType;
6713
+ String: StringType;
6714
+ DateTime: import("@elaraai/east").DateTimeType;
6715
+ Blob: import("@elaraai/east").BlobType;
6716
+ }>;
6717
+ y: VariantType<{
6718
+ Null: import("@elaraai/east").NullType;
6719
+ Boolean: BooleanType;
6720
+ Integer: IntegerType;
6721
+ Float: FloatType;
6722
+ String: StringType;
6723
+ DateTime: import("@elaraai/east").DateTimeType;
6724
+ Blob: import("@elaraai/east").BlobType;
6725
+ }>;
6726
+ r: OptionType<IntegerType>;
6727
+ fill: OptionType<StringType>;
6728
+ stroke: OptionType<StringType>;
6729
+ strokeWidth: OptionType<IntegerType>;
6730
+ label: OptionType<StringType>;
6731
+ labelPosition: OptionType<VariantType<{
6732
+ top: import("@elaraai/east").NullType;
6733
+ bottom: import("@elaraai/east").NullType;
6734
+ left: import("@elaraai/east").NullType;
6735
+ right: import("@elaraai/east").NullType;
6736
+ center: import("@elaraai/east").NullType;
6737
+ insideTop: import("@elaraai/east").NullType;
6738
+ insideBottom: import("@elaraai/east").NullType;
6739
+ insideLeft: import("@elaraai/east").NullType;
6740
+ insideRight: import("@elaraai/east").NullType;
6741
+ insideTopLeft: import("@elaraai/east").NullType;
6742
+ insideTopRight: import("@elaraai/east").NullType;
6743
+ insideBottomLeft: import("@elaraai/east").NullType;
6744
+ insideBottomRight: import("@elaraai/east").NullType;
6745
+ }>>;
6746
+ labelOffset: OptionType<IntegerType>;
6747
+ ifOverflow: OptionType<VariantType<{
6748
+ discard: import("@elaraai/east").NullType;
6749
+ hidden: import("@elaraai/east").NullType;
6750
+ visible: import("@elaraai/east").NullType;
6751
+ extendDomain: import("@elaraai/east").NullType;
6752
+ }>>;
6753
+ }>>>;
6754
+ referenceAreas: OptionType<ArrayType<StructType<{
6755
+ x1: OptionType<VariantType<{
6756
+ Null: import("@elaraai/east").NullType;
6757
+ Boolean: BooleanType;
6758
+ Integer: IntegerType;
6759
+ Float: FloatType;
6760
+ String: StringType;
6761
+ DateTime: import("@elaraai/east").DateTimeType;
6762
+ Blob: import("@elaraai/east").BlobType;
6763
+ }>>;
6764
+ x2: OptionType<VariantType<{
6765
+ Null: import("@elaraai/east").NullType;
6766
+ Boolean: BooleanType;
6767
+ Integer: IntegerType;
6768
+ Float: FloatType;
6769
+ String: StringType;
6770
+ DateTime: import("@elaraai/east").DateTimeType;
6771
+ Blob: import("@elaraai/east").BlobType;
6772
+ }>>;
6773
+ y1: OptionType<VariantType<{
6774
+ Null: import("@elaraai/east").NullType;
6775
+ Boolean: BooleanType;
6776
+ Integer: IntegerType;
6777
+ Float: FloatType;
6778
+ String: StringType;
6779
+ DateTime: import("@elaraai/east").DateTimeType;
6780
+ Blob: import("@elaraai/east").BlobType;
6781
+ }>>;
6782
+ y2: OptionType<VariantType<{
6783
+ Null: import("@elaraai/east").NullType;
6784
+ Boolean: BooleanType;
6785
+ Integer: IntegerType;
6786
+ Float: FloatType;
6787
+ String: StringType;
6788
+ DateTime: import("@elaraai/east").DateTimeType;
6789
+ Blob: import("@elaraai/east").BlobType;
6790
+ }>>;
6791
+ fill: OptionType<StringType>;
6792
+ fillOpacity: OptionType<FloatType>;
6793
+ stroke: OptionType<StringType>;
6794
+ label: OptionType<StringType>;
6795
+ labelPosition: OptionType<VariantType<{
6796
+ top: import("@elaraai/east").NullType;
6797
+ bottom: import("@elaraai/east").NullType;
6798
+ left: import("@elaraai/east").NullType;
6799
+ right: import("@elaraai/east").NullType;
6800
+ center: import("@elaraai/east").NullType;
6801
+ insideTop: import("@elaraai/east").NullType;
6802
+ insideBottom: import("@elaraai/east").NullType;
6803
+ insideLeft: import("@elaraai/east").NullType;
6804
+ insideRight: import("@elaraai/east").NullType;
6805
+ insideTopLeft: import("@elaraai/east").NullType;
6806
+ insideTopRight: import("@elaraai/east").NullType;
6807
+ insideBottomLeft: import("@elaraai/east").NullType;
6808
+ insideBottomRight: import("@elaraai/east").NullType;
6809
+ }>>;
6810
+ labelOffset: OptionType<IntegerType>;
6811
+ ifOverflow: OptionType<VariantType<{
6812
+ discard: import("@elaraai/east").NullType;
6813
+ hidden: import("@elaraai/east").NullType;
6814
+ visible: import("@elaraai/east").NullType;
6815
+ extendDomain: import("@elaraai/east").NullType;
6816
+ }>>;
6817
+ }>>>;
3677
6818
  }>;
3678
6819
  TreeView: StructType<{
3679
6820
  nodes: ArrayType<RecursiveType<VariantType<{