@genesislcap/g2plot-chart 14.237.2-alpha-78ebbc0.0 → 14.238.1
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/custom-elements.json +767 -767
- package/dist/dts/chart-datasource/chart-datasource.d.ts +33 -47
- package/dist/dts/chart-datasource/chart-datasource.d.ts.map +1 -1
- package/dist/dts/chart.d.ts +37 -46
- package/dist/dts/chart.d.ts.map +1 -1
- package/dist/dts/tsdoc-metadata.json +1 -1
- package/dist/g2plot-chart.api.json +1 -1
- package/dist/g2plot-chart.d.ts +70 -93
- package/docs/{api-report.md.api.md → api-report.md} +0 -2
- package/package.json +15 -15
|
@@ -580,612 +580,143 @@
|
|
|
580
580
|
},
|
|
581
581
|
{
|
|
582
582
|
"kind": "javascript-module",
|
|
583
|
-
"path": "src/
|
|
583
|
+
"path": "src/chart-datasource/chart-datasource.ts",
|
|
584
584
|
"declarations": [
|
|
585
585
|
{
|
|
586
|
-
"kind": "
|
|
587
|
-
"name": "
|
|
588
|
-
"
|
|
586
|
+
"kind": "variable",
|
|
587
|
+
"name": "defaultChartFields",
|
|
588
|
+
"type": {
|
|
589
|
+
"text": "string"
|
|
590
|
+
},
|
|
591
|
+
"default": "'groupBy value'",
|
|
592
|
+
"description": "The first and second default chart fields when it's a dual axes chart.",
|
|
593
|
+
"privacy": "public"
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
"kind": "variable",
|
|
597
|
+
"name": "defaultSeriesChartField",
|
|
598
|
+
"type": {
|
|
599
|
+
"text": "string"
|
|
600
|
+
},
|
|
601
|
+
"default": "'series'",
|
|
602
|
+
"description": "The third default chart field when it's a triple axes chart.",
|
|
603
|
+
"privacy": "public"
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"kind": "class",
|
|
607
|
+
"description": "The Genesis Datasource for the `g2plot-chart` component.",
|
|
608
|
+
"name": "ChartDatasource",
|
|
609
|
+
"members": [
|
|
589
610
|
{
|
|
590
|
-
"
|
|
611
|
+
"kind": "field",
|
|
612
|
+
"name": "chartFields",
|
|
591
613
|
"type": {
|
|
592
|
-
"text": "
|
|
593
|
-
}
|
|
614
|
+
"text": "string"
|
|
615
|
+
},
|
|
616
|
+
"default": "'groupBy value'",
|
|
617
|
+
"description": "Default value is 'groupBy value'. Can be customized but order matters.\n\n[Mandatory] First is always the xField/colorField\n[Mandatory] Second is always the yField/angleField\n[Optional] Third is always the seriesField",
|
|
618
|
+
"privacy": "public"
|
|
594
619
|
},
|
|
595
620
|
{
|
|
596
|
-
"
|
|
621
|
+
"kind": "field",
|
|
622
|
+
"name": "serverFields",
|
|
597
623
|
"type": {
|
|
598
|
-
"text": "
|
|
599
|
-
}
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
],
|
|
604
|
-
"exports": [
|
|
605
|
-
{
|
|
606
|
-
"kind": "js",
|
|
607
|
-
"name": "AreaChart",
|
|
608
|
-
"declaration": {
|
|
609
|
-
"name": "AreaChart",
|
|
610
|
-
"module": "src/models/area-chart.ts"
|
|
611
|
-
}
|
|
612
|
-
}
|
|
613
|
-
]
|
|
614
|
-
},
|
|
615
|
-
{
|
|
616
|
-
"kind": "javascript-module",
|
|
617
|
-
"path": "src/models/bar-chart.ts",
|
|
618
|
-
"declarations": [
|
|
619
|
-
{
|
|
620
|
-
"kind": "function",
|
|
621
|
-
"name": "BarChart",
|
|
622
|
-
"parameters": [
|
|
624
|
+
"text": "string"
|
|
625
|
+
},
|
|
626
|
+
"description": "Can be customized but order matters.\n\n[Mandatory] First will be associated to the first value in 'chartFields' (xField/colorField)\n[Mandatory] Second will be associated to the second value in 'chartFields' (yField/angleField)\n[Optional] Third will be associated to the third value in 'chartFields' (seriesField)",
|
|
627
|
+
"privacy": "public"
|
|
628
|
+
},
|
|
623
629
|
{
|
|
624
|
-
"
|
|
630
|
+
"kind": "field",
|
|
631
|
+
"name": "isStack",
|
|
625
632
|
"type": {
|
|
626
|
-
"text": "
|
|
627
|
-
}
|
|
633
|
+
"text": "boolean"
|
|
634
|
+
},
|
|
635
|
+
"default": "false",
|
|
636
|
+
"description": "If true, will enable stacked chart to effectively portray comparisons of total values across several categories.",
|
|
637
|
+
"privacy": "public"
|
|
628
638
|
},
|
|
629
639
|
{
|
|
630
|
-
"
|
|
640
|
+
"kind": "field",
|
|
641
|
+
"name": "isGroup",
|
|
631
642
|
"type": {
|
|
632
|
-
"text": "
|
|
633
|
-
}
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
"exports": [
|
|
639
|
-
{
|
|
640
|
-
"kind": "js",
|
|
641
|
-
"name": "BarChart",
|
|
642
|
-
"declaration": {
|
|
643
|
-
"name": "BarChart",
|
|
644
|
-
"module": "src/models/bar-chart.ts"
|
|
645
|
-
}
|
|
646
|
-
}
|
|
647
|
-
]
|
|
648
|
-
},
|
|
649
|
-
{
|
|
650
|
-
"kind": "javascript-module",
|
|
651
|
-
"path": "src/models/column-chart.ts",
|
|
652
|
-
"declarations": [
|
|
653
|
-
{
|
|
654
|
-
"kind": "function",
|
|
655
|
-
"name": "ColumnChart",
|
|
656
|
-
"parameters": [
|
|
643
|
+
"text": "boolean"
|
|
644
|
+
},
|
|
645
|
+
"default": "false",
|
|
646
|
+
"description": "If true, will enable grouped chart plotting numeric values for levels of two categorical variables instead of one.",
|
|
647
|
+
"privacy": "public"
|
|
648
|
+
},
|
|
657
649
|
{
|
|
658
|
-
"
|
|
650
|
+
"kind": "field",
|
|
651
|
+
"name": "reduced",
|
|
659
652
|
"type": {
|
|
660
|
-
"text": "
|
|
653
|
+
"text": "boolean"
|
|
654
|
+
},
|
|
655
|
+
"privacy": "protected",
|
|
656
|
+
"default": "true",
|
|
657
|
+
"description": "Enabled by default, will not work if a custom charts-fields is used (requires [type, value]).",
|
|
658
|
+
"inheritedFrom": {
|
|
659
|
+
"name": "ConcreteDatasource",
|
|
660
|
+
"module": "src/chart-datasource/chart-datasource.ts"
|
|
661
661
|
}
|
|
662
662
|
},
|
|
663
663
|
{
|
|
664
|
-
"
|
|
664
|
+
"kind": "field",
|
|
665
|
+
"name": "showFormattedTime",
|
|
665
666
|
"type": {
|
|
666
|
-
"text": "
|
|
667
|
+
"text": "boolean"
|
|
668
|
+
},
|
|
669
|
+
"privacy": "protected",
|
|
670
|
+
"default": "false",
|
|
671
|
+
"description": "Only works if [withTimestampFormatting] is true.\n\nDisabled by default, will ignore the TIME portion in the Chart labels.\nOnly affects [DATETIME] fields.",
|
|
672
|
+
"inheritedFrom": {
|
|
673
|
+
"name": "ConcreteDatasource",
|
|
674
|
+
"module": "src/chart-datasource/chart-datasource.ts"
|
|
667
675
|
}
|
|
668
|
-
}
|
|
669
|
-
]
|
|
670
|
-
}
|
|
671
|
-
],
|
|
672
|
-
"exports": [
|
|
673
|
-
{
|
|
674
|
-
"kind": "js",
|
|
675
|
-
"name": "ColumnChart",
|
|
676
|
-
"declaration": {
|
|
677
|
-
"name": "ColumnChart",
|
|
678
|
-
"module": "src/models/column-chart.ts"
|
|
679
|
-
}
|
|
680
|
-
}
|
|
681
|
-
]
|
|
682
|
-
},
|
|
683
|
-
{
|
|
684
|
-
"kind": "javascript-module",
|
|
685
|
-
"path": "src/models/donut-chart.ts",
|
|
686
|
-
"declarations": [
|
|
687
|
-
{
|
|
688
|
-
"kind": "function",
|
|
689
|
-
"name": "DonutChart",
|
|
690
|
-
"parameters": [
|
|
676
|
+
},
|
|
691
677
|
{
|
|
692
|
-
"
|
|
678
|
+
"kind": "field",
|
|
679
|
+
"name": "withTimestampFormatting",
|
|
693
680
|
"type": {
|
|
694
|
-
"text": "
|
|
681
|
+
"text": "boolean"
|
|
682
|
+
},
|
|
683
|
+
"default": "true",
|
|
684
|
+
"description": "Enabled by default, will format UNIX timestamp fields to readable [DATE|DATETIME] values.",
|
|
685
|
+
"privacy": "public",
|
|
686
|
+
"inheritedFrom": {
|
|
687
|
+
"name": "BaseDatasource",
|
|
688
|
+
"module": "src/utils/base-datasource.ts"
|
|
695
689
|
}
|
|
696
690
|
},
|
|
697
691
|
{
|
|
698
|
-
"
|
|
692
|
+
"kind": "field",
|
|
693
|
+
"name": "resourceName",
|
|
699
694
|
"type": {
|
|
700
|
-
"text": "
|
|
701
|
-
}
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
"name": "DonutChart",
|
|
710
|
-
"declaration": {
|
|
711
|
-
"name": "DonutChart",
|
|
712
|
-
"module": "src/models/donut-chart.ts"
|
|
713
|
-
}
|
|
714
|
-
}
|
|
715
|
-
]
|
|
716
|
-
},
|
|
717
|
-
{
|
|
718
|
-
"kind": "javascript-module",
|
|
719
|
-
"path": "src/models/dual-axes-chart.ts",
|
|
720
|
-
"declarations": [
|
|
721
|
-
{
|
|
722
|
-
"kind": "function",
|
|
723
|
-
"name": "DualAxesChart",
|
|
724
|
-
"parameters": [
|
|
695
|
+
"text": "string"
|
|
696
|
+
},
|
|
697
|
+
"inheritedFrom": {
|
|
698
|
+
"name": "BaseDatasource",
|
|
699
|
+
"module": "src/utils/base-datasource.ts"
|
|
700
|
+
},
|
|
701
|
+
"description": "Name of the backend resource which contain the data.",
|
|
702
|
+
"privacy": "public"
|
|
703
|
+
},
|
|
725
704
|
{
|
|
726
|
-
"
|
|
705
|
+
"kind": "field",
|
|
706
|
+
"name": "criteria",
|
|
727
707
|
"type": {
|
|
728
|
-
"text": "
|
|
729
|
-
}
|
|
708
|
+
"text": "string"
|
|
709
|
+
},
|
|
710
|
+
"inheritedFrom": {
|
|
711
|
+
"name": "BaseDatasource",
|
|
712
|
+
"module": "src/utils/base-datasource.ts"
|
|
713
|
+
},
|
|
714
|
+
"description": "Clients can send a Groovy expression to perform filters on the query server,\nthese remain active for the life of the subscription.",
|
|
715
|
+
"privacy": "public"
|
|
730
716
|
},
|
|
731
717
|
{
|
|
732
|
-
"
|
|
733
|
-
"
|
|
734
|
-
"text": "DualAxesOptions"
|
|
735
|
-
}
|
|
736
|
-
}
|
|
737
|
-
]
|
|
738
|
-
}
|
|
739
|
-
],
|
|
740
|
-
"exports": [
|
|
741
|
-
{
|
|
742
|
-
"kind": "js",
|
|
743
|
-
"name": "DualAxesChart",
|
|
744
|
-
"declaration": {
|
|
745
|
-
"name": "DualAxesChart",
|
|
746
|
-
"module": "src/models/dual-axes-chart.ts"
|
|
747
|
-
}
|
|
748
|
-
}
|
|
749
|
-
]
|
|
750
|
-
},
|
|
751
|
-
{
|
|
752
|
-
"kind": "javascript-module",
|
|
753
|
-
"path": "src/models/index.ts",
|
|
754
|
-
"declarations": [],
|
|
755
|
-
"exports": [
|
|
756
|
-
{
|
|
757
|
-
"kind": "js",
|
|
758
|
-
"name": "*",
|
|
759
|
-
"declaration": {
|
|
760
|
-
"name": "*",
|
|
761
|
-
"package": "./area-chart"
|
|
762
|
-
}
|
|
763
|
-
},
|
|
764
|
-
{
|
|
765
|
-
"kind": "js",
|
|
766
|
-
"name": "*",
|
|
767
|
-
"declaration": {
|
|
768
|
-
"name": "*",
|
|
769
|
-
"package": "./bar-chart"
|
|
770
|
-
}
|
|
771
|
-
},
|
|
772
|
-
{
|
|
773
|
-
"kind": "js",
|
|
774
|
-
"name": "*",
|
|
775
|
-
"declaration": {
|
|
776
|
-
"name": "*",
|
|
777
|
-
"package": "./column-chart"
|
|
778
|
-
}
|
|
779
|
-
},
|
|
780
|
-
{
|
|
781
|
-
"kind": "js",
|
|
782
|
-
"name": "*",
|
|
783
|
-
"declaration": {
|
|
784
|
-
"name": "*",
|
|
785
|
-
"package": "./donut-chart"
|
|
786
|
-
}
|
|
787
|
-
},
|
|
788
|
-
{
|
|
789
|
-
"kind": "js",
|
|
790
|
-
"name": "*",
|
|
791
|
-
"declaration": {
|
|
792
|
-
"name": "*",
|
|
793
|
-
"package": "./dual-axes-chart"
|
|
794
|
-
}
|
|
795
|
-
},
|
|
796
|
-
{
|
|
797
|
-
"kind": "js",
|
|
798
|
-
"name": "*",
|
|
799
|
-
"declaration": {
|
|
800
|
-
"name": "*",
|
|
801
|
-
"package": "./line-chart"
|
|
802
|
-
}
|
|
803
|
-
},
|
|
804
|
-
{
|
|
805
|
-
"kind": "js",
|
|
806
|
-
"name": "*",
|
|
807
|
-
"declaration": {
|
|
808
|
-
"name": "*",
|
|
809
|
-
"package": "./mix-chart"
|
|
810
|
-
}
|
|
811
|
-
},
|
|
812
|
-
{
|
|
813
|
-
"kind": "js",
|
|
814
|
-
"name": "*",
|
|
815
|
-
"declaration": {
|
|
816
|
-
"name": "*",
|
|
817
|
-
"package": "./pie-chart"
|
|
818
|
-
}
|
|
819
|
-
},
|
|
820
|
-
{
|
|
821
|
-
"kind": "js",
|
|
822
|
-
"name": "*",
|
|
823
|
-
"declaration": {
|
|
824
|
-
"name": "*",
|
|
825
|
-
"package": "./rose-chart"
|
|
826
|
-
}
|
|
827
|
-
},
|
|
828
|
-
{
|
|
829
|
-
"kind": "js",
|
|
830
|
-
"name": "*",
|
|
831
|
-
"declaration": {
|
|
832
|
-
"name": "*",
|
|
833
|
-
"package": "./scatter-chart"
|
|
834
|
-
}
|
|
835
|
-
},
|
|
836
|
-
{
|
|
837
|
-
"kind": "js",
|
|
838
|
-
"name": "*",
|
|
839
|
-
"declaration": {
|
|
840
|
-
"name": "*",
|
|
841
|
-
"package": "./stock-chart"
|
|
842
|
-
}
|
|
843
|
-
}
|
|
844
|
-
]
|
|
845
|
-
},
|
|
846
|
-
{
|
|
847
|
-
"kind": "javascript-module",
|
|
848
|
-
"path": "src/models/line-chart.ts",
|
|
849
|
-
"declarations": [
|
|
850
|
-
{
|
|
851
|
-
"kind": "function",
|
|
852
|
-
"name": "LineChart",
|
|
853
|
-
"parameters": [
|
|
854
|
-
{
|
|
855
|
-
"name": "container",
|
|
856
|
-
"type": {
|
|
857
|
-
"text": "HTMLElement"
|
|
858
|
-
}
|
|
859
|
-
},
|
|
860
|
-
{
|
|
861
|
-
"name": "config",
|
|
862
|
-
"type": {
|
|
863
|
-
"text": "LineOptions"
|
|
864
|
-
}
|
|
865
|
-
}
|
|
866
|
-
]
|
|
867
|
-
}
|
|
868
|
-
],
|
|
869
|
-
"exports": [
|
|
870
|
-
{
|
|
871
|
-
"kind": "js",
|
|
872
|
-
"name": "LineChart",
|
|
873
|
-
"declaration": {
|
|
874
|
-
"name": "LineChart",
|
|
875
|
-
"module": "src/models/line-chart.ts"
|
|
876
|
-
}
|
|
877
|
-
}
|
|
878
|
-
]
|
|
879
|
-
},
|
|
880
|
-
{
|
|
881
|
-
"kind": "javascript-module",
|
|
882
|
-
"path": "src/models/mix-chart.ts",
|
|
883
|
-
"declarations": [
|
|
884
|
-
{
|
|
885
|
-
"kind": "function",
|
|
886
|
-
"name": "MixChart",
|
|
887
|
-
"parameters": [
|
|
888
|
-
{
|
|
889
|
-
"name": "container",
|
|
890
|
-
"type": {
|
|
891
|
-
"text": "HTMLElement"
|
|
892
|
-
}
|
|
893
|
-
},
|
|
894
|
-
{
|
|
895
|
-
"name": "config",
|
|
896
|
-
"type": {
|
|
897
|
-
"text": "MixOptions"
|
|
898
|
-
}
|
|
899
|
-
}
|
|
900
|
-
]
|
|
901
|
-
}
|
|
902
|
-
],
|
|
903
|
-
"exports": [
|
|
904
|
-
{
|
|
905
|
-
"kind": "js",
|
|
906
|
-
"name": "MixChart",
|
|
907
|
-
"declaration": {
|
|
908
|
-
"name": "MixChart",
|
|
909
|
-
"module": "src/models/mix-chart.ts"
|
|
910
|
-
}
|
|
911
|
-
}
|
|
912
|
-
]
|
|
913
|
-
},
|
|
914
|
-
{
|
|
915
|
-
"kind": "javascript-module",
|
|
916
|
-
"path": "src/models/pie-chart.ts",
|
|
917
|
-
"declarations": [
|
|
918
|
-
{
|
|
919
|
-
"kind": "function",
|
|
920
|
-
"name": "PieChart",
|
|
921
|
-
"parameters": [
|
|
922
|
-
{
|
|
923
|
-
"name": "container",
|
|
924
|
-
"type": {
|
|
925
|
-
"text": "HTMLElement"
|
|
926
|
-
}
|
|
927
|
-
},
|
|
928
|
-
{
|
|
929
|
-
"name": "config",
|
|
930
|
-
"type": {
|
|
931
|
-
"text": "PieOptions"
|
|
932
|
-
}
|
|
933
|
-
}
|
|
934
|
-
]
|
|
935
|
-
}
|
|
936
|
-
],
|
|
937
|
-
"exports": [
|
|
938
|
-
{
|
|
939
|
-
"kind": "js",
|
|
940
|
-
"name": "PieChart",
|
|
941
|
-
"declaration": {
|
|
942
|
-
"name": "PieChart",
|
|
943
|
-
"module": "src/models/pie-chart.ts"
|
|
944
|
-
}
|
|
945
|
-
}
|
|
946
|
-
]
|
|
947
|
-
},
|
|
948
|
-
{
|
|
949
|
-
"kind": "javascript-module",
|
|
950
|
-
"path": "src/models/rose-chart.ts",
|
|
951
|
-
"declarations": [
|
|
952
|
-
{
|
|
953
|
-
"kind": "function",
|
|
954
|
-
"name": "RoseChart",
|
|
955
|
-
"parameters": [
|
|
956
|
-
{
|
|
957
|
-
"name": "container",
|
|
958
|
-
"type": {
|
|
959
|
-
"text": "HTMLElement"
|
|
960
|
-
}
|
|
961
|
-
},
|
|
962
|
-
{
|
|
963
|
-
"name": "config",
|
|
964
|
-
"type": {
|
|
965
|
-
"text": "RoseOptions"
|
|
966
|
-
}
|
|
967
|
-
}
|
|
968
|
-
]
|
|
969
|
-
}
|
|
970
|
-
],
|
|
971
|
-
"exports": [
|
|
972
|
-
{
|
|
973
|
-
"kind": "js",
|
|
974
|
-
"name": "RoseChart",
|
|
975
|
-
"declaration": {
|
|
976
|
-
"name": "RoseChart",
|
|
977
|
-
"module": "src/models/rose-chart.ts"
|
|
978
|
-
}
|
|
979
|
-
}
|
|
980
|
-
]
|
|
981
|
-
},
|
|
982
|
-
{
|
|
983
|
-
"kind": "javascript-module",
|
|
984
|
-
"path": "src/models/scatter-chart.ts",
|
|
985
|
-
"declarations": [
|
|
986
|
-
{
|
|
987
|
-
"kind": "function",
|
|
988
|
-
"name": "ScatterChart",
|
|
989
|
-
"parameters": [
|
|
990
|
-
{
|
|
991
|
-
"name": "container",
|
|
992
|
-
"type": {
|
|
993
|
-
"text": "HTMLElement"
|
|
994
|
-
}
|
|
995
|
-
},
|
|
996
|
-
{
|
|
997
|
-
"name": "config",
|
|
998
|
-
"type": {
|
|
999
|
-
"text": "ScatterOptions"
|
|
1000
|
-
}
|
|
1001
|
-
}
|
|
1002
|
-
]
|
|
1003
|
-
}
|
|
1004
|
-
],
|
|
1005
|
-
"exports": [
|
|
1006
|
-
{
|
|
1007
|
-
"kind": "js",
|
|
1008
|
-
"name": "ScatterChart",
|
|
1009
|
-
"declaration": {
|
|
1010
|
-
"name": "ScatterChart",
|
|
1011
|
-
"module": "src/models/scatter-chart.ts"
|
|
1012
|
-
}
|
|
1013
|
-
}
|
|
1014
|
-
]
|
|
1015
|
-
},
|
|
1016
|
-
{
|
|
1017
|
-
"kind": "javascript-module",
|
|
1018
|
-
"path": "src/models/stock-chart.ts",
|
|
1019
|
-
"declarations": [
|
|
1020
|
-
{
|
|
1021
|
-
"kind": "function",
|
|
1022
|
-
"name": "StockChart",
|
|
1023
|
-
"parameters": [
|
|
1024
|
-
{
|
|
1025
|
-
"name": "container",
|
|
1026
|
-
"type": {
|
|
1027
|
-
"text": "HTMLElement"
|
|
1028
|
-
}
|
|
1029
|
-
},
|
|
1030
|
-
{
|
|
1031
|
-
"name": "config",
|
|
1032
|
-
"type": {
|
|
1033
|
-
"text": "StockOptions"
|
|
1034
|
-
}
|
|
1035
|
-
}
|
|
1036
|
-
]
|
|
1037
|
-
}
|
|
1038
|
-
],
|
|
1039
|
-
"exports": [
|
|
1040
|
-
{
|
|
1041
|
-
"kind": "js",
|
|
1042
|
-
"name": "StockChart",
|
|
1043
|
-
"declaration": {
|
|
1044
|
-
"name": "StockChart",
|
|
1045
|
-
"module": "src/models/stock-chart.ts"
|
|
1046
|
-
}
|
|
1047
|
-
}
|
|
1048
|
-
]
|
|
1049
|
-
},
|
|
1050
|
-
{
|
|
1051
|
-
"kind": "javascript-module",
|
|
1052
|
-
"path": "src/chart-datasource/chart-datasource.ts",
|
|
1053
|
-
"declarations": [
|
|
1054
|
-
{
|
|
1055
|
-
"kind": "variable",
|
|
1056
|
-
"name": "defaultChartFields",
|
|
1057
|
-
"type": {
|
|
1058
|
-
"text": "string"
|
|
1059
|
-
},
|
|
1060
|
-
"default": "'groupBy value'",
|
|
1061
|
-
"description": "The first and second default chart fields when it's a dual axes chart.",
|
|
1062
|
-
"privacy": "public"
|
|
1063
|
-
},
|
|
1064
|
-
{
|
|
1065
|
-
"kind": "variable",
|
|
1066
|
-
"name": "defaultSeriesChartField",
|
|
1067
|
-
"type": {
|
|
1068
|
-
"text": "string"
|
|
1069
|
-
},
|
|
1070
|
-
"default": "'series'",
|
|
1071
|
-
"description": "The third default chart field when it's a triple axes chart.",
|
|
1072
|
-
"privacy": "public"
|
|
1073
|
-
},
|
|
1074
|
-
{
|
|
1075
|
-
"kind": "class",
|
|
1076
|
-
"description": "The Genesis Datasource for the `g2plot-chart` component.",
|
|
1077
|
-
"name": "ChartDatasource",
|
|
1078
|
-
"members": [
|
|
1079
|
-
{
|
|
1080
|
-
"kind": "field",
|
|
1081
|
-
"name": "chartFields",
|
|
1082
|
-
"type": {
|
|
1083
|
-
"text": "string"
|
|
1084
|
-
},
|
|
1085
|
-
"default": "'groupBy value'",
|
|
1086
|
-
"description": "Default value is 'groupBy value'. Can be customized but order matters.\n\n[Mandatory] First is always the xField/colorField\n[Mandatory] Second is always the yField/angleField\n[Optional] Third is always the seriesField",
|
|
1087
|
-
"privacy": "public"
|
|
1088
|
-
},
|
|
1089
|
-
{
|
|
1090
|
-
"kind": "field",
|
|
1091
|
-
"name": "serverFields",
|
|
1092
|
-
"type": {
|
|
1093
|
-
"text": "string"
|
|
1094
|
-
},
|
|
1095
|
-
"description": "Can be customized but order matters.\n\n[Mandatory] First will be associated to the first value in 'chartFields' (xField/colorField)\n[Mandatory] Second will be associated to the second value in 'chartFields' (yField/angleField)\n[Optional] Third will be associated to the third value in 'chartFields' (seriesField)",
|
|
1096
|
-
"privacy": "public"
|
|
1097
|
-
},
|
|
1098
|
-
{
|
|
1099
|
-
"kind": "field",
|
|
1100
|
-
"name": "isStack",
|
|
1101
|
-
"type": {
|
|
1102
|
-
"text": "boolean"
|
|
1103
|
-
},
|
|
1104
|
-
"default": "false",
|
|
1105
|
-
"description": "If true, will enable stacked chart to effectively portray comparisons of total values across several categories.",
|
|
1106
|
-
"privacy": "public"
|
|
1107
|
-
},
|
|
1108
|
-
{
|
|
1109
|
-
"kind": "field",
|
|
1110
|
-
"name": "isGroup",
|
|
1111
|
-
"type": {
|
|
1112
|
-
"text": "boolean"
|
|
1113
|
-
},
|
|
1114
|
-
"default": "false",
|
|
1115
|
-
"description": "If true, will enable grouped chart plotting numeric values for levels of two categorical variables instead of one.",
|
|
1116
|
-
"privacy": "public"
|
|
1117
|
-
},
|
|
1118
|
-
{
|
|
1119
|
-
"kind": "field",
|
|
1120
|
-
"name": "reduced",
|
|
1121
|
-
"type": {
|
|
1122
|
-
"text": "boolean"
|
|
1123
|
-
},
|
|
1124
|
-
"privacy": "protected",
|
|
1125
|
-
"default": "true",
|
|
1126
|
-
"description": "Enabled by default, will not work if a custom charts-fields is used (requires [type, value]).",
|
|
1127
|
-
"inheritedFrom": {
|
|
1128
|
-
"name": "ConcreteDatasource",
|
|
1129
|
-
"module": "src/chart-datasource/chart-datasource.ts"
|
|
1130
|
-
}
|
|
1131
|
-
},
|
|
1132
|
-
{
|
|
1133
|
-
"kind": "field",
|
|
1134
|
-
"name": "showFormattedTime",
|
|
1135
|
-
"type": {
|
|
1136
|
-
"text": "boolean"
|
|
1137
|
-
},
|
|
1138
|
-
"privacy": "protected",
|
|
1139
|
-
"default": "false",
|
|
1140
|
-
"description": "Only works if [withTimestampFormatting] is true.\n\nDisabled by default, will ignore the TIME portion in the Chart labels.\nOnly affects [DATETIME] fields.",
|
|
1141
|
-
"inheritedFrom": {
|
|
1142
|
-
"name": "ConcreteDatasource",
|
|
1143
|
-
"module": "src/chart-datasource/chart-datasource.ts"
|
|
1144
|
-
}
|
|
1145
|
-
},
|
|
1146
|
-
{
|
|
1147
|
-
"kind": "field",
|
|
1148
|
-
"name": "withTimestampFormatting",
|
|
1149
|
-
"type": {
|
|
1150
|
-
"text": "boolean"
|
|
1151
|
-
},
|
|
1152
|
-
"default": "true",
|
|
1153
|
-
"description": "Enabled by default, will format UNIX timestamp fields to readable [DATE|DATETIME] values.",
|
|
1154
|
-
"privacy": "public",
|
|
1155
|
-
"inheritedFrom": {
|
|
1156
|
-
"name": "BaseDatasource",
|
|
1157
|
-
"module": "src/utils/base-datasource.ts"
|
|
1158
|
-
}
|
|
1159
|
-
},
|
|
1160
|
-
{
|
|
1161
|
-
"kind": "field",
|
|
1162
|
-
"name": "resourceName",
|
|
1163
|
-
"type": {
|
|
1164
|
-
"text": "string"
|
|
1165
|
-
},
|
|
1166
|
-
"inheritedFrom": {
|
|
1167
|
-
"name": "BaseDatasource",
|
|
1168
|
-
"module": "src/utils/base-datasource.ts"
|
|
1169
|
-
},
|
|
1170
|
-
"description": "Name of the backend resource which contain the data.",
|
|
1171
|
-
"privacy": "public"
|
|
1172
|
-
},
|
|
1173
|
-
{
|
|
1174
|
-
"kind": "field",
|
|
1175
|
-
"name": "criteria",
|
|
1176
|
-
"type": {
|
|
1177
|
-
"text": "string"
|
|
1178
|
-
},
|
|
1179
|
-
"inheritedFrom": {
|
|
1180
|
-
"name": "BaseDatasource",
|
|
1181
|
-
"module": "src/utils/base-datasource.ts"
|
|
1182
|
-
},
|
|
1183
|
-
"description": "Clients can send a Groovy expression to perform filters on the query server,\nthese remain active for the life of the subscription.",
|
|
1184
|
-
"privacy": "public"
|
|
1185
|
-
},
|
|
1186
|
-
{
|
|
1187
|
-
"kind": "field",
|
|
1188
|
-
"name": "data",
|
|
718
|
+
"kind": "field",
|
|
719
|
+
"name": "data",
|
|
1189
720
|
"type": {
|
|
1190
721
|
"text": "any[]"
|
|
1191
722
|
},
|
|
@@ -2112,287 +1643,735 @@
|
|
|
2112
1643
|
"type": {
|
|
2113
1644
|
"text": "boolean"
|
|
2114
1645
|
},
|
|
2115
|
-
"default": "false",
|
|
2116
|
-
"description": "If true, will enable stacked chart to effectively portray comparisons of total values across several categories.",
|
|
2117
|
-
"fieldName": "isStack"
|
|
1646
|
+
"default": "false",
|
|
1647
|
+
"description": "If true, will enable stacked chart to effectively portray comparisons of total values across several categories.",
|
|
1648
|
+
"fieldName": "isStack"
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
"name": "is-group",
|
|
1652
|
+
"type": {
|
|
1653
|
+
"text": "boolean"
|
|
1654
|
+
},
|
|
1655
|
+
"default": "false",
|
|
1656
|
+
"description": "If true, will enable grouped chart plotting numeric values for levels of two categorical variables instead of one.",
|
|
1657
|
+
"fieldName": "isGroup"
|
|
1658
|
+
},
|
|
1659
|
+
{
|
|
1660
|
+
"type": {
|
|
1661
|
+
"text": "boolean"
|
|
1662
|
+
},
|
|
1663
|
+
"default": "true",
|
|
1664
|
+
"fieldName": "reduced",
|
|
1665
|
+
"inheritedFrom": {
|
|
1666
|
+
"name": "BaseDatasource",
|
|
1667
|
+
"module": "src/utils/base-datasource.ts"
|
|
1668
|
+
},
|
|
1669
|
+
"description": "Enabled by default, will not work if a custom charts-fields is used (requires [type, value])."
|
|
1670
|
+
},
|
|
1671
|
+
{
|
|
1672
|
+
"name": "show-formatted-time",
|
|
1673
|
+
"type": {
|
|
1674
|
+
"text": "boolean"
|
|
1675
|
+
},
|
|
1676
|
+
"default": "false",
|
|
1677
|
+
"description": "Only works if [withTimestampFormatting] is true.\n\nDisabled by default, will ignore the TIME portion in the Chart labels.\nOnly affects [DATETIME] fields.",
|
|
1678
|
+
"fieldName": "showFormattedTime"
|
|
1679
|
+
},
|
|
1680
|
+
{
|
|
1681
|
+
"name": "with-timestamp-formatting",
|
|
1682
|
+
"type": {
|
|
1683
|
+
"text": "boolean"
|
|
1684
|
+
},
|
|
1685
|
+
"default": "true",
|
|
1686
|
+
"description": "Enabled by default, will format UNIX timestamp fields to readable [DATE|DATETIME] values.",
|
|
1687
|
+
"fieldName": "withTimestampFormatting",
|
|
1688
|
+
"inheritedFrom": {
|
|
1689
|
+
"name": "BaseDatasource",
|
|
1690
|
+
"module": "src/utils/base-datasource.ts"
|
|
1691
|
+
}
|
|
1692
|
+
},
|
|
1693
|
+
{
|
|
1694
|
+
"name": "resourceName",
|
|
1695
|
+
"type": {
|
|
1696
|
+
"text": "string"
|
|
1697
|
+
},
|
|
1698
|
+
"fieldName": "resourceName",
|
|
1699
|
+
"inheritedFrom": {
|
|
1700
|
+
"name": "BaseDatasource",
|
|
1701
|
+
"module": "src/utils/base-datasource.ts"
|
|
1702
|
+
},
|
|
1703
|
+
"description": "Name of the backend resource which contain the data."
|
|
1704
|
+
},
|
|
1705
|
+
{
|
|
1706
|
+
"name": "criteria",
|
|
1707
|
+
"type": {
|
|
1708
|
+
"text": "string"
|
|
1709
|
+
},
|
|
1710
|
+
"fieldName": "criteria",
|
|
1711
|
+
"inheritedFrom": {
|
|
1712
|
+
"name": "BaseDatasource",
|
|
1713
|
+
"module": "src/utils/base-datasource.ts"
|
|
1714
|
+
},
|
|
1715
|
+
"description": "Clients can send a Groovy expression to perform filters on the query server,\nthese remain active for the life of the subscription."
|
|
1716
|
+
},
|
|
1717
|
+
{
|
|
1718
|
+
"type": {
|
|
1719
|
+
"text": "boolean"
|
|
1720
|
+
},
|
|
1721
|
+
"default": "true",
|
|
1722
|
+
"fieldName": "reduced",
|
|
1723
|
+
"inheritedFrom": {
|
|
1724
|
+
"name": "BaseDatasource",
|
|
1725
|
+
"module": "src/utils/base-datasource.ts"
|
|
1726
|
+
},
|
|
1727
|
+
"description": "Enabled by default, will not work if a custom charts-fields is used (requires [type, value])."
|
|
2118
1728
|
},
|
|
2119
1729
|
{
|
|
2120
|
-
"name": "
|
|
1730
|
+
"name": "maxRows",
|
|
2121
1731
|
"type": {
|
|
2122
|
-
"text": "
|
|
1732
|
+
"text": "number"
|
|
2123
1733
|
},
|
|
2124
|
-
"
|
|
2125
|
-
"
|
|
2126
|
-
|
|
1734
|
+
"fieldName": "maxRows",
|
|
1735
|
+
"inheritedFrom": {
|
|
1736
|
+
"name": "BaseDatasource",
|
|
1737
|
+
"module": "src/utils/base-datasource.ts"
|
|
1738
|
+
},
|
|
1739
|
+
"description": "Maximum number of rows to be returned as part of the initial message,\nand as part of any additional MORE_ROWS messages.\nThis will not affect the number of rows displayed."
|
|
2127
1740
|
},
|
|
2128
1741
|
{
|
|
1742
|
+
"name": "maxView",
|
|
2129
1743
|
"type": {
|
|
2130
|
-
"text": "
|
|
1744
|
+
"text": "number"
|
|
2131
1745
|
},
|
|
2132
|
-
"
|
|
2133
|
-
"fieldName": "reduced",
|
|
1746
|
+
"fieldName": "maxView",
|
|
2134
1747
|
"inheritedFrom": {
|
|
2135
1748
|
"name": "BaseDatasource",
|
|
2136
1749
|
"module": "src/utils/base-datasource.ts"
|
|
2137
1750
|
},
|
|
2138
|
-
"description": "
|
|
1751
|
+
"description": "Maximum number of rows to track as part of a client \"view\"."
|
|
2139
1752
|
},
|
|
2140
1753
|
{
|
|
2141
|
-
"name": "
|
|
1754
|
+
"name": "orderBy",
|
|
2142
1755
|
"type": {
|
|
2143
|
-
"text": "
|
|
1756
|
+
"text": "string"
|
|
2144
1757
|
},
|
|
2145
|
-
"
|
|
2146
|
-
"
|
|
2147
|
-
|
|
1758
|
+
"fieldName": "orderBy",
|
|
1759
|
+
"inheritedFrom": {
|
|
1760
|
+
"name": "BaseDatasource",
|
|
1761
|
+
"module": "src/utils/base-datasource.ts"
|
|
1762
|
+
},
|
|
1763
|
+
"description": "This option can be used to select a Data Server index (defined in the Data Server query),\nwhich is especially useful if you want the data to be sorted in a specific way. By default,\nData Server rows are returned in order of creation (from oldest database record to newest)."
|
|
2148
1764
|
},
|
|
2149
1765
|
{
|
|
2150
|
-
"name": "with-timestamp-formatting",
|
|
2151
1766
|
"type": {
|
|
2152
1767
|
"text": "boolean"
|
|
2153
1768
|
},
|
|
2154
1769
|
"default": "true",
|
|
2155
|
-
"
|
|
2156
|
-
"fieldName": "withTimestampFormatting",
|
|
1770
|
+
"fieldName": "reduced",
|
|
2157
1771
|
"inheritedFrom": {
|
|
2158
1772
|
"name": "BaseDatasource",
|
|
2159
1773
|
"module": "src/utils/base-datasource.ts"
|
|
2160
|
-
}
|
|
1774
|
+
},
|
|
1775
|
+
"description": "Enabled by default, will not work if a custom charts-fields is used (requires [type, value])."
|
|
2161
1776
|
},
|
|
2162
1777
|
{
|
|
2163
|
-
"name": "
|
|
1778
|
+
"name": "rowId",
|
|
2164
1779
|
"type": {
|
|
2165
1780
|
"text": "string"
|
|
2166
1781
|
},
|
|
2167
|
-
"
|
|
1782
|
+
"default": "'ROW_REF'",
|
|
1783
|
+
"fieldName": "rowId",
|
|
2168
1784
|
"inheritedFrom": {
|
|
2169
1785
|
"name": "BaseDatasource",
|
|
2170
1786
|
"module": "src/utils/base-datasource.ts"
|
|
2171
1787
|
},
|
|
2172
|
-
"description": "
|
|
1788
|
+
"description": "Attribute to set an unique identifier for the row."
|
|
2173
1789
|
},
|
|
2174
1790
|
{
|
|
2175
|
-
"name": "
|
|
1791
|
+
"name": "fields",
|
|
2176
1792
|
"type": {
|
|
2177
1793
|
"text": "string"
|
|
2178
1794
|
},
|
|
2179
|
-
"fieldName": "
|
|
1795
|
+
"fieldName": "fields",
|
|
2180
1796
|
"inheritedFrom": {
|
|
2181
1797
|
"name": "BaseDatasource",
|
|
2182
1798
|
"module": "src/utils/base-datasource.ts"
|
|
2183
|
-
}
|
|
2184
|
-
|
|
1799
|
+
}
|
|
1800
|
+
}
|
|
1801
|
+
],
|
|
1802
|
+
"mixins": [
|
|
1803
|
+
{
|
|
1804
|
+
"name": "LifecycleMixin",
|
|
1805
|
+
"package": "@genesislcap/foundation-utils"
|
|
1806
|
+
}
|
|
1807
|
+
],
|
|
1808
|
+
"superclass": {
|
|
1809
|
+
"name": "ConcreteDatasource",
|
|
1810
|
+
"module": "src/chart-datasource/chart-datasource.ts"
|
|
1811
|
+
},
|
|
1812
|
+
"tagName": "chart-datasource",
|
|
1813
|
+
"customElement": true
|
|
1814
|
+
}
|
|
1815
|
+
],
|
|
1816
|
+
"exports": [
|
|
1817
|
+
{
|
|
1818
|
+
"kind": "js",
|
|
1819
|
+
"name": "defaultChartFields",
|
|
1820
|
+
"declaration": {
|
|
1821
|
+
"name": "defaultChartFields",
|
|
1822
|
+
"module": "src/chart-datasource/chart-datasource.ts"
|
|
1823
|
+
}
|
|
1824
|
+
},
|
|
1825
|
+
{
|
|
1826
|
+
"kind": "js",
|
|
1827
|
+
"name": "defaultSeriesChartField",
|
|
1828
|
+
"declaration": {
|
|
1829
|
+
"name": "defaultSeriesChartField",
|
|
1830
|
+
"module": "src/chart-datasource/chart-datasource.ts"
|
|
1831
|
+
}
|
|
1832
|
+
},
|
|
1833
|
+
{
|
|
1834
|
+
"kind": "js",
|
|
1835
|
+
"name": "ChartDatasource",
|
|
1836
|
+
"declaration": {
|
|
1837
|
+
"name": "ChartDatasource",
|
|
1838
|
+
"module": "src/chart-datasource/chart-datasource.ts"
|
|
1839
|
+
}
|
|
1840
|
+
},
|
|
1841
|
+
{
|
|
1842
|
+
"kind": "custom-element-definition",
|
|
1843
|
+
"name": "chart-datasource",
|
|
1844
|
+
"declaration": {
|
|
1845
|
+
"name": "ChartDatasource",
|
|
1846
|
+
"module": "src/chart-datasource/chart-datasource.ts"
|
|
1847
|
+
}
|
|
1848
|
+
}
|
|
1849
|
+
]
|
|
1850
|
+
},
|
|
1851
|
+
{
|
|
1852
|
+
"kind": "javascript-module",
|
|
1853
|
+
"path": "src/chart-datasource/chart-datasource.types.ts",
|
|
1854
|
+
"declarations": [],
|
|
1855
|
+
"exports": []
|
|
1856
|
+
},
|
|
1857
|
+
{
|
|
1858
|
+
"kind": "javascript-module",
|
|
1859
|
+
"path": "src/chart-datasource/chart-datasource.utils.ts",
|
|
1860
|
+
"declarations": [
|
|
1861
|
+
{
|
|
1862
|
+
"kind": "function",
|
|
1863
|
+
"name": "extractFields",
|
|
1864
|
+
"parameters": [
|
|
1865
|
+
{
|
|
1866
|
+
"name": "fields"
|
|
1867
|
+
}
|
|
1868
|
+
]
|
|
1869
|
+
},
|
|
1870
|
+
{
|
|
1871
|
+
"kind": "function",
|
|
1872
|
+
"name": "getFormattedDateGroupBy",
|
|
1873
|
+
"parameters": [
|
|
1874
|
+
{
|
|
1875
|
+
"name": "groupByFieldValue",
|
|
1876
|
+
"type": {
|
|
1877
|
+
"text": "any"
|
|
1878
|
+
}
|
|
1879
|
+
},
|
|
1880
|
+
{
|
|
1881
|
+
"name": "fieldType",
|
|
1882
|
+
"type": {
|
|
1883
|
+
"text": "FieldTypeEnum"
|
|
1884
|
+
}
|
|
1885
|
+
},
|
|
1886
|
+
{
|
|
1887
|
+
"name": "showTime",
|
|
1888
|
+
"optional": true,
|
|
1889
|
+
"type": {
|
|
1890
|
+
"text": "boolean"
|
|
1891
|
+
}
|
|
1892
|
+
}
|
|
1893
|
+
]
|
|
1894
|
+
},
|
|
1895
|
+
{
|
|
1896
|
+
"kind": "function",
|
|
1897
|
+
"name": "getReduced",
|
|
1898
|
+
"return": {
|
|
1899
|
+
"type": {
|
|
1900
|
+
"text": "any[]"
|
|
1901
|
+
}
|
|
1902
|
+
},
|
|
1903
|
+
"parameters": [
|
|
1904
|
+
{
|
|
1905
|
+
"name": "allRows",
|
|
1906
|
+
"type": {
|
|
1907
|
+
"text": "any[]"
|
|
1908
|
+
}
|
|
1909
|
+
},
|
|
1910
|
+
{
|
|
1911
|
+
"name": "groupByField",
|
|
1912
|
+
"type": {
|
|
1913
|
+
"text": "string"
|
|
1914
|
+
}
|
|
1915
|
+
},
|
|
1916
|
+
{
|
|
1917
|
+
"name": "valueField",
|
|
1918
|
+
"type": {
|
|
1919
|
+
"text": "string"
|
|
1920
|
+
}
|
|
2185
1921
|
},
|
|
2186
1922
|
{
|
|
1923
|
+
"name": "seriesField",
|
|
1924
|
+
"optional": true,
|
|
1925
|
+
"type": {
|
|
1926
|
+
"text": "string"
|
|
1927
|
+
}
|
|
1928
|
+
}
|
|
1929
|
+
]
|
|
1930
|
+
}
|
|
1931
|
+
],
|
|
1932
|
+
"exports": [
|
|
1933
|
+
{
|
|
1934
|
+
"kind": "js",
|
|
1935
|
+
"name": "extractFields",
|
|
1936
|
+
"declaration": {
|
|
1937
|
+
"name": "extractFields",
|
|
1938
|
+
"module": "src/chart-datasource/chart-datasource.utils.ts"
|
|
1939
|
+
}
|
|
1940
|
+
},
|
|
1941
|
+
{
|
|
1942
|
+
"kind": "js",
|
|
1943
|
+
"name": "getFormattedDateGroupBy",
|
|
1944
|
+
"declaration": {
|
|
1945
|
+
"name": "getFormattedDateGroupBy",
|
|
1946
|
+
"module": "src/chart-datasource/chart-datasource.utils.ts"
|
|
1947
|
+
}
|
|
1948
|
+
},
|
|
1949
|
+
{
|
|
1950
|
+
"kind": "js",
|
|
1951
|
+
"name": "getReduced",
|
|
1952
|
+
"declaration": {
|
|
1953
|
+
"name": "getReduced",
|
|
1954
|
+
"module": "src/chart-datasource/chart-datasource.utils.ts"
|
|
1955
|
+
}
|
|
1956
|
+
}
|
|
1957
|
+
]
|
|
1958
|
+
},
|
|
1959
|
+
{
|
|
1960
|
+
"kind": "javascript-module",
|
|
1961
|
+
"path": "src/chart-datasource/index.ts",
|
|
1962
|
+
"declarations": [],
|
|
1963
|
+
"exports": [
|
|
1964
|
+
{
|
|
1965
|
+
"kind": "js",
|
|
1966
|
+
"name": "*",
|
|
1967
|
+
"declaration": {
|
|
1968
|
+
"name": "*",
|
|
1969
|
+
"package": "./chart-datasource.config"
|
|
1970
|
+
}
|
|
1971
|
+
},
|
|
1972
|
+
{
|
|
1973
|
+
"kind": "js",
|
|
1974
|
+
"name": "*",
|
|
1975
|
+
"declaration": {
|
|
1976
|
+
"name": "*",
|
|
1977
|
+
"package": "./chart-datasource.types"
|
|
1978
|
+
}
|
|
1979
|
+
},
|
|
1980
|
+
{
|
|
1981
|
+
"kind": "js",
|
|
1982
|
+
"name": "*",
|
|
1983
|
+
"declaration": {
|
|
1984
|
+
"name": "*",
|
|
1985
|
+
"package": "./chart-datasource"
|
|
1986
|
+
}
|
|
1987
|
+
}
|
|
1988
|
+
]
|
|
1989
|
+
},
|
|
1990
|
+
{
|
|
1991
|
+
"kind": "javascript-module",
|
|
1992
|
+
"path": "src/models/area-chart.ts",
|
|
1993
|
+
"declarations": [
|
|
1994
|
+
{
|
|
1995
|
+
"kind": "function",
|
|
1996
|
+
"name": "AreaChart",
|
|
1997
|
+
"parameters": [
|
|
1998
|
+
{
|
|
1999
|
+
"name": "container",
|
|
2187
2000
|
"type": {
|
|
2188
|
-
"text": "
|
|
2189
|
-
}
|
|
2190
|
-
"default": "true",
|
|
2191
|
-
"fieldName": "reduced",
|
|
2192
|
-
"inheritedFrom": {
|
|
2193
|
-
"name": "BaseDatasource",
|
|
2194
|
-
"module": "src/utils/base-datasource.ts"
|
|
2195
|
-
},
|
|
2196
|
-
"description": "Enabled by default, will not work if a custom charts-fields is used (requires [type, value])."
|
|
2001
|
+
"text": "HTMLElement"
|
|
2002
|
+
}
|
|
2197
2003
|
},
|
|
2198
2004
|
{
|
|
2199
|
-
"name": "
|
|
2005
|
+
"name": "config",
|
|
2200
2006
|
"type": {
|
|
2201
|
-
"text": "
|
|
2202
|
-
}
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2007
|
+
"text": "AreaOptions"
|
|
2008
|
+
}
|
|
2009
|
+
}
|
|
2010
|
+
]
|
|
2011
|
+
}
|
|
2012
|
+
],
|
|
2013
|
+
"exports": [
|
|
2014
|
+
{
|
|
2015
|
+
"kind": "js",
|
|
2016
|
+
"name": "AreaChart",
|
|
2017
|
+
"declaration": {
|
|
2018
|
+
"name": "AreaChart",
|
|
2019
|
+
"module": "src/models/area-chart.ts"
|
|
2020
|
+
}
|
|
2021
|
+
}
|
|
2022
|
+
]
|
|
2023
|
+
},
|
|
2024
|
+
{
|
|
2025
|
+
"kind": "javascript-module",
|
|
2026
|
+
"path": "src/models/bar-chart.ts",
|
|
2027
|
+
"declarations": [
|
|
2028
|
+
{
|
|
2029
|
+
"kind": "function",
|
|
2030
|
+
"name": "BarChart",
|
|
2031
|
+
"parameters": [
|
|
2210
2032
|
{
|
|
2211
|
-
"name": "
|
|
2033
|
+
"name": "container",
|
|
2212
2034
|
"type": {
|
|
2213
|
-
"text": "
|
|
2214
|
-
}
|
|
2215
|
-
"fieldName": "maxView",
|
|
2216
|
-
"inheritedFrom": {
|
|
2217
|
-
"name": "BaseDatasource",
|
|
2218
|
-
"module": "src/utils/base-datasource.ts"
|
|
2219
|
-
},
|
|
2220
|
-
"description": "Maximum number of rows to track as part of a client \"view\"."
|
|
2035
|
+
"text": "HTMLElement"
|
|
2036
|
+
}
|
|
2221
2037
|
},
|
|
2222
2038
|
{
|
|
2223
|
-
"name": "
|
|
2039
|
+
"name": "config",
|
|
2224
2040
|
"type": {
|
|
2225
|
-
"text": "
|
|
2226
|
-
}
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2041
|
+
"text": "BarOptions"
|
|
2042
|
+
}
|
|
2043
|
+
}
|
|
2044
|
+
]
|
|
2045
|
+
}
|
|
2046
|
+
],
|
|
2047
|
+
"exports": [
|
|
2048
|
+
{
|
|
2049
|
+
"kind": "js",
|
|
2050
|
+
"name": "BarChart",
|
|
2051
|
+
"declaration": {
|
|
2052
|
+
"name": "BarChart",
|
|
2053
|
+
"module": "src/models/bar-chart.ts"
|
|
2054
|
+
}
|
|
2055
|
+
}
|
|
2056
|
+
]
|
|
2057
|
+
},
|
|
2058
|
+
{
|
|
2059
|
+
"kind": "javascript-module",
|
|
2060
|
+
"path": "src/models/column-chart.ts",
|
|
2061
|
+
"declarations": [
|
|
2062
|
+
{
|
|
2063
|
+
"kind": "function",
|
|
2064
|
+
"name": "ColumnChart",
|
|
2065
|
+
"parameters": [
|
|
2234
2066
|
{
|
|
2067
|
+
"name": "container",
|
|
2235
2068
|
"type": {
|
|
2236
|
-
"text": "
|
|
2237
|
-
}
|
|
2238
|
-
"default": "true",
|
|
2239
|
-
"fieldName": "reduced",
|
|
2240
|
-
"inheritedFrom": {
|
|
2241
|
-
"name": "BaseDatasource",
|
|
2242
|
-
"module": "src/utils/base-datasource.ts"
|
|
2243
|
-
},
|
|
2244
|
-
"description": "Enabled by default, will not work if a custom charts-fields is used (requires [type, value])."
|
|
2069
|
+
"text": "HTMLElement"
|
|
2070
|
+
}
|
|
2245
2071
|
},
|
|
2246
2072
|
{
|
|
2247
|
-
"name": "
|
|
2073
|
+
"name": "config",
|
|
2248
2074
|
"type": {
|
|
2249
|
-
"text": "
|
|
2250
|
-
}
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2075
|
+
"text": "ColumnOptions"
|
|
2076
|
+
}
|
|
2077
|
+
}
|
|
2078
|
+
]
|
|
2079
|
+
}
|
|
2080
|
+
],
|
|
2081
|
+
"exports": [
|
|
2082
|
+
{
|
|
2083
|
+
"kind": "js",
|
|
2084
|
+
"name": "ColumnChart",
|
|
2085
|
+
"declaration": {
|
|
2086
|
+
"name": "ColumnChart",
|
|
2087
|
+
"module": "src/models/column-chart.ts"
|
|
2088
|
+
}
|
|
2089
|
+
}
|
|
2090
|
+
]
|
|
2091
|
+
},
|
|
2092
|
+
{
|
|
2093
|
+
"kind": "javascript-module",
|
|
2094
|
+
"path": "src/models/donut-chart.ts",
|
|
2095
|
+
"declarations": [
|
|
2096
|
+
{
|
|
2097
|
+
"kind": "function",
|
|
2098
|
+
"name": "DonutChart",
|
|
2099
|
+
"parameters": [
|
|
2100
|
+
{
|
|
2101
|
+
"name": "container",
|
|
2102
|
+
"type": {
|
|
2103
|
+
"text": "HTMLElement"
|
|
2104
|
+
}
|
|
2258
2105
|
},
|
|
2259
2106
|
{
|
|
2260
|
-
"name": "
|
|
2107
|
+
"name": "config",
|
|
2261
2108
|
"type": {
|
|
2262
|
-
"text": "
|
|
2263
|
-
},
|
|
2264
|
-
"fieldName": "fields",
|
|
2265
|
-
"inheritedFrom": {
|
|
2266
|
-
"name": "BaseDatasource",
|
|
2267
|
-
"module": "src/utils/base-datasource.ts"
|
|
2109
|
+
"text": "PieOptions"
|
|
2268
2110
|
}
|
|
2269
2111
|
}
|
|
2270
|
-
]
|
|
2271
|
-
|
|
2112
|
+
]
|
|
2113
|
+
}
|
|
2114
|
+
],
|
|
2115
|
+
"exports": [
|
|
2116
|
+
{
|
|
2117
|
+
"kind": "js",
|
|
2118
|
+
"name": "DonutChart",
|
|
2119
|
+
"declaration": {
|
|
2120
|
+
"name": "DonutChart",
|
|
2121
|
+
"module": "src/models/donut-chart.ts"
|
|
2122
|
+
}
|
|
2123
|
+
}
|
|
2124
|
+
]
|
|
2125
|
+
},
|
|
2126
|
+
{
|
|
2127
|
+
"kind": "javascript-module",
|
|
2128
|
+
"path": "src/models/dual-axes-chart.ts",
|
|
2129
|
+
"declarations": [
|
|
2130
|
+
{
|
|
2131
|
+
"kind": "function",
|
|
2132
|
+
"name": "DualAxesChart",
|
|
2133
|
+
"parameters": [
|
|
2272
2134
|
{
|
|
2273
|
-
"name": "
|
|
2274
|
-
"
|
|
2135
|
+
"name": "container",
|
|
2136
|
+
"type": {
|
|
2137
|
+
"text": "HTMLElement"
|
|
2138
|
+
}
|
|
2139
|
+
},
|
|
2140
|
+
{
|
|
2141
|
+
"name": "config",
|
|
2142
|
+
"type": {
|
|
2143
|
+
"text": "DualAxesOptions"
|
|
2144
|
+
}
|
|
2275
2145
|
}
|
|
2276
|
-
]
|
|
2277
|
-
"superclass": {
|
|
2278
|
-
"name": "ConcreteDatasource",
|
|
2279
|
-
"module": "src/chart-datasource/chart-datasource.ts"
|
|
2280
|
-
},
|
|
2281
|
-
"tagName": "chart-datasource",
|
|
2282
|
-
"customElement": true
|
|
2146
|
+
]
|
|
2283
2147
|
}
|
|
2284
2148
|
],
|
|
2285
2149
|
"exports": [
|
|
2286
2150
|
{
|
|
2287
2151
|
"kind": "js",
|
|
2288
|
-
"name": "
|
|
2152
|
+
"name": "DualAxesChart",
|
|
2153
|
+
"declaration": {
|
|
2154
|
+
"name": "DualAxesChart",
|
|
2155
|
+
"module": "src/models/dual-axes-chart.ts"
|
|
2156
|
+
}
|
|
2157
|
+
}
|
|
2158
|
+
]
|
|
2159
|
+
},
|
|
2160
|
+
{
|
|
2161
|
+
"kind": "javascript-module",
|
|
2162
|
+
"path": "src/models/index.ts",
|
|
2163
|
+
"declarations": [],
|
|
2164
|
+
"exports": [
|
|
2165
|
+
{
|
|
2166
|
+
"kind": "js",
|
|
2167
|
+
"name": "*",
|
|
2168
|
+
"declaration": {
|
|
2169
|
+
"name": "*",
|
|
2170
|
+
"package": "./area-chart"
|
|
2171
|
+
}
|
|
2172
|
+
},
|
|
2173
|
+
{
|
|
2174
|
+
"kind": "js",
|
|
2175
|
+
"name": "*",
|
|
2176
|
+
"declaration": {
|
|
2177
|
+
"name": "*",
|
|
2178
|
+
"package": "./bar-chart"
|
|
2179
|
+
}
|
|
2180
|
+
},
|
|
2181
|
+
{
|
|
2182
|
+
"kind": "js",
|
|
2183
|
+
"name": "*",
|
|
2184
|
+
"declaration": {
|
|
2185
|
+
"name": "*",
|
|
2186
|
+
"package": "./column-chart"
|
|
2187
|
+
}
|
|
2188
|
+
},
|
|
2189
|
+
{
|
|
2190
|
+
"kind": "js",
|
|
2191
|
+
"name": "*",
|
|
2192
|
+
"declaration": {
|
|
2193
|
+
"name": "*",
|
|
2194
|
+
"package": "./donut-chart"
|
|
2195
|
+
}
|
|
2196
|
+
},
|
|
2197
|
+
{
|
|
2198
|
+
"kind": "js",
|
|
2199
|
+
"name": "*",
|
|
2200
|
+
"declaration": {
|
|
2201
|
+
"name": "*",
|
|
2202
|
+
"package": "./dual-axes-chart"
|
|
2203
|
+
}
|
|
2204
|
+
},
|
|
2205
|
+
{
|
|
2206
|
+
"kind": "js",
|
|
2207
|
+
"name": "*",
|
|
2289
2208
|
"declaration": {
|
|
2290
|
-
"name": "
|
|
2291
|
-
"
|
|
2209
|
+
"name": "*",
|
|
2210
|
+
"package": "./line-chart"
|
|
2292
2211
|
}
|
|
2293
2212
|
},
|
|
2294
2213
|
{
|
|
2295
2214
|
"kind": "js",
|
|
2296
|
-
"name": "
|
|
2215
|
+
"name": "*",
|
|
2297
2216
|
"declaration": {
|
|
2298
|
-
"name": "
|
|
2299
|
-
"
|
|
2217
|
+
"name": "*",
|
|
2218
|
+
"package": "./mix-chart"
|
|
2300
2219
|
}
|
|
2301
2220
|
},
|
|
2302
2221
|
{
|
|
2303
2222
|
"kind": "js",
|
|
2304
|
-
"name": "
|
|
2223
|
+
"name": "*",
|
|
2305
2224
|
"declaration": {
|
|
2306
|
-
"name": "
|
|
2307
|
-
"
|
|
2225
|
+
"name": "*",
|
|
2226
|
+
"package": "./pie-chart"
|
|
2308
2227
|
}
|
|
2309
2228
|
},
|
|
2310
2229
|
{
|
|
2311
|
-
"kind": "
|
|
2312
|
-
"name": "
|
|
2230
|
+
"kind": "js",
|
|
2231
|
+
"name": "*",
|
|
2313
2232
|
"declaration": {
|
|
2314
|
-
"name": "
|
|
2315
|
-
"
|
|
2233
|
+
"name": "*",
|
|
2234
|
+
"package": "./rose-chart"
|
|
2235
|
+
}
|
|
2236
|
+
},
|
|
2237
|
+
{
|
|
2238
|
+
"kind": "js",
|
|
2239
|
+
"name": "*",
|
|
2240
|
+
"declaration": {
|
|
2241
|
+
"name": "*",
|
|
2242
|
+
"package": "./scatter-chart"
|
|
2243
|
+
}
|
|
2244
|
+
},
|
|
2245
|
+
{
|
|
2246
|
+
"kind": "js",
|
|
2247
|
+
"name": "*",
|
|
2248
|
+
"declaration": {
|
|
2249
|
+
"name": "*",
|
|
2250
|
+
"package": "./stock-chart"
|
|
2316
2251
|
}
|
|
2317
2252
|
}
|
|
2318
2253
|
]
|
|
2319
2254
|
},
|
|
2320
2255
|
{
|
|
2321
2256
|
"kind": "javascript-module",
|
|
2322
|
-
"path": "src/
|
|
2323
|
-
"declarations": [],
|
|
2324
|
-
"exports": []
|
|
2325
|
-
},
|
|
2326
|
-
{
|
|
2327
|
-
"kind": "javascript-module",
|
|
2328
|
-
"path": "src/chart-datasource/chart-datasource.utils.ts",
|
|
2257
|
+
"path": "src/models/line-chart.ts",
|
|
2329
2258
|
"declarations": [
|
|
2330
2259
|
{
|
|
2331
2260
|
"kind": "function",
|
|
2332
|
-
"name": "
|
|
2261
|
+
"name": "LineChart",
|
|
2333
2262
|
"parameters": [
|
|
2334
2263
|
{
|
|
2335
|
-
"name": "
|
|
2264
|
+
"name": "container",
|
|
2265
|
+
"type": {
|
|
2266
|
+
"text": "HTMLElement"
|
|
2267
|
+
}
|
|
2268
|
+
},
|
|
2269
|
+
{
|
|
2270
|
+
"name": "config",
|
|
2271
|
+
"type": {
|
|
2272
|
+
"text": "LineOptions"
|
|
2273
|
+
}
|
|
2336
2274
|
}
|
|
2337
2275
|
]
|
|
2338
|
-
}
|
|
2276
|
+
}
|
|
2277
|
+
],
|
|
2278
|
+
"exports": [
|
|
2279
|
+
{
|
|
2280
|
+
"kind": "js",
|
|
2281
|
+
"name": "LineChart",
|
|
2282
|
+
"declaration": {
|
|
2283
|
+
"name": "LineChart",
|
|
2284
|
+
"module": "src/models/line-chart.ts"
|
|
2285
|
+
}
|
|
2286
|
+
}
|
|
2287
|
+
]
|
|
2288
|
+
},
|
|
2289
|
+
{
|
|
2290
|
+
"kind": "javascript-module",
|
|
2291
|
+
"path": "src/models/mix-chart.ts",
|
|
2292
|
+
"declarations": [
|
|
2339
2293
|
{
|
|
2340
2294
|
"kind": "function",
|
|
2341
|
-
"name": "
|
|
2295
|
+
"name": "MixChart",
|
|
2342
2296
|
"parameters": [
|
|
2343
2297
|
{
|
|
2344
|
-
"name": "
|
|
2345
|
-
"type": {
|
|
2346
|
-
"text": "any"
|
|
2347
|
-
}
|
|
2348
|
-
},
|
|
2349
|
-
{
|
|
2350
|
-
"name": "fieldType",
|
|
2298
|
+
"name": "container",
|
|
2351
2299
|
"type": {
|
|
2352
|
-
"text": "
|
|
2300
|
+
"text": "HTMLElement"
|
|
2353
2301
|
}
|
|
2354
2302
|
},
|
|
2355
2303
|
{
|
|
2356
|
-
"name": "
|
|
2357
|
-
"optional": true,
|
|
2304
|
+
"name": "config",
|
|
2358
2305
|
"type": {
|
|
2359
|
-
"text": "
|
|
2306
|
+
"text": "MixOptions"
|
|
2360
2307
|
}
|
|
2361
2308
|
}
|
|
2362
2309
|
]
|
|
2363
|
-
}
|
|
2310
|
+
}
|
|
2311
|
+
],
|
|
2312
|
+
"exports": [
|
|
2313
|
+
{
|
|
2314
|
+
"kind": "js",
|
|
2315
|
+
"name": "MixChart",
|
|
2316
|
+
"declaration": {
|
|
2317
|
+
"name": "MixChart",
|
|
2318
|
+
"module": "src/models/mix-chart.ts"
|
|
2319
|
+
}
|
|
2320
|
+
}
|
|
2321
|
+
]
|
|
2322
|
+
},
|
|
2323
|
+
{
|
|
2324
|
+
"kind": "javascript-module",
|
|
2325
|
+
"path": "src/models/pie-chart.ts",
|
|
2326
|
+
"declarations": [
|
|
2364
2327
|
{
|
|
2365
2328
|
"kind": "function",
|
|
2366
|
-
"name": "
|
|
2367
|
-
"return": {
|
|
2368
|
-
"type": {
|
|
2369
|
-
"text": "any[]"
|
|
2370
|
-
}
|
|
2371
|
-
},
|
|
2329
|
+
"name": "PieChart",
|
|
2372
2330
|
"parameters": [
|
|
2373
2331
|
{
|
|
2374
|
-
"name": "
|
|
2332
|
+
"name": "container",
|
|
2375
2333
|
"type": {
|
|
2376
|
-
"text": "
|
|
2334
|
+
"text": "HTMLElement"
|
|
2377
2335
|
}
|
|
2378
2336
|
},
|
|
2379
2337
|
{
|
|
2380
|
-
"name": "
|
|
2338
|
+
"name": "config",
|
|
2381
2339
|
"type": {
|
|
2382
|
-
"text": "
|
|
2340
|
+
"text": "PieOptions"
|
|
2383
2341
|
}
|
|
2384
|
-
}
|
|
2342
|
+
}
|
|
2343
|
+
]
|
|
2344
|
+
}
|
|
2345
|
+
],
|
|
2346
|
+
"exports": [
|
|
2347
|
+
{
|
|
2348
|
+
"kind": "js",
|
|
2349
|
+
"name": "PieChart",
|
|
2350
|
+
"declaration": {
|
|
2351
|
+
"name": "PieChart",
|
|
2352
|
+
"module": "src/models/pie-chart.ts"
|
|
2353
|
+
}
|
|
2354
|
+
}
|
|
2355
|
+
]
|
|
2356
|
+
},
|
|
2357
|
+
{
|
|
2358
|
+
"kind": "javascript-module",
|
|
2359
|
+
"path": "src/models/rose-chart.ts",
|
|
2360
|
+
"declarations": [
|
|
2361
|
+
{
|
|
2362
|
+
"kind": "function",
|
|
2363
|
+
"name": "RoseChart",
|
|
2364
|
+
"parameters": [
|
|
2385
2365
|
{
|
|
2386
|
-
"name": "
|
|
2366
|
+
"name": "container",
|
|
2387
2367
|
"type": {
|
|
2388
|
-
"text": "
|
|
2368
|
+
"text": "HTMLElement"
|
|
2389
2369
|
}
|
|
2390
2370
|
},
|
|
2391
2371
|
{
|
|
2392
|
-
"name": "
|
|
2393
|
-
"optional": true,
|
|
2372
|
+
"name": "config",
|
|
2394
2373
|
"type": {
|
|
2395
|
-
"text": "
|
|
2374
|
+
"text": "RoseOptions"
|
|
2396
2375
|
}
|
|
2397
2376
|
}
|
|
2398
2377
|
]
|
|
@@ -2401,57 +2380,78 @@
|
|
|
2401
2380
|
"exports": [
|
|
2402
2381
|
{
|
|
2403
2382
|
"kind": "js",
|
|
2404
|
-
"name": "
|
|
2405
|
-
"declaration": {
|
|
2406
|
-
"name": "extractFields",
|
|
2407
|
-
"module": "src/chart-datasource/chart-datasource.utils.ts"
|
|
2408
|
-
}
|
|
2409
|
-
},
|
|
2410
|
-
{
|
|
2411
|
-
"kind": "js",
|
|
2412
|
-
"name": "getFormattedDateGroupBy",
|
|
2413
|
-
"declaration": {
|
|
2414
|
-
"name": "getFormattedDateGroupBy",
|
|
2415
|
-
"module": "src/chart-datasource/chart-datasource.utils.ts"
|
|
2416
|
-
}
|
|
2417
|
-
},
|
|
2418
|
-
{
|
|
2419
|
-
"kind": "js",
|
|
2420
|
-
"name": "getReduced",
|
|
2383
|
+
"name": "RoseChart",
|
|
2421
2384
|
"declaration": {
|
|
2422
|
-
"name": "
|
|
2423
|
-
"module": "src/
|
|
2385
|
+
"name": "RoseChart",
|
|
2386
|
+
"module": "src/models/rose-chart.ts"
|
|
2424
2387
|
}
|
|
2425
2388
|
}
|
|
2426
2389
|
]
|
|
2427
2390
|
},
|
|
2428
2391
|
{
|
|
2429
2392
|
"kind": "javascript-module",
|
|
2430
|
-
"path": "src/chart
|
|
2431
|
-
"declarations": [
|
|
2393
|
+
"path": "src/models/scatter-chart.ts",
|
|
2394
|
+
"declarations": [
|
|
2395
|
+
{
|
|
2396
|
+
"kind": "function",
|
|
2397
|
+
"name": "ScatterChart",
|
|
2398
|
+
"parameters": [
|
|
2399
|
+
{
|
|
2400
|
+
"name": "container",
|
|
2401
|
+
"type": {
|
|
2402
|
+
"text": "HTMLElement"
|
|
2403
|
+
}
|
|
2404
|
+
},
|
|
2405
|
+
{
|
|
2406
|
+
"name": "config",
|
|
2407
|
+
"type": {
|
|
2408
|
+
"text": "ScatterOptions"
|
|
2409
|
+
}
|
|
2410
|
+
}
|
|
2411
|
+
]
|
|
2412
|
+
}
|
|
2413
|
+
],
|
|
2432
2414
|
"exports": [
|
|
2433
2415
|
{
|
|
2434
2416
|
"kind": "js",
|
|
2435
|
-
"name": "
|
|
2417
|
+
"name": "ScatterChart",
|
|
2436
2418
|
"declaration": {
|
|
2437
|
-
"name": "
|
|
2438
|
-
"
|
|
2419
|
+
"name": "ScatterChart",
|
|
2420
|
+
"module": "src/models/scatter-chart.ts"
|
|
2439
2421
|
}
|
|
2440
|
-
}
|
|
2422
|
+
}
|
|
2423
|
+
]
|
|
2424
|
+
},
|
|
2425
|
+
{
|
|
2426
|
+
"kind": "javascript-module",
|
|
2427
|
+
"path": "src/models/stock-chart.ts",
|
|
2428
|
+
"declarations": [
|
|
2441
2429
|
{
|
|
2442
|
-
"kind": "
|
|
2443
|
-
"name": "
|
|
2444
|
-
"
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2430
|
+
"kind": "function",
|
|
2431
|
+
"name": "StockChart",
|
|
2432
|
+
"parameters": [
|
|
2433
|
+
{
|
|
2434
|
+
"name": "container",
|
|
2435
|
+
"type": {
|
|
2436
|
+
"text": "HTMLElement"
|
|
2437
|
+
}
|
|
2438
|
+
},
|
|
2439
|
+
{
|
|
2440
|
+
"name": "config",
|
|
2441
|
+
"type": {
|
|
2442
|
+
"text": "StockOptions"
|
|
2443
|
+
}
|
|
2444
|
+
}
|
|
2445
|
+
]
|
|
2446
|
+
}
|
|
2447
|
+
],
|
|
2448
|
+
"exports": [
|
|
2449
2449
|
{
|
|
2450
2450
|
"kind": "js",
|
|
2451
|
-
"name": "
|
|
2451
|
+
"name": "StockChart",
|
|
2452
2452
|
"declaration": {
|
|
2453
|
-
"name": "
|
|
2454
|
-
"
|
|
2453
|
+
"name": "StockChart",
|
|
2454
|
+
"module": "src/models/stock-chart.ts"
|
|
2455
2455
|
}
|
|
2456
2456
|
}
|
|
2457
2457
|
]
|