@elaraai/east-ui 0.0.1-beta.16 → 0.0.1-beta.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/charts/area/index.d.ts +91 -2
- package/dist/src/charts/area/index.d.ts.map +1 -1
- package/dist/src/charts/area/index.js +255 -34
- package/dist/src/charts/area/index.js.map +1 -1
- package/dist/src/charts/area/types.d.ts +1344 -16
- package/dist/src/charts/area/types.d.ts.map +1 -1
- package/dist/src/charts/area/types.js +76 -1
- package/dist/src/charts/area/types.js.map +1 -1
- package/dist/src/charts/bar/index.d.ts +1 -1
- package/dist/src/charts/bar/index.d.ts.map +1 -1
- package/dist/src/charts/bar/index.js +62 -33
- package/dist/src/charts/bar/index.js.map +1 -1
- package/dist/src/charts/bar/types.d.ts +391 -16
- package/dist/src/charts/bar/types.d.ts.map +1 -1
- package/dist/src/charts/bar/types.js +6 -1
- package/dist/src/charts/bar/types.js.map +1 -1
- package/dist/src/charts/composed/index.d.ts +103 -0
- package/dist/src/charts/composed/index.d.ts.map +1 -0
- package/dist/src/charts/composed/index.js +300 -0
- package/dist/src/charts/composed/index.js.map +1 -0
- package/dist/src/charts/composed/types.d.ts +1183 -0
- package/dist/src/charts/composed/types.d.ts.map +1 -0
- package/dist/src/charts/composed/types.js +87 -0
- package/dist/src/charts/composed/types.js.map +1 -0
- package/dist/src/charts/index.d.ts +4488 -847
- package/dist/src/charts/index.d.ts.map +1 -1
- package/dist/src/charts/index.js +308 -55
- package/dist/src/charts/index.js.map +1 -1
- package/dist/src/charts/line/index.d.ts +1 -1
- package/dist/src/charts/line/index.d.ts.map +1 -1
- package/dist/src/charts/line/index.js +62 -33
- package/dist/src/charts/line/index.js.map +1 -1
- package/dist/src/charts/line/types.d.ts +395 -16
- package/dist/src/charts/line/types.d.ts.map +1 -1
- package/dist/src/charts/line/types.js +7 -1
- package/dist/src/charts/line/types.js.map +1 -1
- package/dist/src/charts/pie/index.d.ts.map +1 -1
- package/dist/src/charts/pie/index.js +8 -3
- package/dist/src/charts/pie/index.js.map +1 -1
- package/dist/src/charts/pie/types.d.ts +4 -4
- package/dist/src/charts/pie/types.d.ts.map +1 -1
- package/dist/src/charts/pie/types.js.map +1 -1
- package/dist/src/charts/radar/index.d.ts.map +1 -1
- package/dist/src/charts/radar/index.js +11 -4
- package/dist/src/charts/radar/index.js.map +1 -1
- package/dist/src/charts/radar/types.d.ts +4 -0
- package/dist/src/charts/radar/types.d.ts.map +1 -1
- package/dist/src/charts/scatter/index.d.ts +1 -1
- package/dist/src/charts/scatter/index.d.ts.map +1 -1
- package/dist/src/charts/scatter/index.js +55 -20
- package/dist/src/charts/scatter/index.js.map +1 -1
- package/dist/src/charts/scatter/types.d.ts +386 -24
- package/dist/src/charts/scatter/types.d.ts.map +1 -1
- package/dist/src/charts/scatter/types.js +5 -1
- package/dist/src/charts/scatter/types.js.map +1 -1
- package/dist/src/charts/types.d.ts +625 -4
- package/dist/src/charts/types.d.ts.map +1 -1
- package/dist/src/charts/types.js +406 -1
- package/dist/src/charts/types.js.map +1 -1
- package/dist/src/collections/gantt/index.d.ts +1103 -24773
- package/dist/src/collections/gantt/index.d.ts.map +1 -1
- package/dist/src/collections/planner/index.d.ts +5 -9473
- package/dist/src/collections/planner/index.d.ts.map +1 -1
- package/dist/src/collections/table/index.d.ts +626 -19562
- package/dist/src/collections/table/index.d.ts.map +1 -1
- package/dist/src/collections/table/index.js.map +1 -1
- package/dist/src/component.d.ts +3850 -709
- package/dist/src/component.d.ts.map +1 -1
- package/dist/src/component.js +4 -1
- package/dist/src/component.js.map +1 -1
- package/dist/src/container/card/index.d.ts +9 -28415
- package/dist/src/container/card/index.d.ts.map +1 -1
- package/dist/src/container/card/index.js.map +1 -1
- package/dist/src/disclosure/accordion/index.d.ts +4 -18908
- package/dist/src/disclosure/accordion/index.d.ts.map +1 -1
- package/dist/src/disclosure/accordion/index.js.map +1 -1
- package/dist/src/disclosure/carousel/index.d.ts +5 -9473
- package/dist/src/disclosure/carousel/index.d.ts.map +1 -1
- package/dist/src/disclosure/carousel/index.js.map +1 -1
- package/dist/src/disclosure/tabs/index.d.ts +25 -18929
- package/dist/src/disclosure/tabs/index.d.ts.map +1 -1
- package/dist/src/disclosure/tabs/index.js.map +1 -1
- package/dist/src/layout/box/index.d.ts +5 -9601
- package/dist/src/layout/box/index.d.ts.map +1 -1
- package/dist/src/layout/box/index.js.map +1 -1
- package/dist/src/layout/flex/index.d.ts +5 -9591
- package/dist/src/layout/flex/index.d.ts.map +1 -1
- package/dist/src/layout/flex/index.js.map +1 -1
- package/dist/src/layout/grid/index.d.ts +7 -19043
- package/dist/src/layout/grid/index.d.ts.map +1 -1
- package/dist/src/layout/grid/index.js.map +1 -1
- package/dist/src/layout/splitter/index.d.ts +7 -18949
- package/dist/src/layout/splitter/index.d.ts.map +1 -1
- package/dist/src/layout/splitter/index.js.map +1 -1
- package/dist/src/layout/stack/index.d.ts +5 -9587
- package/dist/src/layout/stack/index.d.ts.map +1 -1
- package/dist/src/layout/stack/index.js.map +1 -1
- package/dist/src/overlays/action-bar/index.d.ts +5 -25
- package/dist/src/overlays/action-bar/index.d.ts.map +1 -1
- package/dist/src/overlays/action-bar/index.js.map +1 -1
- package/dist/src/overlays/dialog/index.d.ts +97 -38115
- package/dist/src/overlays/dialog/index.d.ts.map +1 -1
- package/dist/src/overlays/dialog/index.js.map +1 -1
- package/dist/src/overlays/drawer/index.d.ts +97 -38013
- package/dist/src/overlays/drawer/index.d.ts.map +1 -1
- package/dist/src/overlays/drawer/index.js.map +1 -1
- package/dist/src/overlays/hover-card/index.d.ts +7 -18961
- package/dist/src/overlays/hover-card/index.d.ts.map +1 -1
- package/dist/src/overlays/hover-card/index.js.map +1 -1
- package/dist/src/overlays/menu/index.d.ts +7 -9499
- package/dist/src/overlays/menu/index.d.ts.map +1 -1
- package/dist/src/overlays/menu/index.js.map +1 -1
- package/dist/src/overlays/popover/index.d.ts +7 -18959
- package/dist/src/overlays/popover/index.d.ts.map +1 -1
- package/dist/src/overlays/popover/index.js.map +1 -1
- package/dist/src/overlays/toggle-tip/index.d.ts +5 -9491
- package/dist/src/overlays/toggle-tip/index.d.ts.map +1 -1
- package/dist/src/overlays/toggle-tip/index.js.map +1 -1
- package/dist/src/overlays/tooltip/index.d.ts +5 -9483
- package/dist/src/overlays/tooltip/index.d.ts.map +1 -1
- package/dist/src/overlays/tooltip/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/charts/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AAGH,OAAO,EACH,eAAe,EACf,aAAa,EACb,sBAAsB,EACtB,aAAa,EACb,cAAc,EACd,SAAS,EACT,eAAe,EACf,aAAa,EACb,mBAAmB,EACnB,KAAK,WAAW,EAChB,KAAK,SAAS,EACd,KAAK,SAAS,EACd,KAAK,yBAAyB,EAC9B,KAAK,YAAY,EACjB,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EACrB,KAAK,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/charts/index.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAEH;;;;;;;;;;;;WAYG;;;;;;;;;QAEH;;;;;;;;;;WAUG;;;;;;;QAEH;;;;;;;;WAQG;;;;;QAEH;;;;;;;WAOG;;;;;;;;;;QAGH;;;;;;;;;;;;;;;;;;;;WAoBG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAEH;;;;;;;;;;;;;;;;;;;;;WAqBG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAEH;;;;;;;;;;;;;;WAcG;;;;;;;;;;;;;;;QAEH;;;;;;;;;;;;;;;;;;;;;WAqBG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAEH;;;;;;;;;;;;;;;;;;;WAmBG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAEH;;;;;;;;;;;;;;;WAeG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAEH;;;;;;;;;;;;;;;WAeG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAEH;;;;;;;;;WASG;;;;;;QAEH;;;;;;;;;;;;;WAaG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAEH;;;;;;;;;;;WAWG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAEH;;;;;;;;;;WAUG;;;;;;QAEH;;;;;;;;;;WAUG;;;;;;;;;;;;;;;;;QAEH;;;;;;;;;WASG;;;;;;QAEH;;;;;;;;;;;;;;;;;;;;;;;;;WAyBG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAEH;;;;;;;;;;;;WAYG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAEH;;;;;;;;;;;;;WAaG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAEH;;;;;;;;;;;;;WAaG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAEH;;;;;;;;;;;;;;;WAeG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAEH;;;;;;;;;;WAUG;;;;;;;;CAGD,CAAC;AAGX,OAAO,EAAE,SAAS,EAAE,CAAC"}
|
package/dist/src/charts/index.js
CHANGED
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
* @packageDocumentation
|
|
29
29
|
*/
|
|
30
30
|
// Shared types
|
|
31
|
-
export { ChartSeriesType, ChartSortType, ChartSortDirectionType, ChartAxisType, TickFormatType, CurveType, StackOffsetType, BarLayoutType, MultiSeriesDataType, } from "./types.js";
|
|
31
|
+
export { ChartSeriesType, ChartSortType, ChartSortDirectionType, ChartAxisType, TickFormatType, CurveType, StackOffsetType, BarLayoutType, MultiSeriesDataType, ReferenceLineType, ReferenceDotType, ReferenceAreaType, ReferenceOverflowType, } from "./types.js";
|
|
32
32
|
// Area chart
|
|
33
|
-
import { createAreaChart, createAreaChartMulti } from "./area/index.js";
|
|
34
|
-
export { AreaChartType } from "./area/index.js";
|
|
33
|
+
import { createAreaChart, createAreaChartMulti, createAreaRangeChart, createAreaRangeChartMulti } from "./area/index.js";
|
|
34
|
+
export { AreaChartType, AreaRangeChartType, AreaRangeSeriesType } from "./area/index.js";
|
|
35
35
|
// Bar chart
|
|
36
36
|
import { createBarChart, createBarChartMulti } from "./bar/index.js";
|
|
37
37
|
export { BarChartType } from "./bar/index.js";
|
|
@@ -56,9 +56,12 @@ export { BarSegmentType, BarSegmentItemType, } from "./bar-segment/index.js";
|
|
|
56
56
|
// Sparkline (already implemented)
|
|
57
57
|
import { Sparkline } from "./sparkline/index.js";
|
|
58
58
|
export { SparklineType, SparklineChartType, } from "./sparkline/index.js";
|
|
59
|
+
// Composed chart
|
|
60
|
+
import { createComposedChart, createComposedChartMulti } from "./composed/index.js";
|
|
61
|
+
export { ComposedChartType, ComposedSeriesType, } from "./composed/index.js";
|
|
59
62
|
// Import types for the namespace
|
|
60
|
-
import { ChartSeriesType, ChartSortType, ChartSortDirectionType, ChartAxisType, TickFormatType, CurveType, StackOffsetType, BarLayoutType, MultiSeriesDataType,
|
|
61
|
-
import { AreaChartType } from "./area/index.js";
|
|
63
|
+
import { ChartSeriesType, ChartSortType, ChartSortDirectionType, ChartAxisType, TickFormatType, CurveType, StackOffsetType, BarLayoutType, MultiSeriesDataType, ReferenceLineType, ReferenceDotType, ReferenceAreaType, ReferenceOverflowType, ChartSeries, ChartSort, StackOffset, BarLayout, NumberTickFormat, CurrencyTickFormat, PercentTickFormat, CompactTickFormat, UnitTickFormat, ScientificTickFormat, EngineeringTickFormat, DateTickFormat, TimeTickFormat, DateTimeTickFormat } from "./types.js";
|
|
64
|
+
import { AreaChartType, AreaRangeChartType, AreaRangeSeriesType } from "./area/index.js";
|
|
62
65
|
import { BarChartType } from "./bar/index.js";
|
|
63
66
|
import { LineChartType } from "./line/index.js";
|
|
64
67
|
import { ScatterChartType } from "./scatter/index.js";
|
|
@@ -66,6 +69,7 @@ import { PieChartType, PieSliceType } from "./pie/index.js";
|
|
|
66
69
|
import { RadarChartType } from "./radar/index.js";
|
|
67
70
|
import { BarListType, BarListItemType } from "./bar-list/index.js";
|
|
68
71
|
import { BarSegmentType, BarSegmentItemType } from "./bar-segment/index.js";
|
|
72
|
+
import { ComposedChartType, ComposedSeriesType } from "./composed/index.js";
|
|
69
73
|
// ============================================================================
|
|
70
74
|
// Chart Namespace
|
|
71
75
|
// ============================================================================
|
|
@@ -161,6 +165,83 @@ export const Chart = {
|
|
|
161
165
|
* ```
|
|
162
166
|
*/
|
|
163
167
|
AreaMulti: createAreaChartMulti,
|
|
168
|
+
/**
|
|
169
|
+
* Creates an Area Range chart for displaying bands between low/high values.
|
|
170
|
+
*
|
|
171
|
+
* @param data - Array of data points (each point has x-axis value + low/high values per series)
|
|
172
|
+
* @param series - Series specification with lowKey/highKey for each series
|
|
173
|
+
* @param style - Optional styling with type-safe xAxis.dataKey
|
|
174
|
+
* @returns An East expression representing the area range chart component
|
|
175
|
+
*
|
|
176
|
+
* @remarks
|
|
177
|
+
* Area range charts display filled bands between two values (e.g., min/max, high/low).
|
|
178
|
+
* Each series requires a lowKey and highKey to define the range bounds.
|
|
179
|
+
* Use this when all series share the same data points.
|
|
180
|
+
* For sparse data, use `Chart.AreaRangeMulti`.
|
|
181
|
+
*
|
|
182
|
+
* @example Single range series
|
|
183
|
+
* ```ts
|
|
184
|
+
* Chart.AreaRange(
|
|
185
|
+
* [
|
|
186
|
+
* { day: "05-01", low: -1, high: 10 },
|
|
187
|
+
* { day: "05-02", low: 2, high: 15 },
|
|
188
|
+
* ],
|
|
189
|
+
* { temperature: { lowKey: "low", highKey: "high", color: "teal.solid" } },
|
|
190
|
+
* { xAxis: { dataKey: "day" } }
|
|
191
|
+
* );
|
|
192
|
+
* ```
|
|
193
|
+
*
|
|
194
|
+
* @example Multiple range series
|
|
195
|
+
* ```ts
|
|
196
|
+
* Chart.AreaRange(
|
|
197
|
+
* [
|
|
198
|
+
* { day: "05-01", tempLow: -1, tempHigh: 10, humidLow: 30, humidHigh: 50 },
|
|
199
|
+
* { day: "05-02", tempLow: 2, tempHigh: 15, humidLow: 35, humidHigh: 55 },
|
|
200
|
+
* ],
|
|
201
|
+
* {
|
|
202
|
+
* temperature: { lowKey: "tempLow", highKey: "tempHigh", color: "teal.solid" },
|
|
203
|
+
* humidity: { lowKey: "humidLow", highKey: "humidHigh", color: "blue.solid" },
|
|
204
|
+
* },
|
|
205
|
+
* { xAxis: { dataKey: "day" }, legend: { show: true } }
|
|
206
|
+
* );
|
|
207
|
+
* ```
|
|
208
|
+
*/
|
|
209
|
+
AreaRange: createAreaRangeChart,
|
|
210
|
+
/**
|
|
211
|
+
* Creates an Area Range chart from multiple data arrays (one per series).
|
|
212
|
+
*
|
|
213
|
+
* @param data - Record mapping series names to their data arrays
|
|
214
|
+
* @param style - Styling with type-safe xAxis.dataKey and lowKey/highKey
|
|
215
|
+
* @returns An East expression representing the area range chart component
|
|
216
|
+
*
|
|
217
|
+
* @remarks
|
|
218
|
+
* Each series has its own data array with low/high values, allowing sparse data
|
|
219
|
+
* where series don't need to have values at every x-axis point.
|
|
220
|
+
*
|
|
221
|
+
* @example
|
|
222
|
+
* ```ts
|
|
223
|
+
* Chart.AreaRangeMulti(
|
|
224
|
+
* {
|
|
225
|
+
* temperature: [
|
|
226
|
+
* { day: "05-01", low: -1, high: 10 },
|
|
227
|
+
* { day: "05-02", low: 2, high: 15 },
|
|
228
|
+
* ],
|
|
229
|
+
* humidity: [
|
|
230
|
+
* { day: "05-01", low: 30, high: 50 },
|
|
231
|
+
* // 05-02 missing - sparse data!
|
|
232
|
+
* { day: "05-03", low: 40, high: 60 },
|
|
233
|
+
* ],
|
|
234
|
+
* },
|
|
235
|
+
* {
|
|
236
|
+
* xAxis: { dataKey: "day" },
|
|
237
|
+
* lowKey: "low",
|
|
238
|
+
* highKey: "high",
|
|
239
|
+
* series: { temperature: { color: "teal.solid" } },
|
|
240
|
+
* }
|
|
241
|
+
* );
|
|
242
|
+
* ```
|
|
243
|
+
*/
|
|
244
|
+
AreaRangeMulti: createAreaRangeChartMulti,
|
|
164
245
|
/**
|
|
165
246
|
* Creates a Bar chart component from a single data array.
|
|
166
247
|
*
|
|
@@ -483,45 +564,108 @@ export const Chart = {
|
|
|
483
564
|
*/
|
|
484
565
|
BarSegment: createBarSegment,
|
|
485
566
|
/**
|
|
486
|
-
*
|
|
567
|
+
* Creates a Composed chart component combining multiple chart types.
|
|
487
568
|
*
|
|
488
|
-
* @param
|
|
489
|
-
* @
|
|
569
|
+
* @param data - Array of data points (each point has x-axis value + values for each series)
|
|
570
|
+
* @param style - Style with per-series configuration, each specifying its chart type
|
|
571
|
+
* @returns An East expression representing the composed chart component
|
|
490
572
|
*
|
|
491
573
|
* @remarks
|
|
492
|
-
*
|
|
574
|
+
* Composed charts combine Line, Area, Bar, Scatter, and AreaRange in a single visualization.
|
|
575
|
+
* Each series in the style.series object specifies its type (line, area, bar, scatter, area-range).
|
|
576
|
+
*
|
|
577
|
+
* @example Mixed bar and line chart
|
|
578
|
+
* ```ts
|
|
579
|
+
* Chart.Composed(
|
|
580
|
+
* [
|
|
581
|
+
* { month: "Jan", revenue: 186, profit: 80, trend: 150 },
|
|
582
|
+
* { month: "Feb", revenue: 305, profit: 120, trend: 200 },
|
|
583
|
+
* ],
|
|
584
|
+
* {
|
|
585
|
+
* xAxis: { dataKey: "month" },
|
|
586
|
+
* series: {
|
|
587
|
+
* revenue: { type: "bar", color: "teal.solid" },
|
|
588
|
+
* profit: { type: "line", color: "purple.solid", showDots: true },
|
|
589
|
+
* trend: { type: "area", color: "blue.solid", fillOpacity: 0.3 },
|
|
590
|
+
* },
|
|
591
|
+
* }
|
|
592
|
+
* );
|
|
593
|
+
* ```
|
|
594
|
+
*
|
|
595
|
+
* @example With confidence bands (area-range)
|
|
596
|
+
* ```ts
|
|
597
|
+
* Chart.Composed(
|
|
598
|
+
* [
|
|
599
|
+
* { day: "Mon", value: 100, low: 80, high: 120 },
|
|
600
|
+
* { day: "Tue", value: 150, low: 130, high: 170 },
|
|
601
|
+
* ],
|
|
602
|
+
* {
|
|
603
|
+
* xAxis: { dataKey: "day" },
|
|
604
|
+
* series: {
|
|
605
|
+
* value: { type: "line", color: "blue.solid" },
|
|
606
|
+
* confidence: { type: "area-range", lowKey: "low", highKey: "high", color: "blue.200", fillOpacity: 0.3 },
|
|
607
|
+
* },
|
|
608
|
+
* }
|
|
609
|
+
* );
|
|
610
|
+
* ```
|
|
493
611
|
*/
|
|
494
|
-
|
|
612
|
+
Composed: createComposedChart,
|
|
495
613
|
/**
|
|
496
|
-
*
|
|
614
|
+
* Creates a Composed chart from multiple sparse data arrays (one per series).
|
|
497
615
|
*
|
|
498
|
-
* @param
|
|
499
|
-
* @
|
|
616
|
+
* @param data - Record mapping series names to their data arrays
|
|
617
|
+
* @param style - Style with valueKey and per-series configuration
|
|
618
|
+
* @returns An East expression representing the composed chart component
|
|
500
619
|
*
|
|
501
620
|
* @remarks
|
|
502
|
-
*
|
|
621
|
+
* Use ComposedMulti when series have different data points (sparse data).
|
|
622
|
+
* Each series specifies its chart type in style.series.
|
|
623
|
+
*
|
|
624
|
+
* @example
|
|
625
|
+
* ```ts
|
|
626
|
+
* Chart.ComposedMulti(
|
|
627
|
+
* {
|
|
628
|
+
* revenue: [
|
|
629
|
+
* { month: "Jan", value: 100 },
|
|
630
|
+
* { month: "Feb", value: 200 },
|
|
631
|
+
* ],
|
|
632
|
+
* profit: [
|
|
633
|
+
* { month: "Jan", value: 50 },
|
|
634
|
+
* { month: "Mar", value: 150 }, // Feb missing - sparse
|
|
635
|
+
* ],
|
|
636
|
+
* },
|
|
637
|
+
* {
|
|
638
|
+
* xAxis: { dataKey: "month" },
|
|
639
|
+
* valueKey: "value",
|
|
640
|
+
* series: {
|
|
641
|
+
* revenue: { type: "bar", color: "teal.solid" },
|
|
642
|
+
* profit: { type: "line", color: "purple.solid" },
|
|
643
|
+
* },
|
|
644
|
+
* }
|
|
645
|
+
* );
|
|
646
|
+
* ```
|
|
503
647
|
*/
|
|
504
|
-
|
|
648
|
+
ComposedMulti: createComposedChartMulti,
|
|
505
649
|
/**
|
|
506
|
-
* Helper function to create chart
|
|
650
|
+
* Helper function to create chart series configuration.
|
|
507
651
|
*
|
|
508
|
-
* @param config -
|
|
509
|
-
* @returns A
|
|
652
|
+
* @param config - Series configuration options
|
|
653
|
+
* @returns A series configuration object
|
|
510
654
|
*
|
|
511
655
|
* @remarks
|
|
512
|
-
*
|
|
656
|
+
* Used to define how a data field is rendered as a series in charts.
|
|
513
657
|
*/
|
|
514
|
-
|
|
658
|
+
Series: ChartSeries,
|
|
515
659
|
/**
|
|
516
|
-
* Helper function to create chart
|
|
660
|
+
* Helper function to create chart sort configuration.
|
|
517
661
|
*
|
|
518
|
-
* @param config -
|
|
519
|
-
* @returns A
|
|
662
|
+
* @param config - Sort configuration options
|
|
663
|
+
* @returns A sort configuration object
|
|
520
664
|
*
|
|
521
665
|
* @remarks
|
|
522
|
-
*
|
|
666
|
+
* Used to sort data in BarList and BarSegment charts.
|
|
523
667
|
*/
|
|
524
|
-
|
|
668
|
+
Sort: ChartSort,
|
|
525
669
|
/**
|
|
526
670
|
* Helper function to create stack offset configuration.
|
|
527
671
|
*
|
|
@@ -542,36 +686,6 @@ export const Chart = {
|
|
|
542
686
|
* Controls bar orientation (horizontal or vertical).
|
|
543
687
|
*/
|
|
544
688
|
BarLayout,
|
|
545
|
-
/**
|
|
546
|
-
* Helper function to create legend configuration.
|
|
547
|
-
*
|
|
548
|
-
* @param config - Legend configuration options
|
|
549
|
-
* @returns A legend configuration object
|
|
550
|
-
*
|
|
551
|
-
* @remarks
|
|
552
|
-
* Controls the display and positioning of the chart legend.
|
|
553
|
-
*/
|
|
554
|
-
Legend: ChartLegend,
|
|
555
|
-
/**
|
|
556
|
-
* Helper function to create tooltip configuration.
|
|
557
|
-
*
|
|
558
|
-
* @param config - Tooltip configuration options
|
|
559
|
-
* @returns A tooltip configuration object
|
|
560
|
-
*
|
|
561
|
-
* @remarks
|
|
562
|
-
* Controls the display and behavior of chart tooltips.
|
|
563
|
-
*/
|
|
564
|
-
Tooltip: ChartTooltip,
|
|
565
|
-
/**
|
|
566
|
-
* Helper function to create axis configuration.
|
|
567
|
-
*
|
|
568
|
-
* @param config - Axis configuration options
|
|
569
|
-
* @returns An axis configuration object
|
|
570
|
-
*
|
|
571
|
-
* @remarks
|
|
572
|
-
* Configures axis labels, tick formats, and visibility.
|
|
573
|
-
*/
|
|
574
|
-
Axis: ChartAxis,
|
|
575
689
|
/**
|
|
576
690
|
* Tick format helpers for axis labels.
|
|
577
691
|
*
|
|
@@ -745,6 +859,45 @@ export const Chart = {
|
|
|
745
859
|
* @property connectNulls - Connect across nulls (OptionType<BooleanType>)
|
|
746
860
|
*/
|
|
747
861
|
AreaChart: AreaChartType,
|
|
862
|
+
/**
|
|
863
|
+
* The concrete East type for Area Range chart data.
|
|
864
|
+
*
|
|
865
|
+
* @remarks
|
|
866
|
+
* Area range charts display bands between low/high values (e.g., min/max, high/low).
|
|
867
|
+
* Each series has a lowKey and highKey defining the range bounds.
|
|
868
|
+
*
|
|
869
|
+
* @property data - Array of data points as Dict<String, LiteralValue>
|
|
870
|
+
* @property dataSeries - Record of arrays per series (for sparse data)
|
|
871
|
+
* @property lowKey - Field name for lower bound (multi-series form)
|
|
872
|
+
* @property highKey - Field name for upper bound (multi-series form)
|
|
873
|
+
* @property series - Array of range series configuration (ArrayType<AreaRangeSeriesType>)
|
|
874
|
+
* @property xAxis - X-axis configuration (OptionType<ChartAxisType>)
|
|
875
|
+
* @property yAxis - Y-axis configuration (OptionType<ChartAxisType>)
|
|
876
|
+
* @property curveType - Line curve interpolation (OptionType<CurveType>)
|
|
877
|
+
* @property grid - Grid configuration (OptionType<ChartGridType>)
|
|
878
|
+
* @property tooltip - Tooltip configuration (OptionType<ChartTooltipType>)
|
|
879
|
+
* @property legend - Legend configuration (OptionType<ChartLegendType>)
|
|
880
|
+
* @property margin - Chart margin (OptionType<ChartMarginType>)
|
|
881
|
+
* @property fillOpacity - Fill opacity 0-1 (OptionType<FloatType>)
|
|
882
|
+
* @property connectNulls - Connect across nulls (OptionType<BooleanType>)
|
|
883
|
+
*/
|
|
884
|
+
AreaRangeChart: AreaRangeChartType,
|
|
885
|
+
/**
|
|
886
|
+
* The concrete East type for Area Range series configuration.
|
|
887
|
+
*
|
|
888
|
+
* @remarks
|
|
889
|
+
* Defines how a range series is rendered in an area range chart.
|
|
890
|
+
*
|
|
891
|
+
* @property name - Series identifier (StringType)
|
|
892
|
+
* @property lowKey - Field name for lower bound values (StringType)
|
|
893
|
+
* @property highKey - Field name for upper bound values (StringType)
|
|
894
|
+
* @property color - Chakra color token (OptionType<StringType>)
|
|
895
|
+
* @property label - Display label (OptionType<StringType>)
|
|
896
|
+
* @property fillOpacity - Fill opacity 0-1 (OptionType<FloatType>)
|
|
897
|
+
* @property stroke - Stroke color (OptionType<StringType>)
|
|
898
|
+
* @property strokeWidth - Stroke width in pixels (OptionType<IntegerType>)
|
|
899
|
+
*/
|
|
900
|
+
AreaRangeSeries: AreaRangeSeriesType,
|
|
748
901
|
/**
|
|
749
902
|
* The concrete East type for Bar chart data.
|
|
750
903
|
*
|
|
@@ -897,6 +1050,106 @@ export const Chart = {
|
|
|
897
1050
|
* @property color - Segment color (OptionType<StringType>)
|
|
898
1051
|
*/
|
|
899
1052
|
BarSegmentItem: BarSegmentItemType,
|
|
1053
|
+
/**
|
|
1054
|
+
* The concrete East type for Composed chart data.
|
|
1055
|
+
*
|
|
1056
|
+
* @remarks
|
|
1057
|
+
* Composed charts combine multiple chart types (Line, Area, Bar, Scatter, AreaRange)
|
|
1058
|
+
* in a single visualization. Each series specifies its chart type via the variant.
|
|
1059
|
+
*
|
|
1060
|
+
* @property data - Array of data points as Dict<String, LiteralValue>
|
|
1061
|
+
* @property dataSeries - Record of arrays per series for sparse data
|
|
1062
|
+
* @property valueKey - Field name for Y values in dataSeries form
|
|
1063
|
+
* @property series - Array of composed series (discriminated variant)
|
|
1064
|
+
* @property xAxis - X-axis configuration
|
|
1065
|
+
* @property yAxis - Y-axis configuration
|
|
1066
|
+
* @property layout - Bar direction for bar series
|
|
1067
|
+
* @property curveType - Curve interpolation for line/area series
|
|
1068
|
+
* @property stackOffset - Stack offset mode
|
|
1069
|
+
* @property grid - Grid configuration
|
|
1070
|
+
* @property tooltip - Tooltip configuration
|
|
1071
|
+
* @property legend - Legend configuration
|
|
1072
|
+
* @property margin - Chart margin
|
|
1073
|
+
* @property brush - Brush configuration
|
|
1074
|
+
* @property barSize - Bar width/height in pixels
|
|
1075
|
+
* @property barGap - Gap between bars
|
|
1076
|
+
* @property showDots - Show dots for line series (global default)
|
|
1077
|
+
* @property connectNulls - Connect line across null data points
|
|
1078
|
+
*/
|
|
1079
|
+
ComposedChart: ComposedChartType,
|
|
1080
|
+
/**
|
|
1081
|
+
* The concrete East type for Composed series (discriminated variant).
|
|
1082
|
+
*
|
|
1083
|
+
* @remarks
|
|
1084
|
+
* A discriminated variant where each tag determines the chart type
|
|
1085
|
+
* and its associated configuration.
|
|
1086
|
+
*
|
|
1087
|
+
* @property line - Line series with dots, stroke options
|
|
1088
|
+
* @property area - Area series with fill, stacking options
|
|
1089
|
+
* @property areaRange - Area range series with lowKey/highKey for bands
|
|
1090
|
+
* @property bar - Bar series with fill, stacking, radius options
|
|
1091
|
+
* @property scatter - Scatter series with point size
|
|
1092
|
+
*/
|
|
1093
|
+
ComposedSeries: ComposedSeriesType,
|
|
1094
|
+
/**
|
|
1095
|
+
* Reference line configuration type.
|
|
1096
|
+
*
|
|
1097
|
+
* @remarks
|
|
1098
|
+
* Draws horizontal or vertical lines at specific values.
|
|
1099
|
+
*
|
|
1100
|
+
* @property x - X value for vertical line
|
|
1101
|
+
* @property y - Y value for horizontal line
|
|
1102
|
+
* @property stroke - Line color
|
|
1103
|
+
* @property strokeWidth - Line width
|
|
1104
|
+
* @property strokeDasharray - Dash pattern
|
|
1105
|
+
* @property label - Label text
|
|
1106
|
+
* @property ifOverflow - Overflow behavior
|
|
1107
|
+
*/
|
|
1108
|
+
ReferenceLine: ReferenceLineType,
|
|
1109
|
+
/**
|
|
1110
|
+
* Reference dot configuration type.
|
|
1111
|
+
*
|
|
1112
|
+
* @remarks
|
|
1113
|
+
* Marks specific x,y coordinates on the chart.
|
|
1114
|
+
*
|
|
1115
|
+
* @property x - X coordinate
|
|
1116
|
+
* @property y - Y coordinate
|
|
1117
|
+
* @property r - Radius
|
|
1118
|
+
* @property fill - Fill color
|
|
1119
|
+
* @property stroke - Stroke color
|
|
1120
|
+
* @property label - Label text
|
|
1121
|
+
* @property ifOverflow - Overflow behavior
|
|
1122
|
+
*/
|
|
1123
|
+
ReferenceDot: ReferenceDotType,
|
|
1124
|
+
/**
|
|
1125
|
+
* Reference area configuration type.
|
|
1126
|
+
*
|
|
1127
|
+
* @remarks
|
|
1128
|
+
* Highlights rectangular regions on the chart.
|
|
1129
|
+
*
|
|
1130
|
+
* @property x1 - Left bound
|
|
1131
|
+
* @property x2 - Right bound
|
|
1132
|
+
* @property y1 - Bottom bound
|
|
1133
|
+
* @property y2 - Top bound
|
|
1134
|
+
* @property fill - Fill color
|
|
1135
|
+
* @property fillOpacity - Fill opacity
|
|
1136
|
+
* @property stroke - Stroke color
|
|
1137
|
+
* @property label - Label text
|
|
1138
|
+
* @property ifOverflow - Overflow behavior
|
|
1139
|
+
*/
|
|
1140
|
+
ReferenceArea: ReferenceAreaType,
|
|
1141
|
+
/**
|
|
1142
|
+
* Reference overflow behavior type.
|
|
1143
|
+
*
|
|
1144
|
+
* @remarks
|
|
1145
|
+
* Controls what happens when reference annotations extend beyond chart bounds.
|
|
1146
|
+
*
|
|
1147
|
+
* @property discard - Don't render if outside bounds
|
|
1148
|
+
* @property hidden - Clip at chart boundary
|
|
1149
|
+
* @property visible - Render completely (may overflow)
|
|
1150
|
+
* @property extendDomain - Extend axis domain to include
|
|
1151
|
+
*/
|
|
1152
|
+
ReferenceOverflow: ReferenceOverflowType,
|
|
900
1153
|
},
|
|
901
1154
|
};
|
|
902
1155
|
// Keep Sparkline export for backwards compatibility
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/charts/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AAEH,eAAe;AACf,OAAO,EACH,eAAe,EACf,aAAa,EACb,sBAAsB,EACtB,aAAa,EACb,cAAc,EACd,SAAS,EACT,eAAe,EACf,aAAa,EACb,mBAAmB,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/charts/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
import { type ExprType, type SubtypeExprOrValue, type TypeOf, ArrayType, StructType, IntegerType, FloatType } from "@elaraai/east";
|
|
6
6
|
import { UIComponentType } from "../../component.js";
|
|
7
7
|
import type { LineChartStyle, LineChartMultiStyle, LineChartSeriesConfig } from "./types.js";
|
|
8
|
-
export { LineChartType, LineChartSeriesType, type LineChartStyle, type LineChartMultiStyle, type LineChartSeriesConfig, type LineChartStyleBase, } from "./types.js";
|
|
8
|
+
export { LineChartType, LineChartSeriesType, type LineChartStyle, type LineChartMultiStyle, type LineChartSeriesConfig, type LineChartStyleBase, type LineChartBrushStyle, } from "./types.js";
|
|
9
9
|
type NumericEastType = IntegerType | FloatType;
|
|
10
10
|
type ExtractStructFields<T> = T extends ArrayType<infer S> ? S extends StructType ? S["fields"] : never : never;
|
|
11
11
|
type DataFields<T extends SubtypeExprOrValue<ArrayType<StructType>>> = ExtractStructFields<TypeOf<T>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/charts/line/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EACH,KAAK,QAAQ,EACb,KAAK,kBAAkB,EACvB,KAAK,MAAM,EACX,SAAS,EAQT,UAAU,EAEV,WAAW,EACX,SAAS,EACZ,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/charts/line/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EACH,KAAK,QAAQ,EACb,KAAK,kBAAkB,EACvB,KAAK,MAAM,EACX,SAAS,EAQT,UAAU,EAEV,WAAW,EACX,SAAS,EACZ,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAmBrD,OAAO,KAAK,EACR,cAAc,EACd,mBAAmB,EACnB,qBAAqB,EAGxB,MAAM,YAAY,CAAC;AAGpB,OAAO,EACH,aAAa,EACb,mBAAmB,EACnB,KAAK,cAAc,EACnB,KAAK,mBAAmB,EACxB,KAAK,qBAAqB,EAC1B,KAAK,kBAAkB,EACvB,KAAK,mBAAmB,GAC3B,MAAM,YAAY,CAAC;AAOpB,KAAK,eAAe,GAAG,WAAW,GAAG,SAAS,CAAC;AAG/C,KAAK,mBAAmB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,CAAC,MAAM,CAAC,CAAC,GACpD,CAAC,SAAS,UAAU,GAChB,CAAC,CAAC,QAAQ,CAAC,GACX,KAAK,GACT,KAAK,CAAC;AAGZ,KAAK,UAAU,CAAC,CAAC,SAAS,kBAAkB,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC,IAAI,mBAAmB,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;AAGtG,KAAK,gBAAgB,CAAC,MAAM,IAAI;KAC3B,CAAC,IAAI,MAAM,MAAM,GAAG,MAAM,CAAC,CAAC,CAAC,SAAS,eAAe,GAAG,CAAC,GAAG,KAAK;CACrE,CAAC,MAAM,MAAM,CAAC,CAAC;AAGhB,KAAK,SAAS,CAAC,MAAM,IAAI,MAAM,MAAM,GAAG,MAAM,CAAC;AAM/C;;;;;;GAMG;AACH,KAAK,UAAU,CAAC,CAAC,SAAS,kBAAkB,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC,IAC7D,gBAAgB,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,GAC1C;KAAG,CAAC,IAAI,gBAAgB,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,qBAAqB;CAAE,CAAC;AAMlF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,wBAAgB,eAAe,CAAC,CAAC,SAAS,kBAAkB,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC,EAC/E,IAAI,EAAE,CAAC,EACP,MAAM,EAAE,UAAU,CAAC,CAAC,CAAC,EACrB,KAAK,CAAC,EAAE,cAAc,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,GACjD,QAAQ,CAAC,eAAe,CAAC,CAmB3B;AAMD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,wBAAgB,oBAAoB,CAChC,CAAC,SAAS,MAAM,EAChB,CAAC,SAAS,kBAAkB,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC,EAEnD,IAAI,EAAE,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,EAClB,KAAK,EAAE,mBAAmB,CACtB,SAAS,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,EACxB,gBAAgB,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,GAAG,MAAM,EACxC,CAAC,CACJ,GACF,QAAQ,CAAC,eAAe,CAAC,CA+B3B"}
|