@oliasoft-open-source/charts-library 3.7.5 → 3.8.0-beta-2
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/index.js +81 -12
- package/dist/index.js.map +1 -1
- package/dist/src/components/line-chart/line-chart.interface.d.ts +24 -1
- package/dist/src/components/line-chart/line-chart.stories.d.ts +212 -170
- package/dist/src/components/line-chart/plugins/custom-point-ellipsis-plugin.d.ts +6 -0
- package/dist/src/components/line-chart/plugins/plugin-constants.d.ts +1 -0
- package/package.json +1 -1
|
@@ -539,23 +539,38 @@ export namespace Annotations {
|
|
|
539
539
|
}
|
|
540
540
|
export { args_21 as args };
|
|
541
541
|
}
|
|
542
|
-
export function
|
|
543
|
-
export namespace
|
|
542
|
+
export function PointEllipsisAnnotation(args: any): import("react/jsx-runtime").JSX.Element;
|
|
543
|
+
export namespace PointEllipsisAnnotation {
|
|
544
544
|
export namespace args_22 {
|
|
545
545
|
export namespace chart_21 {
|
|
546
|
+
export namespace data_11 {
|
|
547
|
+
const datasets_11: ({
|
|
548
|
+
label: string;
|
|
549
|
+
data: {
|
|
550
|
+
x: number;
|
|
551
|
+
y: number;
|
|
552
|
+
}[];
|
|
553
|
+
} | {
|
|
554
|
+
showEllipsesAnnotation: boolean;
|
|
555
|
+
label: string;
|
|
556
|
+
data: {
|
|
557
|
+
x: number;
|
|
558
|
+
y: number;
|
|
559
|
+
}[];
|
|
560
|
+
})[];
|
|
561
|
+
export { datasets_11 as datasets };
|
|
562
|
+
}
|
|
563
|
+
export { data_11 as data };
|
|
546
564
|
export namespace options_18 {
|
|
547
565
|
export namespace annotations_1 {
|
|
548
566
|
const showAnnotations_1: boolean;
|
|
549
567
|
export { showAnnotations_1 as showAnnotations };
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
label: string;
|
|
557
|
-
}[];
|
|
558
|
-
export { annotationsData_1 as annotationsData };
|
|
568
|
+
export namespace pointEllipsisAnnotation {
|
|
569
|
+
export { DEGTORAD as rotation };
|
|
570
|
+
export const radiusX: number;
|
|
571
|
+
export const radiusY: number;
|
|
572
|
+
export const lineWidth: number;
|
|
573
|
+
}
|
|
559
574
|
}
|
|
560
575
|
export { annotations_1 as annotations };
|
|
561
576
|
}
|
|
@@ -565,24 +580,23 @@ export namespace AnnotationsBox {
|
|
|
565
580
|
}
|
|
566
581
|
export { args_22 as args };
|
|
567
582
|
}
|
|
568
|
-
export function
|
|
569
|
-
export namespace
|
|
583
|
+
export function AnnotationsBox(args: any): import("react/jsx-runtime").JSX.Element;
|
|
584
|
+
export namespace AnnotationsBox {
|
|
570
585
|
export namespace args_23 {
|
|
571
586
|
export namespace chart_22 {
|
|
572
587
|
export namespace options_19 {
|
|
573
588
|
export namespace annotations_2 {
|
|
574
589
|
const showAnnotations_2: boolean;
|
|
575
590
|
export { showAnnotations_2 as showAnnotations };
|
|
576
|
-
const
|
|
591
|
+
const annotationsData_1: {
|
|
577
592
|
type: string;
|
|
578
|
-
xMin: number;
|
|
579
|
-
xMax: number;
|
|
580
593
|
yMin: number;
|
|
581
594
|
yMax: number;
|
|
582
595
|
color: string;
|
|
583
596
|
adjustScaleRange: boolean;
|
|
597
|
+
label: string;
|
|
584
598
|
}[];
|
|
585
|
-
export {
|
|
599
|
+
export { annotationsData_1 as annotationsData };
|
|
586
600
|
}
|
|
587
601
|
export { annotations_2 as annotations };
|
|
588
602
|
}
|
|
@@ -592,15 +606,42 @@ export namespace AnnotationsEllipse {
|
|
|
592
606
|
}
|
|
593
607
|
export { args_23 as args };
|
|
594
608
|
}
|
|
595
|
-
export function
|
|
596
|
-
export namespace
|
|
609
|
+
export function AnnotationsEllipse(args: any): import("react/jsx-runtime").JSX.Element;
|
|
610
|
+
export namespace AnnotationsEllipse {
|
|
597
611
|
export namespace args_24 {
|
|
598
612
|
export namespace chart_23 {
|
|
599
613
|
export namespace options_20 {
|
|
600
614
|
export namespace annotations_3 {
|
|
601
|
-
export const controlAnnotation: boolean;
|
|
602
615
|
const showAnnotations_3: boolean;
|
|
603
616
|
export { showAnnotations_3 as showAnnotations };
|
|
617
|
+
const annotationsData_2: {
|
|
618
|
+
type: string;
|
|
619
|
+
xMin: number;
|
|
620
|
+
xMax: number;
|
|
621
|
+
yMin: number;
|
|
622
|
+
yMax: number;
|
|
623
|
+
color: string;
|
|
624
|
+
adjustScaleRange: boolean;
|
|
625
|
+
}[];
|
|
626
|
+
export { annotationsData_2 as annotationsData };
|
|
627
|
+
}
|
|
628
|
+
export { annotations_3 as annotations };
|
|
629
|
+
}
|
|
630
|
+
export { options_20 as options };
|
|
631
|
+
}
|
|
632
|
+
export { chart_23 as chart };
|
|
633
|
+
}
|
|
634
|
+
export { args_24 as args };
|
|
635
|
+
}
|
|
636
|
+
export function AnnotationsInLegend(args: any): import("react/jsx-runtime").JSX.Element;
|
|
637
|
+
export namespace AnnotationsInLegend {
|
|
638
|
+
export namespace args_25 {
|
|
639
|
+
export namespace chart_24 {
|
|
640
|
+
export namespace options_21 {
|
|
641
|
+
export namespace annotations_4 {
|
|
642
|
+
export const controlAnnotation: boolean;
|
|
643
|
+
const showAnnotations_4: boolean;
|
|
644
|
+
export { showAnnotations_4 as showAnnotations };
|
|
604
645
|
const annotationsData_3: ({
|
|
605
646
|
type: string;
|
|
606
647
|
annotationAxis: string;
|
|
@@ -637,19 +678,19 @@ export namespace AnnotationsInLegend {
|
|
|
637
678
|
})[];
|
|
638
679
|
export { annotationsData_3 as annotationsData };
|
|
639
680
|
}
|
|
640
|
-
export {
|
|
681
|
+
export { annotations_4 as annotations };
|
|
641
682
|
}
|
|
642
|
-
export {
|
|
683
|
+
export { options_21 as options };
|
|
643
684
|
}
|
|
644
|
-
export {
|
|
685
|
+
export { chart_24 as chart };
|
|
645
686
|
}
|
|
646
|
-
export {
|
|
687
|
+
export { args_25 as args };
|
|
647
688
|
}
|
|
648
689
|
export function CustomLegend(args: any): import("react/jsx-runtime").JSX.Element;
|
|
649
690
|
export namespace CustomLegend {
|
|
650
|
-
export namespace
|
|
651
|
-
export namespace
|
|
652
|
-
export namespace
|
|
691
|
+
export namespace args_26 {
|
|
692
|
+
export namespace chart_25 {
|
|
693
|
+
export namespace options_22 {
|
|
653
694
|
const title_6: string;
|
|
654
695
|
export { title_6 as title };
|
|
655
696
|
export namespace legend_4 {
|
|
@@ -662,33 +703,33 @@ export namespace CustomLegend {
|
|
|
662
703
|
}
|
|
663
704
|
export { legend_4 as legend };
|
|
664
705
|
}
|
|
665
|
-
export {
|
|
706
|
+
export { options_22 as options };
|
|
666
707
|
}
|
|
667
|
-
export {
|
|
708
|
+
export { chart_25 as chart };
|
|
668
709
|
}
|
|
669
|
-
export {
|
|
710
|
+
export { args_26 as args };
|
|
670
711
|
}
|
|
671
712
|
export function Animation(args: any): import("react/jsx-runtime").JSX.Element;
|
|
672
713
|
export namespace Animation {
|
|
673
|
-
export namespace
|
|
674
|
-
export namespace
|
|
675
|
-
export namespace
|
|
714
|
+
export namespace args_27 {
|
|
715
|
+
export namespace chart_26 {
|
|
716
|
+
export namespace options_23 {
|
|
676
717
|
export namespace chartStyling_4 {
|
|
677
718
|
const performanceMode: boolean;
|
|
678
719
|
}
|
|
679
720
|
export { chartStyling_4 as chartStyling };
|
|
680
721
|
}
|
|
681
|
-
export {
|
|
722
|
+
export { options_23 as options };
|
|
682
723
|
}
|
|
683
|
-
export {
|
|
724
|
+
export { chart_26 as chart };
|
|
684
725
|
}
|
|
685
|
-
export {
|
|
726
|
+
export { args_27 as args };
|
|
686
727
|
}
|
|
687
728
|
export function SquareAspectRatio(args: any): import("react/jsx-runtime").JSX.Element;
|
|
688
729
|
export namespace SquareAspectRatio {
|
|
689
|
-
export namespace
|
|
690
|
-
export namespace
|
|
691
|
-
export namespace
|
|
730
|
+
export namespace args_28 {
|
|
731
|
+
export namespace chart_27 {
|
|
732
|
+
export namespace options_24 {
|
|
692
733
|
const title_7: string;
|
|
693
734
|
export { title_7 as title };
|
|
694
735
|
export namespace chartStyling_5 {
|
|
@@ -696,11 +737,11 @@ export namespace SquareAspectRatio {
|
|
|
696
737
|
}
|
|
697
738
|
export { chartStyling_5 as chartStyling };
|
|
698
739
|
}
|
|
699
|
-
export {
|
|
740
|
+
export { options_24 as options };
|
|
700
741
|
}
|
|
701
|
-
export {
|
|
742
|
+
export { chart_27 as chart };
|
|
702
743
|
}
|
|
703
|
-
export {
|
|
744
|
+
export { args_28 as args };
|
|
704
745
|
}
|
|
705
746
|
export function HeaderComponentNoTitle(args: any): import("react/jsx-runtime").JSX.Element;
|
|
706
747
|
export namespace HeaderComponentNoTitle {
|
|
@@ -714,10 +755,10 @@ export namespace HeaderComponentNoTitle {
|
|
|
714
755
|
}
|
|
715
756
|
export function HeaderComponentWithTitle(args: any): import("react/jsx-runtime").JSX.Element;
|
|
716
757
|
export namespace HeaderComponentWithTitle {
|
|
717
|
-
export namespace
|
|
758
|
+
export namespace args_29 {
|
|
718
759
|
export { testComponent as headerComponent };
|
|
719
760
|
}
|
|
720
|
-
export {
|
|
761
|
+
export { args_29 as args };
|
|
721
762
|
export namespace parameters_1 {
|
|
722
763
|
export namespace docs_1 {
|
|
723
764
|
export namespace description_1 {
|
|
@@ -748,9 +789,9 @@ export function ControlsPortal(args: any): import("react/jsx-runtime").JSX.Eleme
|
|
|
748
789
|
export function WithTable(args: any): import("react/jsx-runtime").JSX.Element;
|
|
749
790
|
export function SquareAspectRatioFillContainer(args: any): import("react/jsx-runtime").JSX.Element;
|
|
750
791
|
export namespace SquareAspectRatioFillContainer {
|
|
751
|
-
export namespace
|
|
752
|
-
export namespace
|
|
753
|
-
export namespace
|
|
792
|
+
export namespace args_30 {
|
|
793
|
+
export namespace chart_28 {
|
|
794
|
+
export namespace options_25 {
|
|
754
795
|
const title_8: string;
|
|
755
796
|
export { title_8 as title };
|
|
756
797
|
export namespace chartStyling_6 {
|
|
@@ -761,96 +802,96 @@ export namespace SquareAspectRatioFillContainer {
|
|
|
761
802
|
}
|
|
762
803
|
export { chartStyling_6 as chartStyling };
|
|
763
804
|
}
|
|
764
|
-
export {
|
|
805
|
+
export { options_25 as options };
|
|
765
806
|
}
|
|
766
|
-
export {
|
|
807
|
+
export { chart_28 as chart };
|
|
767
808
|
}
|
|
768
|
-
export {
|
|
809
|
+
export { args_30 as args };
|
|
769
810
|
const decorators_1: ((Story: any) => import("react/jsx-runtime").JSX.Element)[];
|
|
770
811
|
export { decorators_1 as decorators };
|
|
771
812
|
}
|
|
772
813
|
export function OnPointHover(args: any): import("react/jsx-runtime").JSX.Element;
|
|
773
814
|
export namespace OnPointHover {
|
|
774
|
-
export namespace
|
|
775
|
-
export namespace
|
|
776
|
-
export namespace
|
|
815
|
+
export namespace args_31 {
|
|
816
|
+
export namespace chart_29 {
|
|
817
|
+
export namespace options_26 {
|
|
777
818
|
namespace interactions {
|
|
778
819
|
function onHover(evt: any, datasetIndex: any, pointIndex: any, datasets: any): void;
|
|
779
820
|
function onUnhover(): void;
|
|
780
821
|
}
|
|
781
822
|
}
|
|
782
|
-
export {
|
|
823
|
+
export { options_26 as options };
|
|
783
824
|
}
|
|
784
|
-
export {
|
|
825
|
+
export { chart_29 as chart };
|
|
785
826
|
}
|
|
786
|
-
export {
|
|
827
|
+
export { args_31 as args };
|
|
787
828
|
}
|
|
788
829
|
export function ZeroValues(args: any): import("react/jsx-runtime").JSX.Element;
|
|
789
830
|
export namespace ZeroValues {
|
|
790
|
-
export namespace
|
|
791
|
-
export namespace
|
|
792
|
-
export namespace
|
|
793
|
-
const
|
|
831
|
+
export namespace args_32 {
|
|
832
|
+
export namespace chart_30 {
|
|
833
|
+
export namespace data_12 {
|
|
834
|
+
const datasets_12: {
|
|
794
835
|
label: string;
|
|
795
836
|
data: {
|
|
796
837
|
x: number;
|
|
797
838
|
y: number;
|
|
798
839
|
}[];
|
|
799
840
|
}[];
|
|
800
|
-
export {
|
|
841
|
+
export { datasets_12 as datasets };
|
|
801
842
|
}
|
|
802
|
-
export {
|
|
803
|
-
export namespace
|
|
843
|
+
export { data_12 as data };
|
|
844
|
+
export namespace options_27 {
|
|
804
845
|
const title_9: string;
|
|
805
846
|
export { title_9 as title };
|
|
806
847
|
}
|
|
807
|
-
export {
|
|
848
|
+
export { options_27 as options };
|
|
808
849
|
}
|
|
809
|
-
export {
|
|
850
|
+
export { chart_30 as chart };
|
|
810
851
|
}
|
|
811
|
-
export {
|
|
852
|
+
export { args_32 as args };
|
|
812
853
|
}
|
|
813
854
|
export function SimilarValues(args: any): import("react/jsx-runtime").JSX.Element;
|
|
814
855
|
export namespace SimilarValues {
|
|
815
|
-
export namespace
|
|
816
|
-
export namespace
|
|
817
|
-
export namespace
|
|
818
|
-
const
|
|
856
|
+
export namespace args_33 {
|
|
857
|
+
export namespace chart_31 {
|
|
858
|
+
export namespace data_13 {
|
|
859
|
+
const datasets_13: {
|
|
819
860
|
label: string;
|
|
820
861
|
data: {
|
|
821
862
|
x: number;
|
|
822
863
|
y: number;
|
|
823
864
|
}[];
|
|
824
865
|
}[];
|
|
825
|
-
export {
|
|
866
|
+
export { datasets_13 as datasets };
|
|
826
867
|
}
|
|
827
|
-
export {
|
|
828
|
-
export namespace
|
|
868
|
+
export { data_13 as data };
|
|
869
|
+
export namespace options_28 {
|
|
829
870
|
const title_10: string;
|
|
830
871
|
export { title_10 as title };
|
|
831
872
|
}
|
|
832
|
-
export {
|
|
873
|
+
export { options_28 as options };
|
|
833
874
|
}
|
|
834
|
-
export {
|
|
875
|
+
export { chart_31 as chart };
|
|
835
876
|
}
|
|
836
|
-
export {
|
|
877
|
+
export { args_33 as args };
|
|
837
878
|
}
|
|
838
879
|
export function HideIrregularMajorAxisTicks(args: any): import("react/jsx-runtime").JSX.Element;
|
|
839
880
|
export namespace HideIrregularMajorAxisTicks {
|
|
840
|
-
export namespace
|
|
841
|
-
export namespace
|
|
842
|
-
export namespace
|
|
843
|
-
const
|
|
881
|
+
export namespace args_34 {
|
|
882
|
+
export namespace chart_32 {
|
|
883
|
+
export namespace data_14 {
|
|
884
|
+
const datasets_14: {
|
|
844
885
|
label: string;
|
|
845
886
|
data: {
|
|
846
887
|
x: number;
|
|
847
888
|
y: number;
|
|
848
889
|
}[];
|
|
849
890
|
}[];
|
|
850
|
-
export {
|
|
891
|
+
export { datasets_14 as datasets };
|
|
851
892
|
}
|
|
852
|
-
export {
|
|
853
|
-
export namespace
|
|
893
|
+
export { data_14 as data };
|
|
894
|
+
export namespace options_29 {
|
|
854
895
|
const title_11: string;
|
|
855
896
|
export { title_11 as title };
|
|
856
897
|
export namespace graph_2 {
|
|
@@ -879,36 +920,36 @@ export namespace HideIrregularMajorAxisTicks {
|
|
|
879
920
|
}
|
|
880
921
|
export { additionalAxesOptions_4 as additionalAxesOptions };
|
|
881
922
|
}
|
|
882
|
-
export {
|
|
923
|
+
export { options_29 as options };
|
|
883
924
|
}
|
|
884
|
-
export {
|
|
925
|
+
export { chart_32 as chart };
|
|
885
926
|
}
|
|
886
|
-
export {
|
|
927
|
+
export { args_34 as args };
|
|
887
928
|
}
|
|
888
929
|
export function TestNumberSeparators(args: any): import("react/jsx-runtime").JSX.Element;
|
|
889
930
|
export namespace TestNumberSeparators {
|
|
890
|
-
export namespace
|
|
891
|
-
export namespace
|
|
892
|
-
export namespace
|
|
893
|
-
const
|
|
931
|
+
export namespace args_35 {
|
|
932
|
+
export namespace chart_33 {
|
|
933
|
+
export namespace data_15 {
|
|
934
|
+
const datasets_15: {
|
|
894
935
|
label: string;
|
|
895
936
|
data: {
|
|
896
937
|
x: number;
|
|
897
938
|
y: number;
|
|
898
939
|
}[];
|
|
899
940
|
}[];
|
|
900
|
-
export {
|
|
941
|
+
export { datasets_15 as datasets };
|
|
901
942
|
}
|
|
902
|
-
export {
|
|
903
|
-
export namespace
|
|
943
|
+
export { data_15 as data };
|
|
944
|
+
export namespace options_30 {
|
|
904
945
|
const title_12: string;
|
|
905
946
|
export { title_12 as title };
|
|
906
947
|
}
|
|
907
|
-
export {
|
|
948
|
+
export { options_30 as options };
|
|
908
949
|
}
|
|
909
|
-
export {
|
|
950
|
+
export { chart_33 as chart };
|
|
910
951
|
}
|
|
911
|
-
export {
|
|
952
|
+
export { args_35 as args };
|
|
912
953
|
}
|
|
913
954
|
export function PerformanceTestCase(): import("react/jsx-runtime").JSX.Element;
|
|
914
955
|
export function ExtraTestCases(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -918,20 +959,20 @@ export function AxesDepthTypes(): import("react/jsx-runtime").JSX.Element;
|
|
|
918
959
|
export function DragDataChart(): import("react/jsx-runtime").JSX.Element;
|
|
919
960
|
export function StorageState(args: any): import("react/jsx-runtime").JSX.Element;
|
|
920
961
|
export namespace StorageState {
|
|
921
|
-
export namespace
|
|
922
|
-
export namespace
|
|
923
|
-
export namespace
|
|
924
|
-
const
|
|
962
|
+
export namespace args_36 {
|
|
963
|
+
export namespace chart_34 {
|
|
964
|
+
export namespace data_16 {
|
|
965
|
+
const datasets_16: {
|
|
925
966
|
label: string;
|
|
926
967
|
data: {
|
|
927
968
|
x: number;
|
|
928
969
|
y: number;
|
|
929
970
|
}[];
|
|
930
971
|
}[];
|
|
931
|
-
export {
|
|
972
|
+
export { datasets_16 as datasets };
|
|
932
973
|
}
|
|
933
|
-
export {
|
|
934
|
-
export namespace
|
|
974
|
+
export { data_16 as data };
|
|
975
|
+
export namespace options_31 {
|
|
935
976
|
const title_13: string;
|
|
936
977
|
export { title_13 as title };
|
|
937
978
|
export namespace chartStyling_7 {
|
|
@@ -940,30 +981,30 @@ export namespace StorageState {
|
|
|
940
981
|
}
|
|
941
982
|
export { chartStyling_7 as chartStyling };
|
|
942
983
|
}
|
|
943
|
-
export {
|
|
984
|
+
export { options_31 as options };
|
|
944
985
|
export const persistenceId: string;
|
|
945
986
|
}
|
|
946
|
-
export {
|
|
987
|
+
export { chart_34 as chart };
|
|
947
988
|
}
|
|
948
|
-
export {
|
|
989
|
+
export { args_36 as args };
|
|
949
990
|
}
|
|
950
991
|
export function WithTranslations(): import("react/jsx-runtime").JSX.Element;
|
|
951
992
|
export function TestLongTooltip(args: any): import("react/jsx-runtime").JSX.Element;
|
|
952
993
|
export namespace TestLongTooltip {
|
|
953
|
-
export namespace
|
|
954
|
-
export namespace
|
|
955
|
-
export namespace
|
|
956
|
-
const
|
|
994
|
+
export namespace args_37 {
|
|
995
|
+
export namespace chart_35 {
|
|
996
|
+
export namespace data_17 {
|
|
997
|
+
const datasets_17: {
|
|
957
998
|
label: string;
|
|
958
999
|
data: {
|
|
959
1000
|
x: number;
|
|
960
1001
|
y: number;
|
|
961
1002
|
}[];
|
|
962
1003
|
}[];
|
|
963
|
-
export {
|
|
1004
|
+
export { datasets_17 as datasets };
|
|
964
1005
|
}
|
|
965
|
-
export {
|
|
966
|
-
export namespace
|
|
1006
|
+
export { data_17 as data };
|
|
1007
|
+
export namespace options_32 {
|
|
967
1008
|
export namespace chartStyling_8 {
|
|
968
1009
|
const height_6: number;
|
|
969
1010
|
export { height_6 as height };
|
|
@@ -981,18 +1022,18 @@ export namespace TestLongTooltip {
|
|
|
981
1022
|
}
|
|
982
1023
|
export { axes_4 as axes };
|
|
983
1024
|
}
|
|
984
|
-
export {
|
|
1025
|
+
export { options_32 as options };
|
|
985
1026
|
}
|
|
986
|
-
export {
|
|
1027
|
+
export { chart_35 as chart };
|
|
987
1028
|
}
|
|
988
|
-
export {
|
|
1029
|
+
export { args_37 as args };
|
|
989
1030
|
}
|
|
990
1031
|
export function TestManyLines(args: any): import("react/jsx-runtime").JSX.Element;
|
|
991
1032
|
export namespace TestManyLines {
|
|
992
|
-
export namespace
|
|
993
|
-
export namespace
|
|
994
|
-
export namespace
|
|
995
|
-
const
|
|
1033
|
+
export namespace args_38 {
|
|
1034
|
+
export namespace chart_36 {
|
|
1035
|
+
export namespace data_18 {
|
|
1036
|
+
const datasets_18: {
|
|
996
1037
|
label: string;
|
|
997
1038
|
pointStyle: string | undefined;
|
|
998
1039
|
pointRadius: number;
|
|
@@ -1001,51 +1042,51 @@ export namespace TestManyLines {
|
|
|
1001
1042
|
y: number;
|
|
1002
1043
|
}[];
|
|
1003
1044
|
}[];
|
|
1004
|
-
export {
|
|
1045
|
+
export { datasets_18 as datasets };
|
|
1005
1046
|
}
|
|
1006
|
-
export {
|
|
1047
|
+
export { data_18 as data };
|
|
1007
1048
|
}
|
|
1008
|
-
export {
|
|
1049
|
+
export { chart_36 as chart };
|
|
1009
1050
|
}
|
|
1010
|
-
export {
|
|
1051
|
+
export { args_38 as args };
|
|
1011
1052
|
}
|
|
1012
1053
|
export function TestLongLegendLabels(args: any): import("react/jsx-runtime").JSX.Element;
|
|
1013
1054
|
export namespace TestLongLegendLabels {
|
|
1014
|
-
export namespace
|
|
1015
|
-
export namespace
|
|
1016
|
-
export namespace
|
|
1017
|
-
const
|
|
1055
|
+
export namespace args_39 {
|
|
1056
|
+
export namespace chart_37 {
|
|
1057
|
+
export namespace data_19 {
|
|
1058
|
+
const datasets_19: {
|
|
1018
1059
|
label: string;
|
|
1019
1060
|
data: {
|
|
1020
1061
|
x: number;
|
|
1021
1062
|
y: number;
|
|
1022
1063
|
}[];
|
|
1023
1064
|
}[];
|
|
1024
|
-
export {
|
|
1065
|
+
export { datasets_19 as datasets };
|
|
1025
1066
|
}
|
|
1026
|
-
export {
|
|
1067
|
+
export { data_19 as data };
|
|
1027
1068
|
}
|
|
1028
|
-
export {
|
|
1069
|
+
export { chart_37 as chart };
|
|
1029
1070
|
}
|
|
1030
|
-
export {
|
|
1071
|
+
export { args_39 as args };
|
|
1031
1072
|
}
|
|
1032
1073
|
export function TestResizingContainer(): import("react/jsx-runtime").JSX.Element;
|
|
1033
1074
|
export function PartialRange(args: any): import("react/jsx-runtime").JSX.Element;
|
|
1034
1075
|
export namespace PartialRange {
|
|
1035
|
-
export namespace
|
|
1036
|
-
export namespace
|
|
1037
|
-
export namespace
|
|
1038
|
-
const
|
|
1076
|
+
export namespace args_40 {
|
|
1077
|
+
export namespace chart_38 {
|
|
1078
|
+
export namespace data_20 {
|
|
1079
|
+
const datasets_20: {
|
|
1039
1080
|
label: string;
|
|
1040
1081
|
data: {
|
|
1041
1082
|
x: number;
|
|
1042
1083
|
y: number;
|
|
1043
1084
|
}[];
|
|
1044
1085
|
}[];
|
|
1045
|
-
export {
|
|
1086
|
+
export { datasets_20 as datasets };
|
|
1046
1087
|
}
|
|
1047
|
-
export {
|
|
1048
|
-
export namespace
|
|
1088
|
+
export { data_20 as data };
|
|
1089
|
+
export namespace options_33 {
|
|
1049
1090
|
export namespace additionalAxesOptions_5 {
|
|
1050
1091
|
export namespace range_2 {
|
|
1051
1092
|
export namespace x_7 {
|
|
@@ -1063,18 +1104,18 @@ export namespace PartialRange {
|
|
|
1063
1104
|
}
|
|
1064
1105
|
export { additionalAxesOptions_5 as additionalAxesOptions };
|
|
1065
1106
|
}
|
|
1066
|
-
export {
|
|
1107
|
+
export { options_33 as options };
|
|
1067
1108
|
}
|
|
1068
|
-
export {
|
|
1109
|
+
export { chart_38 as chart };
|
|
1069
1110
|
}
|
|
1070
|
-
export {
|
|
1111
|
+
export { args_40 as args };
|
|
1071
1112
|
}
|
|
1072
1113
|
export function CombiningTypes(args: any): import("react/jsx-runtime").JSX.Element;
|
|
1073
1114
|
export namespace CombiningTypes {
|
|
1074
|
-
export namespace
|
|
1075
|
-
export namespace
|
|
1076
|
-
export namespace
|
|
1077
|
-
const
|
|
1115
|
+
export namespace args_41 {
|
|
1116
|
+
export namespace chart_39 {
|
|
1117
|
+
export namespace data_21 {
|
|
1118
|
+
const datasets_21: ({
|
|
1078
1119
|
label: string;
|
|
1079
1120
|
showPoints: boolean;
|
|
1080
1121
|
data: {
|
|
@@ -1091,45 +1132,45 @@ export namespace CombiningTypes {
|
|
|
1091
1132
|
}[];
|
|
1092
1133
|
showPoints?: undefined;
|
|
1093
1134
|
})[];
|
|
1094
|
-
export {
|
|
1135
|
+
export { datasets_21 as datasets };
|
|
1095
1136
|
}
|
|
1096
|
-
export {
|
|
1097
|
-
export namespace
|
|
1098
|
-
export {
|
|
1137
|
+
export { data_21 as data };
|
|
1138
|
+
export namespace options_34 { }
|
|
1139
|
+
export { options_34 as options };
|
|
1099
1140
|
}
|
|
1100
|
-
export {
|
|
1141
|
+
export { chart_39 as chart };
|
|
1101
1142
|
}
|
|
1102
|
-
export {
|
|
1143
|
+
export { args_41 as args };
|
|
1103
1144
|
}
|
|
1104
1145
|
export function ExternalSelect(): import("react/jsx-runtime").JSX.Element;
|
|
1105
1146
|
export function SetDSDynamically(): import("react/jsx-runtime").JSX.Element;
|
|
1106
1147
|
export function EmptyDS(args: any): import("react/jsx-runtime").JSX.Element;
|
|
1107
1148
|
export namespace EmptyDS {
|
|
1108
|
-
export namespace
|
|
1109
|
-
export namespace
|
|
1110
|
-
export namespace
|
|
1111
|
-
const
|
|
1112
|
-
export {
|
|
1149
|
+
export namespace args_42 {
|
|
1150
|
+
export namespace chart_40 {
|
|
1151
|
+
export namespace data_22 {
|
|
1152
|
+
const datasets_22: never[];
|
|
1153
|
+
export { datasets_22 as datasets };
|
|
1113
1154
|
}
|
|
1114
|
-
export {
|
|
1155
|
+
export { data_22 as data };
|
|
1115
1156
|
}
|
|
1116
|
-
export {
|
|
1157
|
+
export { chart_40 as chart };
|
|
1117
1158
|
}
|
|
1118
|
-
export {
|
|
1159
|
+
export { args_42 as args };
|
|
1119
1160
|
}
|
|
1120
1161
|
export function Tension(args: any): import("react/jsx-runtime").JSX.Element;
|
|
1121
1162
|
export namespace Tension {
|
|
1122
|
-
export namespace
|
|
1123
|
-
export namespace
|
|
1124
|
-
export namespace
|
|
1163
|
+
export namespace args_43 {
|
|
1164
|
+
export namespace chart_41 {
|
|
1165
|
+
export namespace options_35 {
|
|
1125
1166
|
export namespace graph_3 {
|
|
1126
1167
|
const lineTension: number;
|
|
1127
1168
|
}
|
|
1128
1169
|
export { graph_3 as graph };
|
|
1129
1170
|
}
|
|
1130
|
-
export {
|
|
1131
|
-
export namespace
|
|
1132
|
-
const
|
|
1171
|
+
export { options_35 as options };
|
|
1172
|
+
export namespace data_23 {
|
|
1173
|
+
const datasets_23: {
|
|
1133
1174
|
label: string;
|
|
1134
1175
|
showPoints: boolean;
|
|
1135
1176
|
data: {
|
|
@@ -1137,15 +1178,16 @@ export namespace Tension {
|
|
|
1137
1178
|
y: number;
|
|
1138
1179
|
}[];
|
|
1139
1180
|
}[];
|
|
1140
|
-
export {
|
|
1181
|
+
export { datasets_23 as datasets };
|
|
1141
1182
|
}
|
|
1142
|
-
export {
|
|
1183
|
+
export { data_23 as data };
|
|
1143
1184
|
}
|
|
1144
|
-
export {
|
|
1185
|
+
export { chart_41 as chart };
|
|
1145
1186
|
}
|
|
1146
|
-
export {
|
|
1187
|
+
export { args_43 as args };
|
|
1147
1188
|
}
|
|
1148
1189
|
import { LineChart } from './line-chart';
|
|
1149
1190
|
declare namespace basicChart { }
|
|
1191
|
+
import { DEGTORAD } from './plugins/plugin-constants';
|
|
1150
1192
|
declare const customLegendContainerID: "custom-legend-container";
|
|
1151
1193
|
declare const testComponent: import("react/jsx-runtime").JSX.Element;
|