@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.
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 +2 -2
@@ -3,7 +3,7 @@
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, BooleanType, FloatType, IntegerType, StringType, DictType } from "@elaraai/east";
6
- import { ChartAxisType, ChartMarginType, CurveType, StackOffsetType, type CurveLiteral, type StackOffsetLiteral, type BaseChartStyle } from "../types.js";
6
+ import { CurveType, StackOffsetType, YAxisIdType, type CurveLiteral, type StackOffsetLiteral, type YAxisIdLiteral, type BaseChartStyle, type ChartBrushStyleBase, type ChartAxisStyle, type ReferenceLineStyle, type ReferenceDotStyle, type ReferenceAreaStyle } from "../types.js";
7
7
  /**
8
8
  * Area chart component type.
9
9
  *
@@ -61,6 +61,10 @@ export declare const AreaChartType: StructType<{
61
61
  fill: OptionType<StringType>;
62
62
  fillOpacity: OptionType<FloatType>;
63
63
  strokeDasharray: OptionType<StringType>;
64
+ yAxisId: OptionType<import("@elaraai/east").VariantType<{
65
+ left: import("@elaraai/east").NullType;
66
+ right: import("@elaraai/east").NullType;
67
+ }>>;
64
68
  }>>;
65
69
  xAxis: OptionType<StructType<{
66
70
  dataKey: OptionType<StringType>;
@@ -442,6 +446,196 @@ export declare const AreaChartType: StructType<{
442
446
  }>>;
443
447
  axisId: OptionType<StringType>;
444
448
  }>>;
449
+ yAxis2: OptionType<StructType<{
450
+ dataKey: OptionType<StringType>;
451
+ label: OptionType<StringType>;
452
+ tickFormat: OptionType<import("@elaraai/east").VariantType<{
453
+ number: StructType<{
454
+ minimumFractionDigits: OptionType<IntegerType>;
455
+ maximumFractionDigits: OptionType<IntegerType>;
456
+ signDisplay: OptionType<import("@elaraai/east").VariantType<{
457
+ auto: import("@elaraai/east").NullType;
458
+ never: import("@elaraai/east").NullType;
459
+ always: import("@elaraai/east").NullType;
460
+ exceptZero: import("@elaraai/east").NullType;
461
+ }>>;
462
+ }>;
463
+ currency: StructType<{
464
+ currency: import("@elaraai/east").VariantType<{
465
+ USD: import("@elaraai/east").NullType;
466
+ EUR: import("@elaraai/east").NullType;
467
+ GBP: import("@elaraai/east").NullType;
468
+ JPY: import("@elaraai/east").NullType;
469
+ CHF: import("@elaraai/east").NullType;
470
+ CAD: import("@elaraai/east").NullType;
471
+ AUD: import("@elaraai/east").NullType;
472
+ NZD: import("@elaraai/east").NullType;
473
+ CNY: import("@elaraai/east").NullType;
474
+ HKD: import("@elaraai/east").NullType;
475
+ SGD: import("@elaraai/east").NullType;
476
+ KRW: import("@elaraai/east").NullType;
477
+ INR: import("@elaraai/east").NullType;
478
+ TWD: import("@elaraai/east").NullType;
479
+ THB: import("@elaraai/east").NullType;
480
+ MYR: import("@elaraai/east").NullType;
481
+ IDR: import("@elaraai/east").NullType;
482
+ PHP: import("@elaraai/east").NullType;
483
+ VND: import("@elaraai/east").NullType;
484
+ SEK: import("@elaraai/east").NullType;
485
+ NOK: import("@elaraai/east").NullType;
486
+ DKK: import("@elaraai/east").NullType;
487
+ PLN: import("@elaraai/east").NullType;
488
+ CZK: import("@elaraai/east").NullType;
489
+ HUF: import("@elaraai/east").NullType;
490
+ RUB: import("@elaraai/east").NullType;
491
+ UAH: import("@elaraai/east").NullType;
492
+ RON: import("@elaraai/east").NullType;
493
+ MXN: import("@elaraai/east").NullType;
494
+ BRL: import("@elaraai/east").NullType;
495
+ ARS: import("@elaraai/east").NullType;
496
+ CLP: import("@elaraai/east").NullType;
497
+ COP: import("@elaraai/east").NullType;
498
+ PEN: import("@elaraai/east").NullType;
499
+ AED: import("@elaraai/east").NullType;
500
+ SAR: import("@elaraai/east").NullType;
501
+ ILS: import("@elaraai/east").NullType;
502
+ ZAR: import("@elaraai/east").NullType;
503
+ TRY: import("@elaraai/east").NullType;
504
+ EGP: import("@elaraai/east").NullType;
505
+ NGN: import("@elaraai/east").NullType;
506
+ KES: import("@elaraai/east").NullType;
507
+ }>;
508
+ display: OptionType<import("@elaraai/east").VariantType<{
509
+ code: import("@elaraai/east").NullType;
510
+ symbol: import("@elaraai/east").NullType;
511
+ narrowSymbol: import("@elaraai/east").NullType;
512
+ name: import("@elaraai/east").NullType;
513
+ }>>;
514
+ minimumFractionDigits: OptionType<IntegerType>;
515
+ maximumFractionDigits: OptionType<IntegerType>;
516
+ }>;
517
+ percent: StructType<{
518
+ minimumFractionDigits: OptionType<IntegerType>;
519
+ maximumFractionDigits: OptionType<IntegerType>;
520
+ signDisplay: OptionType<import("@elaraai/east").VariantType<{
521
+ auto: import("@elaraai/east").NullType;
522
+ never: import("@elaraai/east").NullType;
523
+ always: import("@elaraai/east").NullType;
524
+ exceptZero: import("@elaraai/east").NullType;
525
+ }>>;
526
+ }>;
527
+ compact: StructType<{
528
+ display: OptionType<import("@elaraai/east").VariantType<{
529
+ short: import("@elaraai/east").NullType;
530
+ long: import("@elaraai/east").NullType;
531
+ }>>;
532
+ }>;
533
+ unit: StructType<{
534
+ unit: import("@elaraai/east").VariantType<{
535
+ bit: import("@elaraai/east").NullType;
536
+ byte: import("@elaraai/east").NullType;
537
+ kilobit: import("@elaraai/east").NullType;
538
+ kilobyte: import("@elaraai/east").NullType;
539
+ megabit: import("@elaraai/east").NullType;
540
+ megabyte: import("@elaraai/east").NullType;
541
+ gigabit: import("@elaraai/east").NullType;
542
+ gigabyte: import("@elaraai/east").NullType;
543
+ terabit: import("@elaraai/east").NullType;
544
+ terabyte: import("@elaraai/east").NullType;
545
+ petabyte: import("@elaraai/east").NullType;
546
+ nanosecond: import("@elaraai/east").NullType;
547
+ microsecond: import("@elaraai/east").NullType;
548
+ millisecond: import("@elaraai/east").NullType;
549
+ second: import("@elaraai/east").NullType;
550
+ minute: import("@elaraai/east").NullType;
551
+ hour: import("@elaraai/east").NullType;
552
+ day: import("@elaraai/east").NullType;
553
+ week: import("@elaraai/east").NullType;
554
+ month: import("@elaraai/east").NullType;
555
+ year: import("@elaraai/east").NullType;
556
+ millimeter: import("@elaraai/east").NullType;
557
+ centimeter: import("@elaraai/east").NullType;
558
+ meter: import("@elaraai/east").NullType;
559
+ kilometer: import("@elaraai/east").NullType;
560
+ inch: import("@elaraai/east").NullType;
561
+ foot: import("@elaraai/east").NullType;
562
+ yard: import("@elaraai/east").NullType;
563
+ mile: import("@elaraai/east").NullType;
564
+ gram: import("@elaraai/east").NullType;
565
+ kilogram: import("@elaraai/east").NullType;
566
+ milligram: import("@elaraai/east").NullType;
567
+ ounce: import("@elaraai/east").NullType;
568
+ pound: import("@elaraai/east").NullType;
569
+ stone: import("@elaraai/east").NullType;
570
+ celsius: import("@elaraai/east").NullType;
571
+ fahrenheit: import("@elaraai/east").NullType;
572
+ milliliter: import("@elaraai/east").NullType;
573
+ liter: import("@elaraai/east").NullType;
574
+ gallon: import("@elaraai/east").NullType;
575
+ fluidOunce: import("@elaraai/east").NullType;
576
+ acre: import("@elaraai/east").NullType;
577
+ hectare: import("@elaraai/east").NullType;
578
+ meterPerSecond: import("@elaraai/east").NullType;
579
+ kilometerPerHour: import("@elaraai/east").NullType;
580
+ milePerHour: import("@elaraai/east").NullType;
581
+ percent: import("@elaraai/east").NullType;
582
+ degree: import("@elaraai/east").NullType;
583
+ }>;
584
+ display: OptionType<import("@elaraai/east").VariantType<{
585
+ short: import("@elaraai/east").NullType;
586
+ narrow: import("@elaraai/east").NullType;
587
+ long: import("@elaraai/east").NullType;
588
+ }>>;
589
+ }>;
590
+ scientific: import("@elaraai/east").NullType;
591
+ engineering: import("@elaraai/east").NullType;
592
+ date: StructType<{
593
+ style: OptionType<import("@elaraai/east").VariantType<{
594
+ full: import("@elaraai/east").NullType;
595
+ long: import("@elaraai/east").NullType;
596
+ medium: import("@elaraai/east").NullType;
597
+ short: import("@elaraai/east").NullType;
598
+ }>>;
599
+ }>;
600
+ time: StructType<{
601
+ style: OptionType<import("@elaraai/east").VariantType<{
602
+ full: import("@elaraai/east").NullType;
603
+ long: import("@elaraai/east").NullType;
604
+ medium: import("@elaraai/east").NullType;
605
+ short: import("@elaraai/east").NullType;
606
+ }>>;
607
+ hour12: OptionType<BooleanType>;
608
+ }>;
609
+ datetime: StructType<{
610
+ dateStyle: OptionType<import("@elaraai/east").VariantType<{
611
+ full: import("@elaraai/east").NullType;
612
+ long: import("@elaraai/east").NullType;
613
+ medium: import("@elaraai/east").NullType;
614
+ short: import("@elaraai/east").NullType;
615
+ }>>;
616
+ timeStyle: OptionType<import("@elaraai/east").VariantType<{
617
+ full: import("@elaraai/east").NullType;
618
+ long: import("@elaraai/east").NullType;
619
+ medium: import("@elaraai/east").NullType;
620
+ short: import("@elaraai/east").NullType;
621
+ }>>;
622
+ hour12: OptionType<BooleanType>;
623
+ }>;
624
+ }>>;
625
+ domain: OptionType<ArrayType<FloatType>>;
626
+ hide: OptionType<BooleanType>;
627
+ axisLine: OptionType<BooleanType>;
628
+ tickLine: OptionType<BooleanType>;
629
+ tickMargin: OptionType<IntegerType>;
630
+ strokeColor: OptionType<StringType>;
631
+ orientation: OptionType<import("@elaraai/east").VariantType<{
632
+ top: import("@elaraai/east").NullType;
633
+ bottom: import("@elaraai/east").NullType;
634
+ left: import("@elaraai/east").NullType;
635
+ right: import("@elaraai/east").NullType;
636
+ }>>;
637
+ axisId: OptionType<StringType>;
638
+ }>>;
445
639
  curveType: OptionType<import("@elaraai/east").VariantType<{
446
640
  linear: import("@elaraai/east").NullType;
447
641
  natural: import("@elaraai/east").NullType;
@@ -496,8 +690,174 @@ export declare const AreaChartType: StructType<{
496
690
  bottom: OptionType<IntegerType>;
497
691
  left: OptionType<IntegerType>;
498
692
  }>>;
693
+ brush: OptionType<StructType<{
694
+ dataKey: OptionType<StringType>;
695
+ height: OptionType<IntegerType>;
696
+ travellerWidth: OptionType<IntegerType>;
697
+ startIndex: OptionType<IntegerType>;
698
+ endIndex: OptionType<IntegerType>;
699
+ stroke: OptionType<StringType>;
700
+ fill: OptionType<StringType>;
701
+ }>>;
499
702
  fillOpacity: OptionType<FloatType>;
500
703
  connectNulls: OptionType<BooleanType>;
704
+ referenceLines: OptionType<ArrayType<StructType<{
705
+ x: OptionType<import("@elaraai/east").VariantType<{
706
+ Null: import("@elaraai/east").NullType;
707
+ Boolean: BooleanType;
708
+ Integer: IntegerType;
709
+ Float: FloatType;
710
+ String: StringType;
711
+ DateTime: import("@elaraai/east").DateTimeType;
712
+ Blob: import("@elaraai/east").BlobType;
713
+ }>>;
714
+ y: OptionType<import("@elaraai/east").VariantType<{
715
+ Null: import("@elaraai/east").NullType;
716
+ Boolean: BooleanType;
717
+ Integer: IntegerType;
718
+ Float: FloatType;
719
+ String: StringType;
720
+ DateTime: import("@elaraai/east").DateTimeType;
721
+ Blob: import("@elaraai/east").BlobType;
722
+ }>>;
723
+ stroke: OptionType<StringType>;
724
+ strokeWidth: OptionType<IntegerType>;
725
+ strokeDasharray: OptionType<StringType>;
726
+ label: OptionType<StringType>;
727
+ labelPosition: OptionType<import("@elaraai/east").VariantType<{
728
+ top: import("@elaraai/east").NullType;
729
+ bottom: import("@elaraai/east").NullType;
730
+ left: import("@elaraai/east").NullType;
731
+ right: import("@elaraai/east").NullType;
732
+ center: import("@elaraai/east").NullType;
733
+ insideTop: import("@elaraai/east").NullType;
734
+ insideBottom: import("@elaraai/east").NullType;
735
+ insideLeft: import("@elaraai/east").NullType;
736
+ insideRight: import("@elaraai/east").NullType;
737
+ insideTopLeft: import("@elaraai/east").NullType;
738
+ insideTopRight: import("@elaraai/east").NullType;
739
+ insideBottomLeft: import("@elaraai/east").NullType;
740
+ insideBottomRight: import("@elaraai/east").NullType;
741
+ }>>;
742
+ labelOffset: OptionType<IntegerType>;
743
+ ifOverflow: OptionType<import("@elaraai/east").VariantType<{
744
+ discard: import("@elaraai/east").NullType;
745
+ hidden: import("@elaraai/east").NullType;
746
+ visible: import("@elaraai/east").NullType;
747
+ extendDomain: import("@elaraai/east").NullType;
748
+ }>>;
749
+ }>>>;
750
+ referenceDots: OptionType<ArrayType<StructType<{
751
+ x: import("@elaraai/east").VariantType<{
752
+ Null: import("@elaraai/east").NullType;
753
+ Boolean: BooleanType;
754
+ Integer: IntegerType;
755
+ Float: FloatType;
756
+ String: StringType;
757
+ DateTime: import("@elaraai/east").DateTimeType;
758
+ Blob: import("@elaraai/east").BlobType;
759
+ }>;
760
+ y: import("@elaraai/east").VariantType<{
761
+ Null: import("@elaraai/east").NullType;
762
+ Boolean: BooleanType;
763
+ Integer: IntegerType;
764
+ Float: FloatType;
765
+ String: StringType;
766
+ DateTime: import("@elaraai/east").DateTimeType;
767
+ Blob: import("@elaraai/east").BlobType;
768
+ }>;
769
+ r: OptionType<IntegerType>;
770
+ fill: OptionType<StringType>;
771
+ stroke: OptionType<StringType>;
772
+ strokeWidth: OptionType<IntegerType>;
773
+ label: OptionType<StringType>;
774
+ labelPosition: OptionType<import("@elaraai/east").VariantType<{
775
+ top: import("@elaraai/east").NullType;
776
+ bottom: import("@elaraai/east").NullType;
777
+ left: import("@elaraai/east").NullType;
778
+ right: import("@elaraai/east").NullType;
779
+ center: import("@elaraai/east").NullType;
780
+ insideTop: import("@elaraai/east").NullType;
781
+ insideBottom: import("@elaraai/east").NullType;
782
+ insideLeft: import("@elaraai/east").NullType;
783
+ insideRight: import("@elaraai/east").NullType;
784
+ insideTopLeft: import("@elaraai/east").NullType;
785
+ insideTopRight: import("@elaraai/east").NullType;
786
+ insideBottomLeft: import("@elaraai/east").NullType;
787
+ insideBottomRight: import("@elaraai/east").NullType;
788
+ }>>;
789
+ labelOffset: OptionType<IntegerType>;
790
+ ifOverflow: OptionType<import("@elaraai/east").VariantType<{
791
+ discard: import("@elaraai/east").NullType;
792
+ hidden: import("@elaraai/east").NullType;
793
+ visible: import("@elaraai/east").NullType;
794
+ extendDomain: import("@elaraai/east").NullType;
795
+ }>>;
796
+ }>>>;
797
+ referenceAreas: OptionType<ArrayType<StructType<{
798
+ x1: OptionType<import("@elaraai/east").VariantType<{
799
+ Null: import("@elaraai/east").NullType;
800
+ Boolean: BooleanType;
801
+ Integer: IntegerType;
802
+ Float: FloatType;
803
+ String: StringType;
804
+ DateTime: import("@elaraai/east").DateTimeType;
805
+ Blob: import("@elaraai/east").BlobType;
806
+ }>>;
807
+ x2: OptionType<import("@elaraai/east").VariantType<{
808
+ Null: import("@elaraai/east").NullType;
809
+ Boolean: BooleanType;
810
+ Integer: IntegerType;
811
+ Float: FloatType;
812
+ String: StringType;
813
+ DateTime: import("@elaraai/east").DateTimeType;
814
+ Blob: import("@elaraai/east").BlobType;
815
+ }>>;
816
+ y1: OptionType<import("@elaraai/east").VariantType<{
817
+ Null: import("@elaraai/east").NullType;
818
+ Boolean: BooleanType;
819
+ Integer: IntegerType;
820
+ Float: FloatType;
821
+ String: StringType;
822
+ DateTime: import("@elaraai/east").DateTimeType;
823
+ Blob: import("@elaraai/east").BlobType;
824
+ }>>;
825
+ y2: OptionType<import("@elaraai/east").VariantType<{
826
+ Null: import("@elaraai/east").NullType;
827
+ Boolean: BooleanType;
828
+ Integer: IntegerType;
829
+ Float: FloatType;
830
+ String: StringType;
831
+ DateTime: import("@elaraai/east").DateTimeType;
832
+ Blob: import("@elaraai/east").BlobType;
833
+ }>>;
834
+ fill: OptionType<StringType>;
835
+ fillOpacity: OptionType<FloatType>;
836
+ stroke: OptionType<StringType>;
837
+ label: OptionType<StringType>;
838
+ labelPosition: OptionType<import("@elaraai/east").VariantType<{
839
+ top: import("@elaraai/east").NullType;
840
+ bottom: import("@elaraai/east").NullType;
841
+ left: import("@elaraai/east").NullType;
842
+ right: import("@elaraai/east").NullType;
843
+ center: import("@elaraai/east").NullType;
844
+ insideTop: import("@elaraai/east").NullType;
845
+ insideBottom: import("@elaraai/east").NullType;
846
+ insideLeft: import("@elaraai/east").NullType;
847
+ insideRight: import("@elaraai/east").NullType;
848
+ insideTopLeft: import("@elaraai/east").NullType;
849
+ insideTopRight: import("@elaraai/east").NullType;
850
+ insideBottomLeft: import("@elaraai/east").NullType;
851
+ insideBottomRight: import("@elaraai/east").NullType;
852
+ }>>;
853
+ labelOffset: OptionType<IntegerType>;
854
+ ifOverflow: OptionType<import("@elaraai/east").VariantType<{
855
+ discard: import("@elaraai/east").NullType;
856
+ hidden: import("@elaraai/east").NullType;
857
+ visible: import("@elaraai/east").NullType;
858
+ extendDomain: import("@elaraai/east").NullType;
859
+ }>>;
860
+ }>>>;
501
861
  }>;
502
862
  /**
503
863
  * Type representing an area chart.
@@ -506,9 +866,13 @@ export type AreaChartType = typeof AreaChartType;
506
866
  /**
507
867
  * Base style options shared by Area and AreaMulti charts.
508
868
  */
509
- export interface AreaChartStyleBase extends BaseChartStyle {
510
- /** Y-axis configuration */
511
- yAxis?: SubtypeExprOrValue<ChartAxisType>;
869
+ export interface AreaChartStyleBase<DataKey extends string = string> extends BaseChartStyle {
870
+ /** X-axis configuration */
871
+ xAxis?: ChartAxisStyle<DataKey>;
872
+ /** Y-axis configuration (primary, left side) */
873
+ yAxis?: ChartAxisStyle<DataKey>;
874
+ /** Secondary Y-axis configuration (right side) */
875
+ yAxis2?: ChartAxisStyle<DataKey>;
512
876
  /** Line curve interpolation type */
513
877
  curveType?: SubtypeExprOrValue<CurveType> | CurveLiteral;
514
878
  /** Enable stacking of series */
@@ -519,19 +883,30 @@ export interface AreaChartStyleBase extends BaseChartStyle {
519
883
  fillOpacity?: SubtypeExprOrValue<FloatType>;
520
884
  /** Connect line across null data points */
521
885
  connectNulls?: SubtypeExprOrValue<BooleanType>;
522
- /** Chart margin configuration */
523
- margin?: SubtypeExprOrValue<ChartMarginType>;
886
+ /** Reference lines (horizontal/vertical lines at specific values) */
887
+ referenceLines?: ReferenceLineStyle[];
888
+ /** Reference dots (markers at specific x,y coordinates) */
889
+ referenceDots?: ReferenceDotStyle[];
890
+ /** Reference areas (highlighted rectangular regions) */
891
+ referenceAreas?: ReferenceAreaStyle[];
892
+ }
893
+ /**
894
+ * Brush configuration for Area charts with type-safe dataKey.
895
+ *
896
+ * @typeParam DataKey - Union of field keys from the data struct
897
+ */
898
+ export interface AreaChartBrushStyle<DataKey extends string = string> extends ChartBrushStyleBase {
899
+ /** Data key for brush labels (defaults to xAxis dataKey) */
900
+ dataKey?: DataKey;
524
901
  }
525
902
  /**
526
903
  * Style for Area charts (single array form).
527
904
  *
528
905
  * @typeParam DataKey - Union of field keys from the data struct
529
906
  */
530
- export interface AreaChartStyle<DataKey extends string = string> extends AreaChartStyleBase {
531
- /** X-axis configuration with type-safe dataKey */
532
- xAxis?: {
533
- dataKey: DataKey;
534
- };
907
+ export interface AreaChartStyle<DataKey extends string = string> extends AreaChartStyleBase<DataKey> {
908
+ /** Brush configuration for data range selection */
909
+ brush?: AreaChartBrushStyle<DataKey>;
535
910
  }
536
911
  /**
537
912
  * Style for AreaMulti charts (multi-series with separate arrays).
@@ -540,17 +915,15 @@ export interface AreaChartStyle<DataKey extends string = string> extends AreaCha
540
915
  * @typeParam NumericKey - Union of numeric field keys (for valueKey)
541
916
  * @typeParam SeriesKey - Union of series names (record keys)
542
917
  */
543
- export interface AreaChartMultiStyle<DataKey extends string = string, NumericKey extends string = string, SeriesKey extends string = string> extends AreaChartStyleBase {
544
- /** X-axis configuration with type-safe dataKey */
545
- xAxis?: {
546
- dataKey: DataKey;
547
- };
918
+ export interface AreaChartMultiStyle<DataKey extends string = string, NumericKey extends string = string, SeriesKey extends string = string> extends AreaChartStyleBase<DataKey> {
548
919
  /** Field name containing Y values in each series array (must be numeric) */
549
920
  valueKey: NumericKey;
550
921
  /** Per-series configuration (keyed by series name) */
551
922
  series?: {
552
923
  [K in SeriesKey]?: AreaChartSeriesConfig;
553
924
  };
925
+ /** Brush configuration for data range selection */
926
+ brush?: AreaChartBrushStyle<DataKey>;
554
927
  }
555
928
  /**
556
929
  * Series configuration for Area charts.
@@ -584,5 +957,960 @@ export interface AreaChartSeriesConfig {
584
957
  fillOpacity?: SubtypeExprOrValue<FloatType>;
585
958
  /** Dash pattern for dashed lines (e.g., "5 5") */
586
959
  strokeDasharray?: SubtypeExprOrValue<StringType>;
960
+ /** Y-axis binding (left = primary yAxis, right = secondary yAxis2) */
961
+ yAxisId?: SubtypeExprOrValue<YAxisIdType> | YAxisIdLiteral;
962
+ }
963
+ /**
964
+ * Series configuration for range area charts.
965
+ *
966
+ * @property name - Series identifier
967
+ * @property lowKey - Field name for lower bound values
968
+ * @property highKey - Field name for upper bound values
969
+ * @property color - Chakra color token
970
+ * @property label - Display label
971
+ * @property fillOpacity - Fill opacity (0-1)
972
+ * @property stroke - Stroke color
973
+ * @property strokeWidth - Stroke width in pixels
974
+ */
975
+ export declare const AreaRangeSeriesType: StructType<{
976
+ name: StringType;
977
+ lowKey: StringType;
978
+ highKey: StringType;
979
+ color: OptionType<StringType>;
980
+ label: OptionType<StringType>;
981
+ fillOpacity: OptionType<FloatType>;
982
+ stroke: OptionType<StringType>;
983
+ strokeWidth: OptionType<IntegerType>;
984
+ yAxisId: OptionType<import("@elaraai/east").VariantType<{
985
+ left: import("@elaraai/east").NullType;
986
+ right: import("@elaraai/east").NullType;
987
+ }>>;
988
+ }>;
989
+ /**
990
+ * Type representing area range series configuration.
991
+ */
992
+ export type AreaRangeSeriesType = typeof AreaRangeSeriesType;
993
+ /**
994
+ * Area range chart component type.
995
+ *
996
+ * @remarks
997
+ * Area range charts display bands/ranges between two values (e.g., min/max, high/low).
998
+ * Each data point has a lower and upper bound value.
999
+ *
1000
+ * Supports two data formats:
1001
+ * - Single array: `data` contains all series in one array
1002
+ * - Multi-series: `dataSeries` contains separate arrays per series (for sparse data)
1003
+ *
1004
+ * @property data - Array of data points (single array form)
1005
+ * @property dataSeries - Record of arrays per series (multi-series form, for sparse data)
1006
+ * @property lowKey - Field name for lower bound values (for multi-series form)
1007
+ * @property highKey - Field name for upper bound values (for multi-series form)
1008
+ * @property series - Series configuration with lowKey/highKey per series
1009
+ * @property xAxis - X-axis configuration
1010
+ * @property yAxis - Y-axis configuration
1011
+ * @property curveType - Line curve interpolation type
1012
+ * @property grid - Grid configuration
1013
+ * @property tooltip - Tooltip configuration
1014
+ * @property legend - Legend configuration
1015
+ * @property margin - Chart margin configuration
1016
+ */
1017
+ export declare const AreaRangeChartType: StructType<{
1018
+ data: ArrayType<DictType<StringType, import("@elaraai/east").VariantType<{
1019
+ Null: import("@elaraai/east").NullType;
1020
+ Boolean: BooleanType;
1021
+ Integer: IntegerType;
1022
+ Float: FloatType;
1023
+ String: StringType;
1024
+ DateTime: import("@elaraai/east").DateTimeType;
1025
+ Blob: import("@elaraai/east").BlobType;
1026
+ }>>>;
1027
+ dataSeries: OptionType<DictType<StringType, ArrayType<DictType<StringType, import("@elaraai/east").VariantType<{
1028
+ Null: import("@elaraai/east").NullType;
1029
+ Boolean: BooleanType;
1030
+ Integer: IntegerType;
1031
+ Float: FloatType;
1032
+ String: StringType;
1033
+ DateTime: import("@elaraai/east").DateTimeType;
1034
+ Blob: import("@elaraai/east").BlobType;
1035
+ }>>>>>;
1036
+ lowKey: OptionType<StringType>;
1037
+ highKey: OptionType<StringType>;
1038
+ series: ArrayType<StructType<{
1039
+ name: StringType;
1040
+ lowKey: StringType;
1041
+ highKey: StringType;
1042
+ color: OptionType<StringType>;
1043
+ label: OptionType<StringType>;
1044
+ fillOpacity: OptionType<FloatType>;
1045
+ stroke: OptionType<StringType>;
1046
+ strokeWidth: OptionType<IntegerType>;
1047
+ yAxisId: OptionType<import("@elaraai/east").VariantType<{
1048
+ left: import("@elaraai/east").NullType;
1049
+ right: import("@elaraai/east").NullType;
1050
+ }>>;
1051
+ }>>;
1052
+ xAxis: OptionType<StructType<{
1053
+ dataKey: OptionType<StringType>;
1054
+ label: OptionType<StringType>;
1055
+ tickFormat: OptionType<import("@elaraai/east").VariantType<{
1056
+ number: StructType<{
1057
+ minimumFractionDigits: OptionType<IntegerType>;
1058
+ maximumFractionDigits: OptionType<IntegerType>;
1059
+ signDisplay: OptionType<import("@elaraai/east").VariantType<{
1060
+ auto: import("@elaraai/east").NullType;
1061
+ never: import("@elaraai/east").NullType;
1062
+ always: import("@elaraai/east").NullType;
1063
+ exceptZero: import("@elaraai/east").NullType;
1064
+ }>>;
1065
+ }>;
1066
+ currency: StructType<{
1067
+ currency: import("@elaraai/east").VariantType<{
1068
+ USD: import("@elaraai/east").NullType;
1069
+ EUR: import("@elaraai/east").NullType;
1070
+ GBP: import("@elaraai/east").NullType;
1071
+ JPY: import("@elaraai/east").NullType;
1072
+ CHF: import("@elaraai/east").NullType;
1073
+ CAD: import("@elaraai/east").NullType;
1074
+ AUD: import("@elaraai/east").NullType;
1075
+ NZD: import("@elaraai/east").NullType;
1076
+ CNY: import("@elaraai/east").NullType;
1077
+ HKD: import("@elaraai/east").NullType;
1078
+ SGD: import("@elaraai/east").NullType;
1079
+ KRW: import("@elaraai/east").NullType;
1080
+ INR: import("@elaraai/east").NullType;
1081
+ TWD: import("@elaraai/east").NullType;
1082
+ THB: import("@elaraai/east").NullType;
1083
+ MYR: import("@elaraai/east").NullType;
1084
+ IDR: import("@elaraai/east").NullType;
1085
+ PHP: import("@elaraai/east").NullType;
1086
+ VND: import("@elaraai/east").NullType;
1087
+ SEK: import("@elaraai/east").NullType;
1088
+ NOK: import("@elaraai/east").NullType;
1089
+ DKK: import("@elaraai/east").NullType;
1090
+ PLN: import("@elaraai/east").NullType;
1091
+ CZK: import("@elaraai/east").NullType;
1092
+ HUF: import("@elaraai/east").NullType;
1093
+ RUB: import("@elaraai/east").NullType;
1094
+ UAH: import("@elaraai/east").NullType;
1095
+ RON: import("@elaraai/east").NullType;
1096
+ MXN: import("@elaraai/east").NullType;
1097
+ BRL: import("@elaraai/east").NullType;
1098
+ ARS: import("@elaraai/east").NullType;
1099
+ CLP: import("@elaraai/east").NullType;
1100
+ COP: import("@elaraai/east").NullType;
1101
+ PEN: import("@elaraai/east").NullType;
1102
+ AED: import("@elaraai/east").NullType;
1103
+ SAR: import("@elaraai/east").NullType;
1104
+ ILS: import("@elaraai/east").NullType;
1105
+ ZAR: import("@elaraai/east").NullType;
1106
+ TRY: import("@elaraai/east").NullType;
1107
+ EGP: import("@elaraai/east").NullType;
1108
+ NGN: import("@elaraai/east").NullType;
1109
+ KES: import("@elaraai/east").NullType;
1110
+ }>;
1111
+ display: OptionType<import("@elaraai/east").VariantType<{
1112
+ code: import("@elaraai/east").NullType;
1113
+ symbol: import("@elaraai/east").NullType;
1114
+ narrowSymbol: import("@elaraai/east").NullType;
1115
+ name: import("@elaraai/east").NullType;
1116
+ }>>;
1117
+ minimumFractionDigits: OptionType<IntegerType>;
1118
+ maximumFractionDigits: OptionType<IntegerType>;
1119
+ }>;
1120
+ percent: StructType<{
1121
+ minimumFractionDigits: OptionType<IntegerType>;
1122
+ maximumFractionDigits: OptionType<IntegerType>;
1123
+ signDisplay: OptionType<import("@elaraai/east").VariantType<{
1124
+ auto: import("@elaraai/east").NullType;
1125
+ never: import("@elaraai/east").NullType;
1126
+ always: import("@elaraai/east").NullType;
1127
+ exceptZero: import("@elaraai/east").NullType;
1128
+ }>>;
1129
+ }>;
1130
+ compact: StructType<{
1131
+ display: OptionType<import("@elaraai/east").VariantType<{
1132
+ short: import("@elaraai/east").NullType;
1133
+ long: import("@elaraai/east").NullType;
1134
+ }>>;
1135
+ }>;
1136
+ unit: StructType<{
1137
+ unit: import("@elaraai/east").VariantType<{
1138
+ bit: import("@elaraai/east").NullType;
1139
+ byte: import("@elaraai/east").NullType;
1140
+ kilobit: import("@elaraai/east").NullType;
1141
+ kilobyte: import("@elaraai/east").NullType;
1142
+ megabit: import("@elaraai/east").NullType;
1143
+ megabyte: import("@elaraai/east").NullType;
1144
+ gigabit: import("@elaraai/east").NullType;
1145
+ gigabyte: import("@elaraai/east").NullType;
1146
+ terabit: import("@elaraai/east").NullType;
1147
+ terabyte: import("@elaraai/east").NullType;
1148
+ petabyte: import("@elaraai/east").NullType;
1149
+ nanosecond: import("@elaraai/east").NullType;
1150
+ microsecond: import("@elaraai/east").NullType;
1151
+ millisecond: import("@elaraai/east").NullType;
1152
+ second: import("@elaraai/east").NullType;
1153
+ minute: import("@elaraai/east").NullType;
1154
+ hour: import("@elaraai/east").NullType;
1155
+ day: import("@elaraai/east").NullType;
1156
+ week: import("@elaraai/east").NullType;
1157
+ month: import("@elaraai/east").NullType;
1158
+ year: import("@elaraai/east").NullType;
1159
+ millimeter: import("@elaraai/east").NullType;
1160
+ centimeter: import("@elaraai/east").NullType;
1161
+ meter: import("@elaraai/east").NullType;
1162
+ kilometer: import("@elaraai/east").NullType;
1163
+ inch: import("@elaraai/east").NullType;
1164
+ foot: import("@elaraai/east").NullType;
1165
+ yard: import("@elaraai/east").NullType;
1166
+ mile: import("@elaraai/east").NullType;
1167
+ gram: import("@elaraai/east").NullType;
1168
+ kilogram: import("@elaraai/east").NullType;
1169
+ milligram: import("@elaraai/east").NullType;
1170
+ ounce: import("@elaraai/east").NullType;
1171
+ pound: import("@elaraai/east").NullType;
1172
+ stone: import("@elaraai/east").NullType;
1173
+ celsius: import("@elaraai/east").NullType;
1174
+ fahrenheit: import("@elaraai/east").NullType;
1175
+ milliliter: import("@elaraai/east").NullType;
1176
+ liter: import("@elaraai/east").NullType;
1177
+ gallon: import("@elaraai/east").NullType;
1178
+ fluidOunce: import("@elaraai/east").NullType;
1179
+ acre: import("@elaraai/east").NullType;
1180
+ hectare: import("@elaraai/east").NullType;
1181
+ meterPerSecond: import("@elaraai/east").NullType;
1182
+ kilometerPerHour: import("@elaraai/east").NullType;
1183
+ milePerHour: import("@elaraai/east").NullType;
1184
+ percent: import("@elaraai/east").NullType;
1185
+ degree: import("@elaraai/east").NullType;
1186
+ }>;
1187
+ display: OptionType<import("@elaraai/east").VariantType<{
1188
+ short: import("@elaraai/east").NullType;
1189
+ narrow: import("@elaraai/east").NullType;
1190
+ long: import("@elaraai/east").NullType;
1191
+ }>>;
1192
+ }>;
1193
+ scientific: import("@elaraai/east").NullType;
1194
+ engineering: import("@elaraai/east").NullType;
1195
+ date: StructType<{
1196
+ style: OptionType<import("@elaraai/east").VariantType<{
1197
+ full: import("@elaraai/east").NullType;
1198
+ long: import("@elaraai/east").NullType;
1199
+ medium: import("@elaraai/east").NullType;
1200
+ short: import("@elaraai/east").NullType;
1201
+ }>>;
1202
+ }>;
1203
+ time: StructType<{
1204
+ style: OptionType<import("@elaraai/east").VariantType<{
1205
+ full: import("@elaraai/east").NullType;
1206
+ long: import("@elaraai/east").NullType;
1207
+ medium: import("@elaraai/east").NullType;
1208
+ short: import("@elaraai/east").NullType;
1209
+ }>>;
1210
+ hour12: OptionType<BooleanType>;
1211
+ }>;
1212
+ datetime: StructType<{
1213
+ dateStyle: OptionType<import("@elaraai/east").VariantType<{
1214
+ full: import("@elaraai/east").NullType;
1215
+ long: import("@elaraai/east").NullType;
1216
+ medium: import("@elaraai/east").NullType;
1217
+ short: import("@elaraai/east").NullType;
1218
+ }>>;
1219
+ timeStyle: OptionType<import("@elaraai/east").VariantType<{
1220
+ full: import("@elaraai/east").NullType;
1221
+ long: import("@elaraai/east").NullType;
1222
+ medium: import("@elaraai/east").NullType;
1223
+ short: import("@elaraai/east").NullType;
1224
+ }>>;
1225
+ hour12: OptionType<BooleanType>;
1226
+ }>;
1227
+ }>>;
1228
+ domain: OptionType<ArrayType<FloatType>>;
1229
+ hide: OptionType<BooleanType>;
1230
+ axisLine: OptionType<BooleanType>;
1231
+ tickLine: OptionType<BooleanType>;
1232
+ tickMargin: OptionType<IntegerType>;
1233
+ strokeColor: OptionType<StringType>;
1234
+ orientation: OptionType<import("@elaraai/east").VariantType<{
1235
+ top: import("@elaraai/east").NullType;
1236
+ bottom: import("@elaraai/east").NullType;
1237
+ left: import("@elaraai/east").NullType;
1238
+ right: import("@elaraai/east").NullType;
1239
+ }>>;
1240
+ axisId: OptionType<StringType>;
1241
+ }>>;
1242
+ yAxis: OptionType<StructType<{
1243
+ dataKey: OptionType<StringType>;
1244
+ label: OptionType<StringType>;
1245
+ tickFormat: OptionType<import("@elaraai/east").VariantType<{
1246
+ number: StructType<{
1247
+ minimumFractionDigits: OptionType<IntegerType>;
1248
+ maximumFractionDigits: OptionType<IntegerType>;
1249
+ signDisplay: OptionType<import("@elaraai/east").VariantType<{
1250
+ auto: import("@elaraai/east").NullType;
1251
+ never: import("@elaraai/east").NullType;
1252
+ always: import("@elaraai/east").NullType;
1253
+ exceptZero: import("@elaraai/east").NullType;
1254
+ }>>;
1255
+ }>;
1256
+ currency: StructType<{
1257
+ currency: import("@elaraai/east").VariantType<{
1258
+ USD: import("@elaraai/east").NullType;
1259
+ EUR: import("@elaraai/east").NullType;
1260
+ GBP: import("@elaraai/east").NullType;
1261
+ JPY: import("@elaraai/east").NullType;
1262
+ CHF: import("@elaraai/east").NullType;
1263
+ CAD: import("@elaraai/east").NullType;
1264
+ AUD: import("@elaraai/east").NullType;
1265
+ NZD: import("@elaraai/east").NullType;
1266
+ CNY: import("@elaraai/east").NullType;
1267
+ HKD: import("@elaraai/east").NullType;
1268
+ SGD: import("@elaraai/east").NullType;
1269
+ KRW: import("@elaraai/east").NullType;
1270
+ INR: import("@elaraai/east").NullType;
1271
+ TWD: import("@elaraai/east").NullType;
1272
+ THB: import("@elaraai/east").NullType;
1273
+ MYR: import("@elaraai/east").NullType;
1274
+ IDR: import("@elaraai/east").NullType;
1275
+ PHP: import("@elaraai/east").NullType;
1276
+ VND: import("@elaraai/east").NullType;
1277
+ SEK: import("@elaraai/east").NullType;
1278
+ NOK: import("@elaraai/east").NullType;
1279
+ DKK: import("@elaraai/east").NullType;
1280
+ PLN: import("@elaraai/east").NullType;
1281
+ CZK: import("@elaraai/east").NullType;
1282
+ HUF: import("@elaraai/east").NullType;
1283
+ RUB: import("@elaraai/east").NullType;
1284
+ UAH: import("@elaraai/east").NullType;
1285
+ RON: import("@elaraai/east").NullType;
1286
+ MXN: import("@elaraai/east").NullType;
1287
+ BRL: import("@elaraai/east").NullType;
1288
+ ARS: import("@elaraai/east").NullType;
1289
+ CLP: import("@elaraai/east").NullType;
1290
+ COP: import("@elaraai/east").NullType;
1291
+ PEN: import("@elaraai/east").NullType;
1292
+ AED: import("@elaraai/east").NullType;
1293
+ SAR: import("@elaraai/east").NullType;
1294
+ ILS: import("@elaraai/east").NullType;
1295
+ ZAR: import("@elaraai/east").NullType;
1296
+ TRY: import("@elaraai/east").NullType;
1297
+ EGP: import("@elaraai/east").NullType;
1298
+ NGN: import("@elaraai/east").NullType;
1299
+ KES: import("@elaraai/east").NullType;
1300
+ }>;
1301
+ display: OptionType<import("@elaraai/east").VariantType<{
1302
+ code: import("@elaraai/east").NullType;
1303
+ symbol: import("@elaraai/east").NullType;
1304
+ narrowSymbol: import("@elaraai/east").NullType;
1305
+ name: import("@elaraai/east").NullType;
1306
+ }>>;
1307
+ minimumFractionDigits: OptionType<IntegerType>;
1308
+ maximumFractionDigits: OptionType<IntegerType>;
1309
+ }>;
1310
+ percent: StructType<{
1311
+ minimumFractionDigits: OptionType<IntegerType>;
1312
+ maximumFractionDigits: OptionType<IntegerType>;
1313
+ signDisplay: OptionType<import("@elaraai/east").VariantType<{
1314
+ auto: import("@elaraai/east").NullType;
1315
+ never: import("@elaraai/east").NullType;
1316
+ always: import("@elaraai/east").NullType;
1317
+ exceptZero: import("@elaraai/east").NullType;
1318
+ }>>;
1319
+ }>;
1320
+ compact: StructType<{
1321
+ display: OptionType<import("@elaraai/east").VariantType<{
1322
+ short: import("@elaraai/east").NullType;
1323
+ long: import("@elaraai/east").NullType;
1324
+ }>>;
1325
+ }>;
1326
+ unit: StructType<{
1327
+ unit: import("@elaraai/east").VariantType<{
1328
+ bit: import("@elaraai/east").NullType;
1329
+ byte: import("@elaraai/east").NullType;
1330
+ kilobit: import("@elaraai/east").NullType;
1331
+ kilobyte: import("@elaraai/east").NullType;
1332
+ megabit: import("@elaraai/east").NullType;
1333
+ megabyte: import("@elaraai/east").NullType;
1334
+ gigabit: import("@elaraai/east").NullType;
1335
+ gigabyte: import("@elaraai/east").NullType;
1336
+ terabit: import("@elaraai/east").NullType;
1337
+ terabyte: import("@elaraai/east").NullType;
1338
+ petabyte: import("@elaraai/east").NullType;
1339
+ nanosecond: import("@elaraai/east").NullType;
1340
+ microsecond: import("@elaraai/east").NullType;
1341
+ millisecond: import("@elaraai/east").NullType;
1342
+ second: import("@elaraai/east").NullType;
1343
+ minute: import("@elaraai/east").NullType;
1344
+ hour: import("@elaraai/east").NullType;
1345
+ day: import("@elaraai/east").NullType;
1346
+ week: import("@elaraai/east").NullType;
1347
+ month: import("@elaraai/east").NullType;
1348
+ year: import("@elaraai/east").NullType;
1349
+ millimeter: import("@elaraai/east").NullType;
1350
+ centimeter: import("@elaraai/east").NullType;
1351
+ meter: import("@elaraai/east").NullType;
1352
+ kilometer: import("@elaraai/east").NullType;
1353
+ inch: import("@elaraai/east").NullType;
1354
+ foot: import("@elaraai/east").NullType;
1355
+ yard: import("@elaraai/east").NullType;
1356
+ mile: import("@elaraai/east").NullType;
1357
+ gram: import("@elaraai/east").NullType;
1358
+ kilogram: import("@elaraai/east").NullType;
1359
+ milligram: import("@elaraai/east").NullType;
1360
+ ounce: import("@elaraai/east").NullType;
1361
+ pound: import("@elaraai/east").NullType;
1362
+ stone: import("@elaraai/east").NullType;
1363
+ celsius: import("@elaraai/east").NullType;
1364
+ fahrenheit: import("@elaraai/east").NullType;
1365
+ milliliter: import("@elaraai/east").NullType;
1366
+ liter: import("@elaraai/east").NullType;
1367
+ gallon: import("@elaraai/east").NullType;
1368
+ fluidOunce: import("@elaraai/east").NullType;
1369
+ acre: import("@elaraai/east").NullType;
1370
+ hectare: import("@elaraai/east").NullType;
1371
+ meterPerSecond: import("@elaraai/east").NullType;
1372
+ kilometerPerHour: import("@elaraai/east").NullType;
1373
+ milePerHour: import("@elaraai/east").NullType;
1374
+ percent: import("@elaraai/east").NullType;
1375
+ degree: import("@elaraai/east").NullType;
1376
+ }>;
1377
+ display: OptionType<import("@elaraai/east").VariantType<{
1378
+ short: import("@elaraai/east").NullType;
1379
+ narrow: import("@elaraai/east").NullType;
1380
+ long: import("@elaraai/east").NullType;
1381
+ }>>;
1382
+ }>;
1383
+ scientific: import("@elaraai/east").NullType;
1384
+ engineering: import("@elaraai/east").NullType;
1385
+ date: StructType<{
1386
+ style: OptionType<import("@elaraai/east").VariantType<{
1387
+ full: import("@elaraai/east").NullType;
1388
+ long: import("@elaraai/east").NullType;
1389
+ medium: import("@elaraai/east").NullType;
1390
+ short: import("@elaraai/east").NullType;
1391
+ }>>;
1392
+ }>;
1393
+ time: StructType<{
1394
+ style: OptionType<import("@elaraai/east").VariantType<{
1395
+ full: import("@elaraai/east").NullType;
1396
+ long: import("@elaraai/east").NullType;
1397
+ medium: import("@elaraai/east").NullType;
1398
+ short: import("@elaraai/east").NullType;
1399
+ }>>;
1400
+ hour12: OptionType<BooleanType>;
1401
+ }>;
1402
+ datetime: StructType<{
1403
+ dateStyle: OptionType<import("@elaraai/east").VariantType<{
1404
+ full: import("@elaraai/east").NullType;
1405
+ long: import("@elaraai/east").NullType;
1406
+ medium: import("@elaraai/east").NullType;
1407
+ short: import("@elaraai/east").NullType;
1408
+ }>>;
1409
+ timeStyle: OptionType<import("@elaraai/east").VariantType<{
1410
+ full: import("@elaraai/east").NullType;
1411
+ long: import("@elaraai/east").NullType;
1412
+ medium: import("@elaraai/east").NullType;
1413
+ short: import("@elaraai/east").NullType;
1414
+ }>>;
1415
+ hour12: OptionType<BooleanType>;
1416
+ }>;
1417
+ }>>;
1418
+ domain: OptionType<ArrayType<FloatType>>;
1419
+ hide: OptionType<BooleanType>;
1420
+ axisLine: OptionType<BooleanType>;
1421
+ tickLine: OptionType<BooleanType>;
1422
+ tickMargin: OptionType<IntegerType>;
1423
+ strokeColor: OptionType<StringType>;
1424
+ orientation: OptionType<import("@elaraai/east").VariantType<{
1425
+ top: import("@elaraai/east").NullType;
1426
+ bottom: import("@elaraai/east").NullType;
1427
+ left: import("@elaraai/east").NullType;
1428
+ right: import("@elaraai/east").NullType;
1429
+ }>>;
1430
+ axisId: OptionType<StringType>;
1431
+ }>>;
1432
+ yAxis2: OptionType<StructType<{
1433
+ dataKey: OptionType<StringType>;
1434
+ label: OptionType<StringType>;
1435
+ tickFormat: OptionType<import("@elaraai/east").VariantType<{
1436
+ number: StructType<{
1437
+ minimumFractionDigits: OptionType<IntegerType>;
1438
+ maximumFractionDigits: OptionType<IntegerType>;
1439
+ signDisplay: OptionType<import("@elaraai/east").VariantType<{
1440
+ auto: import("@elaraai/east").NullType;
1441
+ never: import("@elaraai/east").NullType;
1442
+ always: import("@elaraai/east").NullType;
1443
+ exceptZero: import("@elaraai/east").NullType;
1444
+ }>>;
1445
+ }>;
1446
+ currency: StructType<{
1447
+ currency: import("@elaraai/east").VariantType<{
1448
+ USD: import("@elaraai/east").NullType;
1449
+ EUR: import("@elaraai/east").NullType;
1450
+ GBP: import("@elaraai/east").NullType;
1451
+ JPY: import("@elaraai/east").NullType;
1452
+ CHF: import("@elaraai/east").NullType;
1453
+ CAD: import("@elaraai/east").NullType;
1454
+ AUD: import("@elaraai/east").NullType;
1455
+ NZD: import("@elaraai/east").NullType;
1456
+ CNY: import("@elaraai/east").NullType;
1457
+ HKD: import("@elaraai/east").NullType;
1458
+ SGD: import("@elaraai/east").NullType;
1459
+ KRW: import("@elaraai/east").NullType;
1460
+ INR: import("@elaraai/east").NullType;
1461
+ TWD: import("@elaraai/east").NullType;
1462
+ THB: import("@elaraai/east").NullType;
1463
+ MYR: import("@elaraai/east").NullType;
1464
+ IDR: import("@elaraai/east").NullType;
1465
+ PHP: import("@elaraai/east").NullType;
1466
+ VND: import("@elaraai/east").NullType;
1467
+ SEK: import("@elaraai/east").NullType;
1468
+ NOK: import("@elaraai/east").NullType;
1469
+ DKK: import("@elaraai/east").NullType;
1470
+ PLN: import("@elaraai/east").NullType;
1471
+ CZK: import("@elaraai/east").NullType;
1472
+ HUF: import("@elaraai/east").NullType;
1473
+ RUB: import("@elaraai/east").NullType;
1474
+ UAH: import("@elaraai/east").NullType;
1475
+ RON: import("@elaraai/east").NullType;
1476
+ MXN: import("@elaraai/east").NullType;
1477
+ BRL: import("@elaraai/east").NullType;
1478
+ ARS: import("@elaraai/east").NullType;
1479
+ CLP: import("@elaraai/east").NullType;
1480
+ COP: import("@elaraai/east").NullType;
1481
+ PEN: import("@elaraai/east").NullType;
1482
+ AED: import("@elaraai/east").NullType;
1483
+ SAR: import("@elaraai/east").NullType;
1484
+ ILS: import("@elaraai/east").NullType;
1485
+ ZAR: import("@elaraai/east").NullType;
1486
+ TRY: import("@elaraai/east").NullType;
1487
+ EGP: import("@elaraai/east").NullType;
1488
+ NGN: import("@elaraai/east").NullType;
1489
+ KES: import("@elaraai/east").NullType;
1490
+ }>;
1491
+ display: OptionType<import("@elaraai/east").VariantType<{
1492
+ code: import("@elaraai/east").NullType;
1493
+ symbol: import("@elaraai/east").NullType;
1494
+ narrowSymbol: import("@elaraai/east").NullType;
1495
+ name: import("@elaraai/east").NullType;
1496
+ }>>;
1497
+ minimumFractionDigits: OptionType<IntegerType>;
1498
+ maximumFractionDigits: OptionType<IntegerType>;
1499
+ }>;
1500
+ percent: StructType<{
1501
+ minimumFractionDigits: OptionType<IntegerType>;
1502
+ maximumFractionDigits: OptionType<IntegerType>;
1503
+ signDisplay: OptionType<import("@elaraai/east").VariantType<{
1504
+ auto: import("@elaraai/east").NullType;
1505
+ never: import("@elaraai/east").NullType;
1506
+ always: import("@elaraai/east").NullType;
1507
+ exceptZero: import("@elaraai/east").NullType;
1508
+ }>>;
1509
+ }>;
1510
+ compact: StructType<{
1511
+ display: OptionType<import("@elaraai/east").VariantType<{
1512
+ short: import("@elaraai/east").NullType;
1513
+ long: import("@elaraai/east").NullType;
1514
+ }>>;
1515
+ }>;
1516
+ unit: StructType<{
1517
+ unit: import("@elaraai/east").VariantType<{
1518
+ bit: import("@elaraai/east").NullType;
1519
+ byte: import("@elaraai/east").NullType;
1520
+ kilobit: import("@elaraai/east").NullType;
1521
+ kilobyte: import("@elaraai/east").NullType;
1522
+ megabit: import("@elaraai/east").NullType;
1523
+ megabyte: import("@elaraai/east").NullType;
1524
+ gigabit: import("@elaraai/east").NullType;
1525
+ gigabyte: import("@elaraai/east").NullType;
1526
+ terabit: import("@elaraai/east").NullType;
1527
+ terabyte: import("@elaraai/east").NullType;
1528
+ petabyte: import("@elaraai/east").NullType;
1529
+ nanosecond: import("@elaraai/east").NullType;
1530
+ microsecond: import("@elaraai/east").NullType;
1531
+ millisecond: import("@elaraai/east").NullType;
1532
+ second: import("@elaraai/east").NullType;
1533
+ minute: import("@elaraai/east").NullType;
1534
+ hour: import("@elaraai/east").NullType;
1535
+ day: import("@elaraai/east").NullType;
1536
+ week: import("@elaraai/east").NullType;
1537
+ month: import("@elaraai/east").NullType;
1538
+ year: import("@elaraai/east").NullType;
1539
+ millimeter: import("@elaraai/east").NullType;
1540
+ centimeter: import("@elaraai/east").NullType;
1541
+ meter: import("@elaraai/east").NullType;
1542
+ kilometer: import("@elaraai/east").NullType;
1543
+ inch: import("@elaraai/east").NullType;
1544
+ foot: import("@elaraai/east").NullType;
1545
+ yard: import("@elaraai/east").NullType;
1546
+ mile: import("@elaraai/east").NullType;
1547
+ gram: import("@elaraai/east").NullType;
1548
+ kilogram: import("@elaraai/east").NullType;
1549
+ milligram: import("@elaraai/east").NullType;
1550
+ ounce: import("@elaraai/east").NullType;
1551
+ pound: import("@elaraai/east").NullType;
1552
+ stone: import("@elaraai/east").NullType;
1553
+ celsius: import("@elaraai/east").NullType;
1554
+ fahrenheit: import("@elaraai/east").NullType;
1555
+ milliliter: import("@elaraai/east").NullType;
1556
+ liter: import("@elaraai/east").NullType;
1557
+ gallon: import("@elaraai/east").NullType;
1558
+ fluidOunce: import("@elaraai/east").NullType;
1559
+ acre: import("@elaraai/east").NullType;
1560
+ hectare: import("@elaraai/east").NullType;
1561
+ meterPerSecond: import("@elaraai/east").NullType;
1562
+ kilometerPerHour: import("@elaraai/east").NullType;
1563
+ milePerHour: import("@elaraai/east").NullType;
1564
+ percent: import("@elaraai/east").NullType;
1565
+ degree: import("@elaraai/east").NullType;
1566
+ }>;
1567
+ display: OptionType<import("@elaraai/east").VariantType<{
1568
+ short: import("@elaraai/east").NullType;
1569
+ narrow: import("@elaraai/east").NullType;
1570
+ long: import("@elaraai/east").NullType;
1571
+ }>>;
1572
+ }>;
1573
+ scientific: import("@elaraai/east").NullType;
1574
+ engineering: import("@elaraai/east").NullType;
1575
+ date: StructType<{
1576
+ style: OptionType<import("@elaraai/east").VariantType<{
1577
+ full: import("@elaraai/east").NullType;
1578
+ long: import("@elaraai/east").NullType;
1579
+ medium: import("@elaraai/east").NullType;
1580
+ short: import("@elaraai/east").NullType;
1581
+ }>>;
1582
+ }>;
1583
+ time: StructType<{
1584
+ style: OptionType<import("@elaraai/east").VariantType<{
1585
+ full: import("@elaraai/east").NullType;
1586
+ long: import("@elaraai/east").NullType;
1587
+ medium: import("@elaraai/east").NullType;
1588
+ short: import("@elaraai/east").NullType;
1589
+ }>>;
1590
+ hour12: OptionType<BooleanType>;
1591
+ }>;
1592
+ datetime: StructType<{
1593
+ dateStyle: OptionType<import("@elaraai/east").VariantType<{
1594
+ full: import("@elaraai/east").NullType;
1595
+ long: import("@elaraai/east").NullType;
1596
+ medium: import("@elaraai/east").NullType;
1597
+ short: import("@elaraai/east").NullType;
1598
+ }>>;
1599
+ timeStyle: OptionType<import("@elaraai/east").VariantType<{
1600
+ full: import("@elaraai/east").NullType;
1601
+ long: import("@elaraai/east").NullType;
1602
+ medium: import("@elaraai/east").NullType;
1603
+ short: import("@elaraai/east").NullType;
1604
+ }>>;
1605
+ hour12: OptionType<BooleanType>;
1606
+ }>;
1607
+ }>>;
1608
+ domain: OptionType<ArrayType<FloatType>>;
1609
+ hide: OptionType<BooleanType>;
1610
+ axisLine: OptionType<BooleanType>;
1611
+ tickLine: OptionType<BooleanType>;
1612
+ tickMargin: OptionType<IntegerType>;
1613
+ strokeColor: OptionType<StringType>;
1614
+ orientation: OptionType<import("@elaraai/east").VariantType<{
1615
+ top: import("@elaraai/east").NullType;
1616
+ bottom: import("@elaraai/east").NullType;
1617
+ left: import("@elaraai/east").NullType;
1618
+ right: import("@elaraai/east").NullType;
1619
+ }>>;
1620
+ axisId: OptionType<StringType>;
1621
+ }>>;
1622
+ curveType: OptionType<import("@elaraai/east").VariantType<{
1623
+ linear: import("@elaraai/east").NullType;
1624
+ natural: import("@elaraai/east").NullType;
1625
+ monotone: import("@elaraai/east").NullType;
1626
+ step: import("@elaraai/east").NullType;
1627
+ stepBefore: import("@elaraai/east").NullType;
1628
+ stepAfter: import("@elaraai/east").NullType;
1629
+ }>>;
1630
+ grid: OptionType<StructType<{
1631
+ show: OptionType<BooleanType>;
1632
+ vertical: OptionType<BooleanType>;
1633
+ horizontal: OptionType<BooleanType>;
1634
+ strokeColor: OptionType<StringType>;
1635
+ strokeDasharray: OptionType<StringType>;
1636
+ }>>;
1637
+ tooltip: OptionType<StructType<{
1638
+ show: OptionType<BooleanType>;
1639
+ cursor: OptionType<import("@elaraai/east").VariantType<{
1640
+ none: import("@elaraai/east").NullType;
1641
+ crosshair: StringType;
1642
+ fill: StringType;
1643
+ }>>;
1644
+ animationDuration: OptionType<IntegerType>;
1645
+ }>>;
1646
+ legend: OptionType<StructType<{
1647
+ show: OptionType<BooleanType>;
1648
+ layout: OptionType<import("@elaraai/east").VariantType<{
1649
+ horizontal: import("@elaraai/east").NullType;
1650
+ vertical: import("@elaraai/east").NullType;
1651
+ }>>;
1652
+ align: OptionType<import("@elaraai/east").VariantType<{
1653
+ left: import("@elaraai/east").NullType;
1654
+ center: import("@elaraai/east").NullType;
1655
+ right: import("@elaraai/east").NullType;
1656
+ }>>;
1657
+ verticalAlign: OptionType<import("@elaraai/east").VariantType<{
1658
+ top: import("@elaraai/east").NullType;
1659
+ middle: import("@elaraai/east").NullType;
1660
+ bottom: import("@elaraai/east").NullType;
1661
+ }>>;
1662
+ }>>;
1663
+ margin: OptionType<StructType<{
1664
+ top: OptionType<IntegerType>;
1665
+ right: OptionType<IntegerType>;
1666
+ bottom: OptionType<IntegerType>;
1667
+ left: OptionType<IntegerType>;
1668
+ }>>;
1669
+ fillOpacity: OptionType<FloatType>;
1670
+ connectNulls: OptionType<BooleanType>;
1671
+ referenceLines: OptionType<ArrayType<StructType<{
1672
+ x: OptionType<import("@elaraai/east").VariantType<{
1673
+ Null: import("@elaraai/east").NullType;
1674
+ Boolean: BooleanType;
1675
+ Integer: IntegerType;
1676
+ Float: FloatType;
1677
+ String: StringType;
1678
+ DateTime: import("@elaraai/east").DateTimeType;
1679
+ Blob: import("@elaraai/east").BlobType;
1680
+ }>>;
1681
+ y: OptionType<import("@elaraai/east").VariantType<{
1682
+ Null: import("@elaraai/east").NullType;
1683
+ Boolean: BooleanType;
1684
+ Integer: IntegerType;
1685
+ Float: FloatType;
1686
+ String: StringType;
1687
+ DateTime: import("@elaraai/east").DateTimeType;
1688
+ Blob: import("@elaraai/east").BlobType;
1689
+ }>>;
1690
+ stroke: OptionType<StringType>;
1691
+ strokeWidth: OptionType<IntegerType>;
1692
+ strokeDasharray: OptionType<StringType>;
1693
+ label: OptionType<StringType>;
1694
+ labelPosition: OptionType<import("@elaraai/east").VariantType<{
1695
+ top: import("@elaraai/east").NullType;
1696
+ bottom: import("@elaraai/east").NullType;
1697
+ left: import("@elaraai/east").NullType;
1698
+ right: import("@elaraai/east").NullType;
1699
+ center: import("@elaraai/east").NullType;
1700
+ insideTop: import("@elaraai/east").NullType;
1701
+ insideBottom: import("@elaraai/east").NullType;
1702
+ insideLeft: import("@elaraai/east").NullType;
1703
+ insideRight: import("@elaraai/east").NullType;
1704
+ insideTopLeft: import("@elaraai/east").NullType;
1705
+ insideTopRight: import("@elaraai/east").NullType;
1706
+ insideBottomLeft: import("@elaraai/east").NullType;
1707
+ insideBottomRight: import("@elaraai/east").NullType;
1708
+ }>>;
1709
+ labelOffset: OptionType<IntegerType>;
1710
+ ifOverflow: OptionType<import("@elaraai/east").VariantType<{
1711
+ discard: import("@elaraai/east").NullType;
1712
+ hidden: import("@elaraai/east").NullType;
1713
+ visible: import("@elaraai/east").NullType;
1714
+ extendDomain: import("@elaraai/east").NullType;
1715
+ }>>;
1716
+ }>>>;
1717
+ referenceDots: OptionType<ArrayType<StructType<{
1718
+ x: import("@elaraai/east").VariantType<{
1719
+ Null: import("@elaraai/east").NullType;
1720
+ Boolean: BooleanType;
1721
+ Integer: IntegerType;
1722
+ Float: FloatType;
1723
+ String: StringType;
1724
+ DateTime: import("@elaraai/east").DateTimeType;
1725
+ Blob: import("@elaraai/east").BlobType;
1726
+ }>;
1727
+ y: import("@elaraai/east").VariantType<{
1728
+ Null: import("@elaraai/east").NullType;
1729
+ Boolean: BooleanType;
1730
+ Integer: IntegerType;
1731
+ Float: FloatType;
1732
+ String: StringType;
1733
+ DateTime: import("@elaraai/east").DateTimeType;
1734
+ Blob: import("@elaraai/east").BlobType;
1735
+ }>;
1736
+ r: OptionType<IntegerType>;
1737
+ fill: OptionType<StringType>;
1738
+ stroke: OptionType<StringType>;
1739
+ strokeWidth: OptionType<IntegerType>;
1740
+ label: OptionType<StringType>;
1741
+ labelPosition: OptionType<import("@elaraai/east").VariantType<{
1742
+ top: import("@elaraai/east").NullType;
1743
+ bottom: import("@elaraai/east").NullType;
1744
+ left: import("@elaraai/east").NullType;
1745
+ right: import("@elaraai/east").NullType;
1746
+ center: import("@elaraai/east").NullType;
1747
+ insideTop: import("@elaraai/east").NullType;
1748
+ insideBottom: import("@elaraai/east").NullType;
1749
+ insideLeft: import("@elaraai/east").NullType;
1750
+ insideRight: import("@elaraai/east").NullType;
1751
+ insideTopLeft: import("@elaraai/east").NullType;
1752
+ insideTopRight: import("@elaraai/east").NullType;
1753
+ insideBottomLeft: import("@elaraai/east").NullType;
1754
+ insideBottomRight: import("@elaraai/east").NullType;
1755
+ }>>;
1756
+ labelOffset: OptionType<IntegerType>;
1757
+ ifOverflow: OptionType<import("@elaraai/east").VariantType<{
1758
+ discard: import("@elaraai/east").NullType;
1759
+ hidden: import("@elaraai/east").NullType;
1760
+ visible: import("@elaraai/east").NullType;
1761
+ extendDomain: import("@elaraai/east").NullType;
1762
+ }>>;
1763
+ }>>>;
1764
+ referenceAreas: OptionType<ArrayType<StructType<{
1765
+ x1: OptionType<import("@elaraai/east").VariantType<{
1766
+ Null: import("@elaraai/east").NullType;
1767
+ Boolean: BooleanType;
1768
+ Integer: IntegerType;
1769
+ Float: FloatType;
1770
+ String: StringType;
1771
+ DateTime: import("@elaraai/east").DateTimeType;
1772
+ Blob: import("@elaraai/east").BlobType;
1773
+ }>>;
1774
+ x2: OptionType<import("@elaraai/east").VariantType<{
1775
+ Null: import("@elaraai/east").NullType;
1776
+ Boolean: BooleanType;
1777
+ Integer: IntegerType;
1778
+ Float: FloatType;
1779
+ String: StringType;
1780
+ DateTime: import("@elaraai/east").DateTimeType;
1781
+ Blob: import("@elaraai/east").BlobType;
1782
+ }>>;
1783
+ y1: OptionType<import("@elaraai/east").VariantType<{
1784
+ Null: import("@elaraai/east").NullType;
1785
+ Boolean: BooleanType;
1786
+ Integer: IntegerType;
1787
+ Float: FloatType;
1788
+ String: StringType;
1789
+ DateTime: import("@elaraai/east").DateTimeType;
1790
+ Blob: import("@elaraai/east").BlobType;
1791
+ }>>;
1792
+ y2: OptionType<import("@elaraai/east").VariantType<{
1793
+ Null: import("@elaraai/east").NullType;
1794
+ Boolean: BooleanType;
1795
+ Integer: IntegerType;
1796
+ Float: FloatType;
1797
+ String: StringType;
1798
+ DateTime: import("@elaraai/east").DateTimeType;
1799
+ Blob: import("@elaraai/east").BlobType;
1800
+ }>>;
1801
+ fill: OptionType<StringType>;
1802
+ fillOpacity: OptionType<FloatType>;
1803
+ stroke: OptionType<StringType>;
1804
+ label: OptionType<StringType>;
1805
+ labelPosition: OptionType<import("@elaraai/east").VariantType<{
1806
+ top: import("@elaraai/east").NullType;
1807
+ bottom: import("@elaraai/east").NullType;
1808
+ left: import("@elaraai/east").NullType;
1809
+ right: import("@elaraai/east").NullType;
1810
+ center: import("@elaraai/east").NullType;
1811
+ insideTop: import("@elaraai/east").NullType;
1812
+ insideBottom: import("@elaraai/east").NullType;
1813
+ insideLeft: import("@elaraai/east").NullType;
1814
+ insideRight: import("@elaraai/east").NullType;
1815
+ insideTopLeft: import("@elaraai/east").NullType;
1816
+ insideTopRight: import("@elaraai/east").NullType;
1817
+ insideBottomLeft: import("@elaraai/east").NullType;
1818
+ insideBottomRight: import("@elaraai/east").NullType;
1819
+ }>>;
1820
+ labelOffset: OptionType<IntegerType>;
1821
+ ifOverflow: OptionType<import("@elaraai/east").VariantType<{
1822
+ discard: import("@elaraai/east").NullType;
1823
+ hidden: import("@elaraai/east").NullType;
1824
+ visible: import("@elaraai/east").NullType;
1825
+ extendDomain: import("@elaraai/east").NullType;
1826
+ }>>;
1827
+ }>>>;
1828
+ }>;
1829
+ /**
1830
+ * Type representing an area range chart.
1831
+ */
1832
+ export type AreaRangeChartType = typeof AreaRangeChartType;
1833
+ /**
1834
+ * Series configuration for AreaRange charts.
1835
+ *
1836
+ * @remarks
1837
+ * Configures how a range series is rendered, specifying the low/high data keys.
1838
+ *
1839
+ * @property lowKey - Field name for lower bound values
1840
+ * @property highKey - Field name for upper bound values
1841
+ * @property color - Chakra color token (e.g., "teal.solid", "blue.500")
1842
+ * @property label - Display label (defaults to series name)
1843
+ * @property fillOpacity - Fill opacity (0-1)
1844
+ * @property stroke - Stroke color (defaults to color)
1845
+ * @property strokeWidth - Stroke width in pixels
1846
+ */
1847
+ export interface AreaRangeSeriesConfig {
1848
+ /** Field name for lower bound values */
1849
+ lowKey: string;
1850
+ /** Field name for upper bound values */
1851
+ highKey: string;
1852
+ /** Chakra color token (e.g., "teal.solid", "blue.500") */
1853
+ color?: SubtypeExprOrValue<StringType>;
1854
+ /** Display label (defaults to series name) */
1855
+ label?: SubtypeExprOrValue<StringType>;
1856
+ /** Fill opacity (0-1) */
1857
+ fillOpacity?: SubtypeExprOrValue<FloatType>;
1858
+ /** Stroke color (defaults to color) */
1859
+ stroke?: SubtypeExprOrValue<StringType>;
1860
+ /** Stroke width in pixels */
1861
+ strokeWidth?: SubtypeExprOrValue<IntegerType>;
1862
+ /** Y-axis binding (left = primary yAxis, right = secondary yAxis2) */
1863
+ yAxisId?: SubtypeExprOrValue<YAxisIdType> | YAxisIdLiteral;
1864
+ }
1865
+ /**
1866
+ * Base style options shared by AreaRange and AreaRangeMulti charts.
1867
+ */
1868
+ export interface AreaRangeChartStyleBase<DataKey extends string = string> extends BaseChartStyle {
1869
+ /** X-axis configuration */
1870
+ xAxis?: ChartAxisStyle<DataKey>;
1871
+ /** Y-axis configuration (primary, left side) */
1872
+ yAxis?: ChartAxisStyle<DataKey>;
1873
+ /** Secondary Y-axis configuration (right side) */
1874
+ yAxis2?: ChartAxisStyle<DataKey>;
1875
+ /** Line curve interpolation type */
1876
+ curveType?: SubtypeExprOrValue<CurveType> | CurveLiteral;
1877
+ /** Fill opacity (0-1, applies to all series unless overridden per-series) */
1878
+ fillOpacity?: SubtypeExprOrValue<FloatType>;
1879
+ /** Connect line across null data points */
1880
+ connectNulls?: SubtypeExprOrValue<BooleanType>;
1881
+ /** Reference lines (horizontal/vertical lines at specific values) */
1882
+ referenceLines?: ReferenceLineStyle[];
1883
+ /** Reference dots (markers at specific x,y coordinates) */
1884
+ referenceDots?: ReferenceDotStyle[];
1885
+ /** Reference areas (highlighted rectangular regions) */
1886
+ referenceAreas?: ReferenceAreaStyle[];
1887
+ }
1888
+ /**
1889
+ * Style for AreaRange charts (single array form).
1890
+ *
1891
+ * @typeParam DataKey - Union of field keys from the data struct
1892
+ * @typeParam SeriesKey - Union of series names
1893
+ */
1894
+ export interface AreaRangeChartStyle<DataKey extends string = string, SeriesKey extends string = string> extends AreaRangeChartStyleBase<DataKey> {
1895
+ /** Per-series configuration with lowKey/highKey */
1896
+ series?: {
1897
+ [K in SeriesKey]?: AreaRangeSeriesConfig;
1898
+ };
1899
+ }
1900
+ /**
1901
+ * Style for AreaRangeMulti charts (multi-series with separate arrays).
1902
+ *
1903
+ * @typeParam DataKey - Union of field keys from series array structs
1904
+ * @typeParam SeriesKey - Union of series names (record keys)
1905
+ */
1906
+ export interface AreaRangeChartMultiStyle<DataKey extends string = string, SeriesKey extends string = string> extends AreaRangeChartStyleBase<DataKey> {
1907
+ /** Field name for lower bound values (shared across all series) */
1908
+ lowKey: string;
1909
+ /** Field name for upper bound values (shared across all series) */
1910
+ highKey: string;
1911
+ /** Per-series configuration (keyed by series name) */
1912
+ series?: {
1913
+ [K in SeriesKey]?: Omit<AreaRangeSeriesConfig, 'lowKey' | 'highKey'>;
1914
+ };
587
1915
  }
588
1916
  //# sourceMappingURL=types.d.ts.map