@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.
- 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 +1 -1
|
@@ -3,7 +3,8 @@
|
|
|
3
3
|
* Dual-licensed under AGPL-3.0 and commercial license. See LICENSE for details.
|
|
4
4
|
*/
|
|
5
5
|
import { type SubtypeExprOrValue, OptionType, StructType, ArrayType, IntegerType, StringType, DictType } from "@elaraai/east";
|
|
6
|
-
import {
|
|
6
|
+
import { YAxisIdType, type BaseChartStyle, type ChartAxisStyle, type ReferenceLineStyle, type ReferenceDotStyle, type ReferenceAreaStyle, type YAxisIdLiteral } from "../types.js";
|
|
7
|
+
export type { ReferenceLineStyle, ReferenceDotStyle, ReferenceAreaStyle };
|
|
7
8
|
/**
|
|
8
9
|
* Scatter chart component type.
|
|
9
10
|
*
|
|
@@ -59,6 +60,10 @@ export declare const ScatterChartType: StructType<{
|
|
|
59
60
|
fill: OptionType<StringType>;
|
|
60
61
|
fillOpacity: OptionType<import("@elaraai/east").FloatType>;
|
|
61
62
|
strokeDasharray: OptionType<StringType>;
|
|
63
|
+
yAxisId: OptionType<import("@elaraai/east").VariantType<{
|
|
64
|
+
left: import("@elaraai/east").NullType;
|
|
65
|
+
right: import("@elaraai/east").NullType;
|
|
66
|
+
}>>;
|
|
62
67
|
}>>;
|
|
63
68
|
xAxis: OptionType<StructType<{
|
|
64
69
|
dataKey: OptionType<StringType>;
|
|
@@ -440,6 +445,196 @@ export declare const ScatterChartType: StructType<{
|
|
|
440
445
|
}>>;
|
|
441
446
|
axisId: OptionType<StringType>;
|
|
442
447
|
}>>;
|
|
448
|
+
yAxis2: OptionType<StructType<{
|
|
449
|
+
dataKey: OptionType<StringType>;
|
|
450
|
+
label: OptionType<StringType>;
|
|
451
|
+
tickFormat: OptionType<import("@elaraai/east").VariantType<{
|
|
452
|
+
number: StructType<{
|
|
453
|
+
minimumFractionDigits: OptionType<IntegerType>;
|
|
454
|
+
maximumFractionDigits: OptionType<IntegerType>;
|
|
455
|
+
signDisplay: OptionType<import("@elaraai/east").VariantType<{
|
|
456
|
+
auto: import("@elaraai/east").NullType;
|
|
457
|
+
never: import("@elaraai/east").NullType;
|
|
458
|
+
always: import("@elaraai/east").NullType;
|
|
459
|
+
exceptZero: import("@elaraai/east").NullType;
|
|
460
|
+
}>>;
|
|
461
|
+
}>;
|
|
462
|
+
currency: StructType<{
|
|
463
|
+
currency: import("@elaraai/east").VariantType<{
|
|
464
|
+
USD: import("@elaraai/east").NullType;
|
|
465
|
+
EUR: import("@elaraai/east").NullType;
|
|
466
|
+
GBP: import("@elaraai/east").NullType;
|
|
467
|
+
JPY: import("@elaraai/east").NullType;
|
|
468
|
+
CHF: import("@elaraai/east").NullType;
|
|
469
|
+
CAD: import("@elaraai/east").NullType;
|
|
470
|
+
AUD: import("@elaraai/east").NullType;
|
|
471
|
+
NZD: import("@elaraai/east").NullType;
|
|
472
|
+
CNY: import("@elaraai/east").NullType;
|
|
473
|
+
HKD: import("@elaraai/east").NullType;
|
|
474
|
+
SGD: import("@elaraai/east").NullType;
|
|
475
|
+
KRW: import("@elaraai/east").NullType;
|
|
476
|
+
INR: import("@elaraai/east").NullType;
|
|
477
|
+
TWD: import("@elaraai/east").NullType;
|
|
478
|
+
THB: import("@elaraai/east").NullType;
|
|
479
|
+
MYR: import("@elaraai/east").NullType;
|
|
480
|
+
IDR: import("@elaraai/east").NullType;
|
|
481
|
+
PHP: import("@elaraai/east").NullType;
|
|
482
|
+
VND: import("@elaraai/east").NullType;
|
|
483
|
+
SEK: import("@elaraai/east").NullType;
|
|
484
|
+
NOK: import("@elaraai/east").NullType;
|
|
485
|
+
DKK: import("@elaraai/east").NullType;
|
|
486
|
+
PLN: import("@elaraai/east").NullType;
|
|
487
|
+
CZK: import("@elaraai/east").NullType;
|
|
488
|
+
HUF: import("@elaraai/east").NullType;
|
|
489
|
+
RUB: import("@elaraai/east").NullType;
|
|
490
|
+
UAH: import("@elaraai/east").NullType;
|
|
491
|
+
RON: import("@elaraai/east").NullType;
|
|
492
|
+
MXN: import("@elaraai/east").NullType;
|
|
493
|
+
BRL: import("@elaraai/east").NullType;
|
|
494
|
+
ARS: import("@elaraai/east").NullType;
|
|
495
|
+
CLP: import("@elaraai/east").NullType;
|
|
496
|
+
COP: import("@elaraai/east").NullType;
|
|
497
|
+
PEN: import("@elaraai/east").NullType;
|
|
498
|
+
AED: import("@elaraai/east").NullType;
|
|
499
|
+
SAR: import("@elaraai/east").NullType;
|
|
500
|
+
ILS: import("@elaraai/east").NullType;
|
|
501
|
+
ZAR: import("@elaraai/east").NullType;
|
|
502
|
+
TRY: import("@elaraai/east").NullType;
|
|
503
|
+
EGP: import("@elaraai/east").NullType;
|
|
504
|
+
NGN: import("@elaraai/east").NullType;
|
|
505
|
+
KES: import("@elaraai/east").NullType;
|
|
506
|
+
}>;
|
|
507
|
+
display: OptionType<import("@elaraai/east").VariantType<{
|
|
508
|
+
code: import("@elaraai/east").NullType;
|
|
509
|
+
symbol: import("@elaraai/east").NullType;
|
|
510
|
+
narrowSymbol: import("@elaraai/east").NullType;
|
|
511
|
+
name: import("@elaraai/east").NullType;
|
|
512
|
+
}>>;
|
|
513
|
+
minimumFractionDigits: OptionType<IntegerType>;
|
|
514
|
+
maximumFractionDigits: OptionType<IntegerType>;
|
|
515
|
+
}>;
|
|
516
|
+
percent: StructType<{
|
|
517
|
+
minimumFractionDigits: OptionType<IntegerType>;
|
|
518
|
+
maximumFractionDigits: OptionType<IntegerType>;
|
|
519
|
+
signDisplay: OptionType<import("@elaraai/east").VariantType<{
|
|
520
|
+
auto: import("@elaraai/east").NullType;
|
|
521
|
+
never: import("@elaraai/east").NullType;
|
|
522
|
+
always: import("@elaraai/east").NullType;
|
|
523
|
+
exceptZero: import("@elaraai/east").NullType;
|
|
524
|
+
}>>;
|
|
525
|
+
}>;
|
|
526
|
+
compact: StructType<{
|
|
527
|
+
display: OptionType<import("@elaraai/east").VariantType<{
|
|
528
|
+
short: import("@elaraai/east").NullType;
|
|
529
|
+
long: import("@elaraai/east").NullType;
|
|
530
|
+
}>>;
|
|
531
|
+
}>;
|
|
532
|
+
unit: StructType<{
|
|
533
|
+
unit: import("@elaraai/east").VariantType<{
|
|
534
|
+
bit: import("@elaraai/east").NullType;
|
|
535
|
+
byte: import("@elaraai/east").NullType;
|
|
536
|
+
kilobit: import("@elaraai/east").NullType;
|
|
537
|
+
kilobyte: import("@elaraai/east").NullType;
|
|
538
|
+
megabit: import("@elaraai/east").NullType;
|
|
539
|
+
megabyte: import("@elaraai/east").NullType;
|
|
540
|
+
gigabit: import("@elaraai/east").NullType;
|
|
541
|
+
gigabyte: import("@elaraai/east").NullType;
|
|
542
|
+
terabit: import("@elaraai/east").NullType;
|
|
543
|
+
terabyte: import("@elaraai/east").NullType;
|
|
544
|
+
petabyte: import("@elaraai/east").NullType;
|
|
545
|
+
nanosecond: import("@elaraai/east").NullType;
|
|
546
|
+
microsecond: import("@elaraai/east").NullType;
|
|
547
|
+
millisecond: import("@elaraai/east").NullType;
|
|
548
|
+
second: import("@elaraai/east").NullType;
|
|
549
|
+
minute: import("@elaraai/east").NullType;
|
|
550
|
+
hour: import("@elaraai/east").NullType;
|
|
551
|
+
day: import("@elaraai/east").NullType;
|
|
552
|
+
week: import("@elaraai/east").NullType;
|
|
553
|
+
month: import("@elaraai/east").NullType;
|
|
554
|
+
year: import("@elaraai/east").NullType;
|
|
555
|
+
millimeter: import("@elaraai/east").NullType;
|
|
556
|
+
centimeter: import("@elaraai/east").NullType;
|
|
557
|
+
meter: import("@elaraai/east").NullType;
|
|
558
|
+
kilometer: import("@elaraai/east").NullType;
|
|
559
|
+
inch: import("@elaraai/east").NullType;
|
|
560
|
+
foot: import("@elaraai/east").NullType;
|
|
561
|
+
yard: import("@elaraai/east").NullType;
|
|
562
|
+
mile: import("@elaraai/east").NullType;
|
|
563
|
+
gram: import("@elaraai/east").NullType;
|
|
564
|
+
kilogram: import("@elaraai/east").NullType;
|
|
565
|
+
milligram: import("@elaraai/east").NullType;
|
|
566
|
+
ounce: import("@elaraai/east").NullType;
|
|
567
|
+
pound: import("@elaraai/east").NullType;
|
|
568
|
+
stone: import("@elaraai/east").NullType;
|
|
569
|
+
celsius: import("@elaraai/east").NullType;
|
|
570
|
+
fahrenheit: import("@elaraai/east").NullType;
|
|
571
|
+
milliliter: import("@elaraai/east").NullType;
|
|
572
|
+
liter: import("@elaraai/east").NullType;
|
|
573
|
+
gallon: import("@elaraai/east").NullType;
|
|
574
|
+
fluidOunce: import("@elaraai/east").NullType;
|
|
575
|
+
acre: import("@elaraai/east").NullType;
|
|
576
|
+
hectare: import("@elaraai/east").NullType;
|
|
577
|
+
meterPerSecond: import("@elaraai/east").NullType;
|
|
578
|
+
kilometerPerHour: import("@elaraai/east").NullType;
|
|
579
|
+
milePerHour: import("@elaraai/east").NullType;
|
|
580
|
+
percent: import("@elaraai/east").NullType;
|
|
581
|
+
degree: import("@elaraai/east").NullType;
|
|
582
|
+
}>;
|
|
583
|
+
display: OptionType<import("@elaraai/east").VariantType<{
|
|
584
|
+
short: import("@elaraai/east").NullType;
|
|
585
|
+
narrow: import("@elaraai/east").NullType;
|
|
586
|
+
long: import("@elaraai/east").NullType;
|
|
587
|
+
}>>;
|
|
588
|
+
}>;
|
|
589
|
+
scientific: import("@elaraai/east").NullType;
|
|
590
|
+
engineering: import("@elaraai/east").NullType;
|
|
591
|
+
date: StructType<{
|
|
592
|
+
style: OptionType<import("@elaraai/east").VariantType<{
|
|
593
|
+
full: import("@elaraai/east").NullType;
|
|
594
|
+
long: import("@elaraai/east").NullType;
|
|
595
|
+
medium: import("@elaraai/east").NullType;
|
|
596
|
+
short: import("@elaraai/east").NullType;
|
|
597
|
+
}>>;
|
|
598
|
+
}>;
|
|
599
|
+
time: StructType<{
|
|
600
|
+
style: OptionType<import("@elaraai/east").VariantType<{
|
|
601
|
+
full: import("@elaraai/east").NullType;
|
|
602
|
+
long: import("@elaraai/east").NullType;
|
|
603
|
+
medium: import("@elaraai/east").NullType;
|
|
604
|
+
short: import("@elaraai/east").NullType;
|
|
605
|
+
}>>;
|
|
606
|
+
hour12: OptionType<import("@elaraai/east").BooleanType>;
|
|
607
|
+
}>;
|
|
608
|
+
datetime: StructType<{
|
|
609
|
+
dateStyle: OptionType<import("@elaraai/east").VariantType<{
|
|
610
|
+
full: import("@elaraai/east").NullType;
|
|
611
|
+
long: import("@elaraai/east").NullType;
|
|
612
|
+
medium: import("@elaraai/east").NullType;
|
|
613
|
+
short: import("@elaraai/east").NullType;
|
|
614
|
+
}>>;
|
|
615
|
+
timeStyle: OptionType<import("@elaraai/east").VariantType<{
|
|
616
|
+
full: import("@elaraai/east").NullType;
|
|
617
|
+
long: import("@elaraai/east").NullType;
|
|
618
|
+
medium: import("@elaraai/east").NullType;
|
|
619
|
+
short: import("@elaraai/east").NullType;
|
|
620
|
+
}>>;
|
|
621
|
+
hour12: OptionType<import("@elaraai/east").BooleanType>;
|
|
622
|
+
}>;
|
|
623
|
+
}>>;
|
|
624
|
+
domain: OptionType<ArrayType<import("@elaraai/east").FloatType>>;
|
|
625
|
+
hide: OptionType<import("@elaraai/east").BooleanType>;
|
|
626
|
+
axisLine: OptionType<import("@elaraai/east").BooleanType>;
|
|
627
|
+
tickLine: OptionType<import("@elaraai/east").BooleanType>;
|
|
628
|
+
tickMargin: OptionType<IntegerType>;
|
|
629
|
+
strokeColor: OptionType<StringType>;
|
|
630
|
+
orientation: OptionType<import("@elaraai/east").VariantType<{
|
|
631
|
+
top: import("@elaraai/east").NullType;
|
|
632
|
+
bottom: import("@elaraai/east").NullType;
|
|
633
|
+
left: import("@elaraai/east").NullType;
|
|
634
|
+
right: import("@elaraai/east").NullType;
|
|
635
|
+
}>>;
|
|
636
|
+
axisId: OptionType<StringType>;
|
|
637
|
+
}>>;
|
|
443
638
|
xDataKey: OptionType<StringType>;
|
|
444
639
|
yDataKey: OptionType<StringType>;
|
|
445
640
|
grid: OptionType<StructType<{
|
|
@@ -482,51 +677,216 @@ export declare const ScatterChartType: StructType<{
|
|
|
482
677
|
left: OptionType<IntegerType>;
|
|
483
678
|
}>>;
|
|
484
679
|
pointSize: OptionType<IntegerType>;
|
|
680
|
+
referenceLines: OptionType<ArrayType<StructType<{
|
|
681
|
+
x: OptionType<import("@elaraai/east").VariantType<{
|
|
682
|
+
Null: import("@elaraai/east").NullType;
|
|
683
|
+
Boolean: import("@elaraai/east").BooleanType;
|
|
684
|
+
Integer: IntegerType;
|
|
685
|
+
Float: import("@elaraai/east").FloatType;
|
|
686
|
+
String: StringType;
|
|
687
|
+
DateTime: import("@elaraai/east").DateTimeType;
|
|
688
|
+
Blob: import("@elaraai/east").BlobType;
|
|
689
|
+
}>>;
|
|
690
|
+
y: OptionType<import("@elaraai/east").VariantType<{
|
|
691
|
+
Null: import("@elaraai/east").NullType;
|
|
692
|
+
Boolean: import("@elaraai/east").BooleanType;
|
|
693
|
+
Integer: IntegerType;
|
|
694
|
+
Float: import("@elaraai/east").FloatType;
|
|
695
|
+
String: StringType;
|
|
696
|
+
DateTime: import("@elaraai/east").DateTimeType;
|
|
697
|
+
Blob: import("@elaraai/east").BlobType;
|
|
698
|
+
}>>;
|
|
699
|
+
stroke: OptionType<StringType>;
|
|
700
|
+
strokeWidth: OptionType<IntegerType>;
|
|
701
|
+
strokeDasharray: OptionType<StringType>;
|
|
702
|
+
label: OptionType<StringType>;
|
|
703
|
+
labelPosition: OptionType<import("@elaraai/east").VariantType<{
|
|
704
|
+
top: import("@elaraai/east").NullType;
|
|
705
|
+
bottom: import("@elaraai/east").NullType;
|
|
706
|
+
left: import("@elaraai/east").NullType;
|
|
707
|
+
right: import("@elaraai/east").NullType;
|
|
708
|
+
center: import("@elaraai/east").NullType;
|
|
709
|
+
insideTop: import("@elaraai/east").NullType;
|
|
710
|
+
insideBottom: import("@elaraai/east").NullType;
|
|
711
|
+
insideLeft: import("@elaraai/east").NullType;
|
|
712
|
+
insideRight: import("@elaraai/east").NullType;
|
|
713
|
+
insideTopLeft: import("@elaraai/east").NullType;
|
|
714
|
+
insideTopRight: import("@elaraai/east").NullType;
|
|
715
|
+
insideBottomLeft: import("@elaraai/east").NullType;
|
|
716
|
+
insideBottomRight: import("@elaraai/east").NullType;
|
|
717
|
+
}>>;
|
|
718
|
+
labelOffset: OptionType<IntegerType>;
|
|
719
|
+
ifOverflow: OptionType<import("@elaraai/east").VariantType<{
|
|
720
|
+
discard: import("@elaraai/east").NullType;
|
|
721
|
+
hidden: import("@elaraai/east").NullType;
|
|
722
|
+
visible: import("@elaraai/east").NullType;
|
|
723
|
+
extendDomain: import("@elaraai/east").NullType;
|
|
724
|
+
}>>;
|
|
725
|
+
}>>>;
|
|
726
|
+
referenceDots: OptionType<ArrayType<StructType<{
|
|
727
|
+
x: import("@elaraai/east").VariantType<{
|
|
728
|
+
Null: import("@elaraai/east").NullType;
|
|
729
|
+
Boolean: import("@elaraai/east").BooleanType;
|
|
730
|
+
Integer: IntegerType;
|
|
731
|
+
Float: import("@elaraai/east").FloatType;
|
|
732
|
+
String: StringType;
|
|
733
|
+
DateTime: import("@elaraai/east").DateTimeType;
|
|
734
|
+
Blob: import("@elaraai/east").BlobType;
|
|
735
|
+
}>;
|
|
736
|
+
y: import("@elaraai/east").VariantType<{
|
|
737
|
+
Null: import("@elaraai/east").NullType;
|
|
738
|
+
Boolean: import("@elaraai/east").BooleanType;
|
|
739
|
+
Integer: IntegerType;
|
|
740
|
+
Float: import("@elaraai/east").FloatType;
|
|
741
|
+
String: StringType;
|
|
742
|
+
DateTime: import("@elaraai/east").DateTimeType;
|
|
743
|
+
Blob: import("@elaraai/east").BlobType;
|
|
744
|
+
}>;
|
|
745
|
+
r: OptionType<IntegerType>;
|
|
746
|
+
fill: OptionType<StringType>;
|
|
747
|
+
stroke: OptionType<StringType>;
|
|
748
|
+
strokeWidth: OptionType<IntegerType>;
|
|
749
|
+
label: OptionType<StringType>;
|
|
750
|
+
labelPosition: OptionType<import("@elaraai/east").VariantType<{
|
|
751
|
+
top: import("@elaraai/east").NullType;
|
|
752
|
+
bottom: import("@elaraai/east").NullType;
|
|
753
|
+
left: import("@elaraai/east").NullType;
|
|
754
|
+
right: import("@elaraai/east").NullType;
|
|
755
|
+
center: import("@elaraai/east").NullType;
|
|
756
|
+
insideTop: import("@elaraai/east").NullType;
|
|
757
|
+
insideBottom: import("@elaraai/east").NullType;
|
|
758
|
+
insideLeft: import("@elaraai/east").NullType;
|
|
759
|
+
insideRight: import("@elaraai/east").NullType;
|
|
760
|
+
insideTopLeft: import("@elaraai/east").NullType;
|
|
761
|
+
insideTopRight: import("@elaraai/east").NullType;
|
|
762
|
+
insideBottomLeft: import("@elaraai/east").NullType;
|
|
763
|
+
insideBottomRight: import("@elaraai/east").NullType;
|
|
764
|
+
}>>;
|
|
765
|
+
labelOffset: OptionType<IntegerType>;
|
|
766
|
+
ifOverflow: OptionType<import("@elaraai/east").VariantType<{
|
|
767
|
+
discard: import("@elaraai/east").NullType;
|
|
768
|
+
hidden: import("@elaraai/east").NullType;
|
|
769
|
+
visible: import("@elaraai/east").NullType;
|
|
770
|
+
extendDomain: import("@elaraai/east").NullType;
|
|
771
|
+
}>>;
|
|
772
|
+
}>>>;
|
|
773
|
+
referenceAreas: OptionType<ArrayType<StructType<{
|
|
774
|
+
x1: OptionType<import("@elaraai/east").VariantType<{
|
|
775
|
+
Null: import("@elaraai/east").NullType;
|
|
776
|
+
Boolean: import("@elaraai/east").BooleanType;
|
|
777
|
+
Integer: IntegerType;
|
|
778
|
+
Float: import("@elaraai/east").FloatType;
|
|
779
|
+
String: StringType;
|
|
780
|
+
DateTime: import("@elaraai/east").DateTimeType;
|
|
781
|
+
Blob: import("@elaraai/east").BlobType;
|
|
782
|
+
}>>;
|
|
783
|
+
x2: OptionType<import("@elaraai/east").VariantType<{
|
|
784
|
+
Null: import("@elaraai/east").NullType;
|
|
785
|
+
Boolean: import("@elaraai/east").BooleanType;
|
|
786
|
+
Integer: IntegerType;
|
|
787
|
+
Float: import("@elaraai/east").FloatType;
|
|
788
|
+
String: StringType;
|
|
789
|
+
DateTime: import("@elaraai/east").DateTimeType;
|
|
790
|
+
Blob: import("@elaraai/east").BlobType;
|
|
791
|
+
}>>;
|
|
792
|
+
y1: OptionType<import("@elaraai/east").VariantType<{
|
|
793
|
+
Null: import("@elaraai/east").NullType;
|
|
794
|
+
Boolean: import("@elaraai/east").BooleanType;
|
|
795
|
+
Integer: IntegerType;
|
|
796
|
+
Float: import("@elaraai/east").FloatType;
|
|
797
|
+
String: StringType;
|
|
798
|
+
DateTime: import("@elaraai/east").DateTimeType;
|
|
799
|
+
Blob: import("@elaraai/east").BlobType;
|
|
800
|
+
}>>;
|
|
801
|
+
y2: OptionType<import("@elaraai/east").VariantType<{
|
|
802
|
+
Null: import("@elaraai/east").NullType;
|
|
803
|
+
Boolean: import("@elaraai/east").BooleanType;
|
|
804
|
+
Integer: IntegerType;
|
|
805
|
+
Float: import("@elaraai/east").FloatType;
|
|
806
|
+
String: StringType;
|
|
807
|
+
DateTime: import("@elaraai/east").DateTimeType;
|
|
808
|
+
Blob: import("@elaraai/east").BlobType;
|
|
809
|
+
}>>;
|
|
810
|
+
fill: OptionType<StringType>;
|
|
811
|
+
fillOpacity: OptionType<import("@elaraai/east").FloatType>;
|
|
812
|
+
stroke: OptionType<StringType>;
|
|
813
|
+
label: OptionType<StringType>;
|
|
814
|
+
labelPosition: OptionType<import("@elaraai/east").VariantType<{
|
|
815
|
+
top: import("@elaraai/east").NullType;
|
|
816
|
+
bottom: import("@elaraai/east").NullType;
|
|
817
|
+
left: import("@elaraai/east").NullType;
|
|
818
|
+
right: import("@elaraai/east").NullType;
|
|
819
|
+
center: import("@elaraai/east").NullType;
|
|
820
|
+
insideTop: import("@elaraai/east").NullType;
|
|
821
|
+
insideBottom: import("@elaraai/east").NullType;
|
|
822
|
+
insideLeft: import("@elaraai/east").NullType;
|
|
823
|
+
insideRight: import("@elaraai/east").NullType;
|
|
824
|
+
insideTopLeft: import("@elaraai/east").NullType;
|
|
825
|
+
insideTopRight: import("@elaraai/east").NullType;
|
|
826
|
+
insideBottomLeft: import("@elaraai/east").NullType;
|
|
827
|
+
insideBottomRight: import("@elaraai/east").NullType;
|
|
828
|
+
}>>;
|
|
829
|
+
labelOffset: OptionType<IntegerType>;
|
|
830
|
+
ifOverflow: OptionType<import("@elaraai/east").VariantType<{
|
|
831
|
+
discard: import("@elaraai/east").NullType;
|
|
832
|
+
hidden: import("@elaraai/east").NullType;
|
|
833
|
+
visible: import("@elaraai/east").NullType;
|
|
834
|
+
extendDomain: import("@elaraai/east").NullType;
|
|
835
|
+
}>>;
|
|
836
|
+
}>>>;
|
|
485
837
|
}>;
|
|
486
838
|
/**
|
|
487
839
|
* Type representing a scatter chart.
|
|
488
840
|
*/
|
|
489
841
|
export type ScatterChartType = typeof ScatterChartType;
|
|
490
|
-
/**
|
|
491
|
-
* Base style options shared by Scatter and ScatterMulti charts.
|
|
492
|
-
*/
|
|
493
|
-
export interface ScatterChartStyleBase extends BaseChartStyle {
|
|
494
|
-
/** X-axis configuration */
|
|
495
|
-
xAxis?: SubtypeExprOrValue<ChartAxisType>;
|
|
496
|
-
/** Y-axis configuration */
|
|
497
|
-
yAxis?: SubtypeExprOrValue<ChartAxisType>;
|
|
498
|
-
/** Size of scatter points */
|
|
499
|
-
pointSize?: SubtypeExprOrValue<IntegerType>;
|
|
500
|
-
/** Chart margin configuration */
|
|
501
|
-
margin?: SubtypeExprOrValue<ChartMarginType>;
|
|
502
|
-
}
|
|
503
842
|
/**
|
|
504
843
|
* Style for Scatter charts (single array form).
|
|
505
844
|
*
|
|
506
845
|
* @typeParam NumericKey - Union of numeric field keys from the data struct
|
|
507
846
|
*/
|
|
508
|
-
export interface ScatterChartStyle<NumericKey extends string = string> extends
|
|
509
|
-
/**
|
|
510
|
-
|
|
511
|
-
/**
|
|
512
|
-
|
|
847
|
+
export interface ScatterChartStyle<NumericKey extends string = string> extends BaseChartStyle {
|
|
848
|
+
/** X-axis configuration */
|
|
849
|
+
xAxis?: ChartAxisStyle<NumericKey>;
|
|
850
|
+
/** Y-axis configuration (primary, left side) */
|
|
851
|
+
yAxis?: ChartAxisStyle<NumericKey>;
|
|
852
|
+
/** Secondary Y-axis configuration (right side) */
|
|
853
|
+
yAxis2?: ChartAxisStyle<NumericKey>;
|
|
854
|
+
/** Size of scatter points */
|
|
855
|
+
pointSize?: SubtypeExprOrValue<IntegerType>;
|
|
856
|
+
/** Reference lines (horizontal/vertical lines at specific values) */
|
|
857
|
+
referenceLines?: ReferenceLineStyle[];
|
|
858
|
+
/** Reference dots (markers at specific x,y coordinates) */
|
|
859
|
+
referenceDots?: ReferenceDotStyle[];
|
|
860
|
+
/** Reference areas (highlighted rectangular regions) */
|
|
861
|
+
referenceAreas?: ReferenceAreaStyle[];
|
|
513
862
|
}
|
|
514
863
|
/**
|
|
515
864
|
* Style for ScatterMulti charts (multi-series with separate arrays).
|
|
516
865
|
*
|
|
517
|
-
* @typeParam
|
|
518
|
-
* @typeParam NumericKey - Union of numeric field keys (for valueKey, xDataKey, yDataKey)
|
|
866
|
+
* @typeParam NumericKey - Union of numeric field keys (for axes and valueKey)
|
|
519
867
|
* @typeParam SeriesKey - Union of series names (record keys)
|
|
520
868
|
*/
|
|
521
|
-
export interface ScatterChartMultiStyle<NumericKey extends string = string, SeriesKey extends string = string> extends
|
|
522
|
-
/**
|
|
523
|
-
|
|
869
|
+
export interface ScatterChartMultiStyle<NumericKey extends string = string, SeriesKey extends string = string> extends BaseChartStyle {
|
|
870
|
+
/** X-axis configuration */
|
|
871
|
+
xAxis?: ChartAxisStyle<NumericKey>;
|
|
872
|
+
/** Y-axis configuration (primary, left side) */
|
|
873
|
+
yAxis?: ChartAxisStyle<NumericKey>;
|
|
874
|
+
/** Secondary Y-axis configuration (right side) */
|
|
875
|
+
yAxis2?: ChartAxisStyle<NumericKey>;
|
|
876
|
+
/** Size of scatter points */
|
|
877
|
+
pointSize?: SubtypeExprOrValue<IntegerType>;
|
|
524
878
|
/** Field name containing Y values in each series array (must be numeric) */
|
|
525
879
|
valueKey: NumericKey;
|
|
526
880
|
/** Per-series configuration (keyed by series name) */
|
|
527
881
|
series?: {
|
|
528
882
|
[K in SeriesKey]?: ScatterChartSeriesConfig;
|
|
529
883
|
};
|
|
884
|
+
/** Reference lines (horizontal/vertical lines at specific values) */
|
|
885
|
+
referenceLines?: ReferenceLineStyle[];
|
|
886
|
+
/** Reference dots (markers at specific x,y coordinates) */
|
|
887
|
+
referenceDots?: ReferenceDotStyle[];
|
|
888
|
+
/** Reference areas (highlighted rectangular regions) */
|
|
889
|
+
referenceAreas?: ReferenceAreaStyle[];
|
|
530
890
|
}
|
|
531
891
|
/**
|
|
532
892
|
* Series configuration for Scatter charts.
|
|
@@ -545,5 +905,7 @@ export interface ScatterChartSeriesConfig {
|
|
|
545
905
|
label?: SubtypeExprOrValue<StringType>;
|
|
546
906
|
/** Fill color for points */
|
|
547
907
|
fill?: SubtypeExprOrValue<StringType>;
|
|
908
|
+
/** Y-axis binding (left = primary yAxis, right = secondary yAxis2) */
|
|
909
|
+
yAxisId?: SubtypeExprOrValue<YAxisIdType> | YAxisIdLiteral;
|
|
548
910
|
}
|
|
549
911
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/charts/scatter/types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EACH,KAAK,kBAAkB,EACvB,UAAU,EACV,UAAU,EACV,SAAS,EACT,WAAW,EACX,UAAU,EACV,QAAQ,EAEX,MAAM,eAAe,CAAC;AAEvB,OAAO,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/charts/scatter/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Dual-licensed under AGPL-3.0 and commercial license. See LICENSE for details.
|
|
4
4
|
*/
|
|
5
5
|
import { OptionType, StructType, ArrayType, IntegerType, StringType, DictType, LiteralValueType, } from "@elaraai/east";
|
|
6
|
-
import { ChartSeriesType, ChartAxisType, ChartGridType, ChartTooltipType, ChartLegendType, ChartMarginType, MultiSeriesDataType, } from "../types.js";
|
|
6
|
+
import { ChartSeriesType, ChartAxisType, ChartGridType, ChartTooltipType, ChartLegendType, ChartMarginType, MultiSeriesDataType, ReferenceLineType, ReferenceDotType, ReferenceAreaType, YAxisIdType, } from "../types.js";
|
|
7
7
|
// ============================================================================
|
|
8
8
|
// Scatter Chart Type
|
|
9
9
|
// ============================================================================
|
|
@@ -39,6 +39,7 @@ export const ScatterChartType = StructType({
|
|
|
39
39
|
series: ArrayType(ChartSeriesType),
|
|
40
40
|
xAxis: OptionType(ChartAxisType),
|
|
41
41
|
yAxis: OptionType(ChartAxisType),
|
|
42
|
+
yAxis2: OptionType(ChartAxisType),
|
|
42
43
|
xDataKey: OptionType(StringType),
|
|
43
44
|
yDataKey: OptionType(StringType),
|
|
44
45
|
grid: OptionType(ChartGridType),
|
|
@@ -46,5 +47,8 @@ export const ScatterChartType = StructType({
|
|
|
46
47
|
legend: OptionType(ChartLegendType),
|
|
47
48
|
margin: OptionType(ChartMarginType),
|
|
48
49
|
pointSize: OptionType(IntegerType),
|
|
50
|
+
referenceLines: OptionType(ArrayType(ReferenceLineType)),
|
|
51
|
+
referenceDots: OptionType(ArrayType(ReferenceDotType)),
|
|
52
|
+
referenceAreas: OptionType(ArrayType(ReferenceAreaType)),
|
|
49
53
|
});
|
|
50
54
|
//# sourceMappingURL=types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/charts/scatter/types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAEH,UAAU,EACV,UAAU,EACV,SAAS,EACT,WAAW,EACX,UAAU,EACV,QAAQ,EACR,gBAAgB,GACnB,MAAM,eAAe,CAAC;AAEvB,OAAO,EACH,eAAe,EACf,aAAa,EACb,aAAa,EACb,gBAAgB,EAChB,eAAe,EACf,eAAe,EACf,mBAAmB,
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/charts/scatter/types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAEH,UAAU,EACV,UAAU,EACV,SAAS,EACT,WAAW,EACX,UAAU,EACV,QAAQ,EACR,gBAAgB,GACnB,MAAM,eAAe,CAAC;AAEvB,OAAO,EACH,eAAe,EACf,aAAa,EACb,aAAa,EACb,gBAAgB,EAChB,eAAe,EACf,eAAe,EACf,mBAAmB,EACnB,iBAAiB,EACjB,gBAAgB,EAChB,iBAAiB,EACjB,WAAW,GAOd,MAAM,aAAa,CAAC;AAKrB,+EAA+E;AAC/E,qBAAqB;AACrB,+EAA+E;AAE/E;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG,UAAU,CAAC;IACvC,IAAI,EAAE,SAAS,CAAC,QAAQ,CAAC,UAAU,EAAE,gBAAgB,CAAC,CAAC;IACvD,UAAU,EAAE,UAAU,CAAC,mBAAmB,CAAC;IAC3C,QAAQ,EAAE,UAAU,CAAC,UAAU,CAAC;IAChC,MAAM,EAAE,SAAS,CAAC,eAAe,CAAC;IAClC,KAAK,EAAE,UAAU,CAAC,aAAa,CAAC;IAChC,KAAK,EAAE,UAAU,CAAC,aAAa,CAAC;IAChC,MAAM,EAAE,UAAU,CAAC,aAAa,CAAC;IACjC,QAAQ,EAAE,UAAU,CAAC,UAAU,CAAC;IAChC,QAAQ,EAAE,UAAU,CAAC,UAAU,CAAC;IAChC,IAAI,EAAE,UAAU,CAAC,aAAa,CAAC;IAC/B,OAAO,EAAE,UAAU,CAAC,gBAAgB,CAAC;IACrC,MAAM,EAAE,UAAU,CAAC,eAAe,CAAC;IACnC,MAAM,EAAE,UAAU,CAAC,eAAe,CAAC;IACnC,SAAS,EAAE,UAAU,CAAC,WAAW,CAAC;IAClC,cAAc,EAAE,UAAU,CAAC,SAAS,CAAC,iBAAiB,CAAC,CAAC;IACxD,aAAa,EAAE,UAAU,CAAC,SAAS,CAAC,gBAAgB,CAAC,CAAC;IACtD,cAAc,EAAE,UAAU,CAAC,SAAS,CAAC,iBAAiB,CAAC,CAAC;CAC3D,CAAC,CAAC"}
|