semiotic 2.0.1 → 2.0.3
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/Annotation.d.ts +3 -0
- package/dist/AnnotationLayer/AnnotationLayer.d.ts +26 -0
- package/dist/AnnotationLayer/helpers.d.ts +6 -0
- package/dist/AnnotationLayer/index.d.ts +2 -0
- package/dist/Axis/Axis.d.ts +7 -0
- package/dist/Axis/axisTitle.d.ts +10 -0
- package/dist/Axis/index.d.ts +2 -0
- package/dist/Axis/summaryGraphic.d.ts +17 -0
- package/dist/Brush.d.ts +12 -0
- package/dist/DividedLine.d.ts +16 -0
- package/dist/FacetController.d.ts +12 -0
- package/dist/Frame.d.ts +2 -0
- package/dist/InteractionLayer.d.ts +3 -0
- package/dist/Legend.d.ts +3 -0
- package/dist/Mark/Mark.d.ts +3 -0
- package/dist/Mark/Mark.types.d.ts +10 -0
- package/dist/Mark/constants/markTransition.d.ts +10 -0
- package/dist/Mark/markBehavior/drawing.d.ts +13 -0
- package/dist/MiniMap.d.ts +14 -0
- package/dist/MinimapXYFrame.d.ts +10 -0
- package/dist/NetworkFrame.d.ts +4 -0
- package/dist/OrdinalFrame.d.ts +4 -0
- package/dist/ResponsiveFrame.d.ts +22 -0
- package/dist/ResponsiveMinimapXYFrame.d.ts +6 -0
- package/dist/ResponsiveNetworkFrame.d.ts +6 -0
- package/dist/ResponsiveOrdinalFrame.d.ts +6 -0
- package/dist/ResponsiveXYFrame.d.ts +6 -0
- package/dist/SpanOrDiv.d.ts +10 -0
- package/dist/SparkFrame.d.ts +14 -0
- package/dist/SparkNetworkFrame.d.ts +5 -0
- package/dist/SparkOrdinalFrame.d.ts +5 -0
- package/dist/SparkXYFrame.d.ts +5 -0
- package/dist/TooltipPositioner/index.d.ts +7 -0
- package/dist/VisualizationLayer.d.ts +33 -0
- package/dist/XYFrame.d.ts +4 -0
- package/dist/annotationLayerBehavior/annotationHandling.d.ts +19 -0
- package/dist/annotationLayerBehavior/d3labeler.d.ts +9 -0
- package/dist/annotationRules/baseRules.d.ts +25 -0
- package/dist/annotationRules/networkframeRules.d.ts +48 -0
- package/dist/annotationRules/orframeRules.d.ts +105 -0
- package/dist/annotationRules/xyframeRules.d.ts +117 -0
- package/dist/batchWork.d.ts +6 -0
- package/dist/components/Annotation.d.ts +3 -0
- package/dist/components/AnnotationLayer/AnnotationLayer.d.ts +26 -0
- package/dist/components/Axis/Axis.d.ts +7 -0
- package/dist/components/Axis/axisTitle.d.ts +10 -0
- package/dist/components/Axis/index.d.ts +2 -0
- package/dist/components/Axis/summaryGraphic.d.ts +17 -0
- package/dist/components/Brush.d.ts +12 -0
- package/dist/components/DividedLine.d.ts +16 -0
- package/dist/components/FacetController.d.ts +12 -0
- package/dist/components/Frame.d.ts +2 -0
- package/dist/components/InteractionLayer.d.ts +3 -0
- package/dist/components/Legend.d.ts +3 -0
- package/dist/components/Mark/Mark.d.ts +3 -0
- package/dist/components/Mark/Mark.types.d.ts +10 -0
- package/dist/components/Mark/markBehavior/drawing.d.ts +13 -0
- package/dist/components/MiniMap.d.ts +14 -0
- package/dist/components/MinimapXYFrame.d.ts +10 -0
- package/dist/components/NetworkFrame.d.ts +4 -0
- package/dist/components/OrdinalFrame.d.ts +4 -0
- package/dist/components/ResponsiveFrame.d.ts +22 -0
- package/dist/components/ResponsiveMinimapXYFrame.d.ts +6 -0
- package/dist/components/ResponsiveNetworkFrame.d.ts +6 -0
- package/dist/components/ResponsiveOrdinalFrame.d.ts +6 -0
- package/dist/components/ResponsiveXYFrame.d.ts +6 -0
- package/dist/components/SpanOrDiv.d.ts +10 -0
- package/dist/components/SparkFrame.d.ts +14 -0
- package/dist/components/SparkNetworkFrame.d.ts +5 -0
- package/dist/components/SparkOrdinalFrame.d.ts +5 -0
- package/dist/components/SparkXYFrame.d.ts +5 -0
- package/dist/components/TooltipPositioner/index.d.ts +7 -0
- package/dist/components/VisualizationLayer.d.ts +33 -0
- package/dist/components/XYFrame.d.ts +4 -0
- package/dist/components/annotationLayerBehavior/annotationHandling.d.ts +19 -0
- package/dist/components/annotationLayerBehavior/d3labeler.d.ts +9 -0
- package/dist/components/annotationRules/baseRules.d.ts +25 -0
- package/dist/components/annotationRules/networkframeRules.d.ts +48 -0
- package/dist/components/annotationRules/orframeRules.d.ts +105 -0
- package/dist/components/annotationRules/xyframeRules.d.ts +117 -0
- package/dist/components/batchWork.d.ts +6 -0
- package/dist/components/constants/coordinateNames.d.ts +8 -0
- package/dist/components/constants/frame_props.d.ts +4 -0
- package/dist/components/constants/jsx.d.ts +19 -0
- package/dist/components/data/dataFunctions.d.ts +46 -0
- package/dist/components/data/multiAccessorUtils.d.ts +1 -0
- package/dist/components/data/unflowedFunctions.d.ts +1 -0
- package/dist/components/generic_utilities/functions.d.ts +1 -0
- package/dist/components/index.d.ts +125 -0
- package/dist/components/interactionLayerBehavior/InteractionCanvas.d.ts +20 -0
- package/dist/components/processing/InteractionItems.d.ts +12 -0
- package/dist/components/processing/network.d.ts +114 -0
- package/dist/components/processing/ordinal.d.ts +102 -0
- package/dist/components/processing/xyDrawing.d.ts +135 -0
- package/dist/components/semiotic.d.ts +35 -0
- package/dist/components/store/TooltipStore.d.ts +2 -0
- package/dist/components/store/createStore.d.ts +1 -0
- package/dist/components/svg/SvgHelper.d.ts +37 -0
- package/dist/components/svg/areaDrawing.d.ts +31 -0
- package/dist/components/svg/ckmeans.d.ts +69 -0
- package/dist/components/svg/frameFunctions.d.ts +119 -0
- package/dist/components/svg/lineDrawing.d.ts +99 -0
- package/dist/components/svg/networkDrawing.d.ts +134 -0
- package/dist/components/svg/pieceDrawing.d.ts +13 -0
- package/dist/components/svg/pieceLayouts.d.ts +71 -0
- package/dist/components/svg/summaryLayouts.d.ts +74 -0
- package/dist/components/types/annotationTypes.d.ts +140 -0
- package/dist/components/types/canvasTypes.d.ts +9 -0
- package/dist/components/types/generalTypes.d.ts +236 -0
- package/dist/components/types/interactionTypes.d.ts +74 -0
- package/dist/components/types/legendTypes.d.ts +20 -0
- package/dist/components/types/networkTypes.d.ts +165 -0
- package/dist/components/types/ordinalTypes.d.ts +103 -0
- package/dist/components/types/xyTypes.d.ts +118 -0
- package/dist/components/useBoundingRect.d.ts +2 -0
- package/dist/components/useDerivedStateFromProps.d.ts +1 -0
- package/dist/components/useLegacyUnmountCallback.d.ts +1 -0
- package/dist/components/visualizationLayerBehavior/axis.d.ts +38 -0
- package/dist/components/visualizationLayerBehavior/general.d.ts +84 -0
- package/dist/constants/coordinateNames.d.ts +8 -0
- package/dist/constants/frame_props.d.ts +4 -0
- package/dist/constants/jsx.d.ts +19 -0
- package/dist/data/dataFunctions.d.ts +46 -0
- package/dist/data/multiAccessorUtils.d.ts +1 -0
- package/dist/data/unflowedFunctions.d.ts +1 -0
- package/dist/generic_utilities/functions.d.ts +1 -0
- package/dist/index.d.ts +125 -0
- package/dist/interactionLayerBehavior/InteractionCanvas.d.ts +20 -0
- package/dist/processing/InteractionItems.d.ts +12 -0
- package/dist/processing/network.d.ts +114 -0
- package/dist/processing/ordinal.d.ts +102 -0
- package/dist/processing/xyDrawing.d.ts +135 -0
- package/dist/semiotic.d.ts +35 -35
- package/dist/semiotic.js +64 -45
- package/dist/semiotic.module.js +64 -45
- package/dist/setupTests.d.ts +1 -0
- package/dist/store/TooltipStore.d.ts +2 -0
- package/dist/store/createStore.d.ts +1 -0
- package/dist/svg/SvgHelper.d.ts +37 -0
- package/dist/svg/areaDrawing.d.ts +31 -0
- package/dist/svg/ckmeans.d.ts +69 -0
- package/dist/svg/frameFunctions.d.ts +119 -0
- package/dist/svg/lineDrawing.d.ts +99 -0
- package/dist/svg/networkDrawing.d.ts +134 -0
- package/dist/svg/pieceDrawing.d.ts +13 -0
- package/dist/svg/pieceLayouts.d.ts +71 -0
- package/dist/svg/summaryLayouts.d.ts +74 -0
- package/dist/types/annotationTypes.d.ts +140 -0
- package/dist/types/canvasTypes.d.ts +9 -0
- package/dist/types/generalTypes.d.ts +236 -0
- package/dist/types/interactionTypes.d.ts +74 -0
- package/dist/types/legendTypes.d.ts +20 -0
- package/dist/types/networkTypes.d.ts +165 -0
- package/dist/types/ordinalTypes.d.ts +103 -0
- package/dist/types/xyTypes.d.ts +118 -0
- package/dist/useBoundingRect.d.ts +2 -0
- package/dist/useDerivedStateFromProps.d.ts +1 -0
- package/dist/useLegacyUnmountCallback.d.ts +1 -0
- package/dist/visualizationLayerBehavior/axis.d.ts +38 -0
- package/dist/visualizationLayerBehavior/general.d.ts +84 -0
- package/package.json +27 -28
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { ProjectedPoint, ProjectedLine, ProjectedSummary, ProjectedBin, RawSummary, RawPoint, RawLine, LineTypeSettings, SummaryTypeSettings, GenericObject, ExtentType, MarginType } from "../types/generalTypes";
|
|
2
|
+
declare type validStrFnTypes = boolean | string | number | GenericObject | GenericObject[] | RawPoint | RawPoint[];
|
|
3
|
+
export declare function stringToFn<StrFnType extends validStrFnTypes>(accessor?: ((args?: GenericObject, index?: number) => StrFnType) | string | StrFnType, defaultAccessor?: (arg?: GenericObject, i?: number) => StrFnType, raw?: boolean): (d?: GenericObject, i?: number) => StrFnType;
|
|
4
|
+
export declare function stringToArrayFn<StrFnType extends validStrFnTypes>(accessor?: ((arg?: GenericObject, index?: number) => StrFnType) | string | StrFnType | Array<((arg?: GenericObject, index?: number) => StrFnType) | string | StrFnType>, defaultAccessor?: (arg?: GenericObject, index?: number) => StrFnType, raw?: boolean): Array<(arg?: GenericObject, index?: number) => StrFnType>;
|
|
5
|
+
declare type CalculateDataTypes = {
|
|
6
|
+
lineDataAccessor: Array<Function>;
|
|
7
|
+
summaryDataAccessor: Array<Function>;
|
|
8
|
+
summaryStyleFn: Function;
|
|
9
|
+
summaryClassFn: Function;
|
|
10
|
+
summaryRenderModeFn: Function;
|
|
11
|
+
xAccessor: Array<Function>;
|
|
12
|
+
yAccessor: Array<Function>;
|
|
13
|
+
summaries?: Array<RawSummary>;
|
|
14
|
+
points?: Array<RawPoint>;
|
|
15
|
+
lines?: Array<RawLine>;
|
|
16
|
+
lineType: LineTypeSettings;
|
|
17
|
+
showLinePoints?: boolean | string;
|
|
18
|
+
showSummaryPoints?: boolean;
|
|
19
|
+
xExtent?: ExtentType;
|
|
20
|
+
yExtent?: ExtentType;
|
|
21
|
+
invertX?: boolean;
|
|
22
|
+
invertY?: boolean;
|
|
23
|
+
summaryType: SummaryTypeSettings;
|
|
24
|
+
adjustedSize: Array<number>;
|
|
25
|
+
chartSize: Array<number>;
|
|
26
|
+
xScaleType: Function;
|
|
27
|
+
yScaleType: Function;
|
|
28
|
+
baseMarkProps?: object;
|
|
29
|
+
margin: MarginType;
|
|
30
|
+
defined?: Function;
|
|
31
|
+
annotations: object[];
|
|
32
|
+
filterRenderedLines: (value: ProjectedLine, index: number, array: ProjectedLine[]) => any;
|
|
33
|
+
filterRenderedSummaries: (value: ProjectedSummary, index: number, array: ProjectedSummary[]) => any;
|
|
34
|
+
filterRenderedPoints: (value: ProjectedPoint | ProjectedBin | ProjectedSummary, index: number, array: (ProjectedPoint | ProjectedBin | ProjectedSummary)[]) => any;
|
|
35
|
+
};
|
|
36
|
+
export declare const calculateDataExtent: ({ lineDataAccessor, xAccessor, yAccessor, summaries, points, lines, lineType, showLinePoints, showSummaryPoints, xExtent, yExtent, invertX, invertY, summaryDataAccessor, summaryType, adjustedSize: size, margin, baseMarkProps, summaryStyleFn, summaryClassFn, summaryRenderModeFn, chartSize, filterRenderedLines, filterRenderedSummaries, filterRenderedPoints, defined, annotations }: CalculateDataTypes) => {
|
|
37
|
+
xExtent: any[];
|
|
38
|
+
yExtent: any[];
|
|
39
|
+
projectedLines: ProjectedLine[];
|
|
40
|
+
projectedPoints: ProjectedPoint[];
|
|
41
|
+
projectedSummaries: ProjectedSummary[];
|
|
42
|
+
fullDataset: (ProjectedPoint | ProjectedSummary | ProjectedBin)[];
|
|
43
|
+
calculatedXExtent: any[];
|
|
44
|
+
calculatedYExtent: any[];
|
|
45
|
+
};
|
|
46
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const findFirstAccessorValue: (accessorArray: any, data: any) => any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const extentValue: (extent: any) => any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const genericFunction: (value: any) => () => any;
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import AnnotationLayer from "./AnnotationLayer";
|
|
3
|
+
import DividedLine from "./DividedLine";
|
|
4
|
+
import XYFrame from "./XYFrame";
|
|
5
|
+
import OrdinalFrame from "./OrdinalFrame";
|
|
6
|
+
import MinimapXYFrame from "./MinimapXYFrame";
|
|
7
|
+
import MiniMap from "./MiniMap";
|
|
8
|
+
import Axis from "./Axis";
|
|
9
|
+
import Legend from "./Legend";
|
|
10
|
+
import Annotation from "./Annotation";
|
|
11
|
+
import Brush from "./Brush";
|
|
12
|
+
import InteractionLayer from "./InteractionLayer";
|
|
13
|
+
import VisualizationLayer from "./VisualizationLayer";
|
|
14
|
+
import NetworkFrame from "./NetworkFrame";
|
|
15
|
+
import { funnelize } from "./svg/lineDrawing";
|
|
16
|
+
import { calculateDataExtent } from "./data/dataFunctions";
|
|
17
|
+
import FacetController from "./FacetController";
|
|
18
|
+
import { ResponsiveNetworkFrame } from "./ResponsiveNetworkFrame";
|
|
19
|
+
import { ResponsiveMinimapXYFrame } from "./ResponsiveMinimapXYFrame";
|
|
20
|
+
import { ResponsiveXYFrame } from "./ResponsiveXYFrame";
|
|
21
|
+
import { ResponsiveOrdinalFrame } from "./ResponsiveOrdinalFrame";
|
|
22
|
+
import { SparkXYFrame } from "./SparkXYFrame";
|
|
23
|
+
import { SparkOrdinalFrame } from "./SparkOrdinalFrame";
|
|
24
|
+
import { SparkNetworkFrame } from "./SparkNetworkFrame";
|
|
25
|
+
import Mark from "./Mark/Mark";
|
|
26
|
+
import { hexbinning, heatmapping } from "./svg/areaDrawing";
|
|
27
|
+
import { nodesEdgesFromHierarchy } from "./processing/network";
|
|
28
|
+
declare const _default: {
|
|
29
|
+
AnnotationLayer: typeof AnnotationLayer;
|
|
30
|
+
DividedLine: typeof DividedLine;
|
|
31
|
+
XYFrame: import("react").NamedExoticComponent<import("./semiotic").XYFrameProps>;
|
|
32
|
+
MinimapXYFrame: typeof MinimapXYFrame;
|
|
33
|
+
MiniMap: (props: import("./MiniMap").MinimapProps) => import("react").JSX.Element;
|
|
34
|
+
Brush: typeof Brush;
|
|
35
|
+
Axis: typeof Axis;
|
|
36
|
+
InteractionLayer: typeof InteractionLayer;
|
|
37
|
+
VisualizationLayer: typeof VisualizationLayer;
|
|
38
|
+
OrdinalFrame: import("react").NamedExoticComponent<import("./semiotic").OrdinalFrameProps>;
|
|
39
|
+
Annotation: typeof Annotation;
|
|
40
|
+
NetworkFrame: import("react").NamedExoticComponent<import("./semiotic").NetworkFrameProps>;
|
|
41
|
+
ResponsiveMinimapXYFrame: {
|
|
42
|
+
(props: import("./ResponsiveFrame").ResponsiveFrameProps & (import("./semiotic").OrdinalFrameProps | import("./semiotic").XYFrameProps | import("./semiotic").NetworkFrameProps)): import("react").JSX.Element;
|
|
43
|
+
isResizing: number;
|
|
44
|
+
displayName: string;
|
|
45
|
+
};
|
|
46
|
+
ResponsiveOrdinalFrame: {
|
|
47
|
+
(props: import("./ResponsiveFrame").ResponsiveFrameProps & (import("./semiotic").OrdinalFrameProps | import("./semiotic").XYFrameProps | import("./semiotic").NetworkFrameProps)): import("react").JSX.Element;
|
|
48
|
+
isResizing: number;
|
|
49
|
+
displayName: string;
|
|
50
|
+
};
|
|
51
|
+
ResponsiveNetworkFrame: {
|
|
52
|
+
(props: import("./ResponsiveFrame").ResponsiveFrameProps & (import("./semiotic").OrdinalFrameProps | import("./semiotic").XYFrameProps | import("./semiotic").NetworkFrameProps)): import("react").JSX.Element;
|
|
53
|
+
isResizing: number;
|
|
54
|
+
displayName: string;
|
|
55
|
+
};
|
|
56
|
+
ResponsiveXYFrame: {
|
|
57
|
+
(props: import("./ResponsiveFrame").ResponsiveFrameProps & (import("./semiotic").OrdinalFrameProps | import("./semiotic").XYFrameProps | import("./semiotic").NetworkFrameProps)): import("react").JSX.Element;
|
|
58
|
+
isResizing: number;
|
|
59
|
+
displayName: string;
|
|
60
|
+
};
|
|
61
|
+
SparkOrdinalFrame: (props: {
|
|
62
|
+
sparkStyle?: object;
|
|
63
|
+
size?: number | number[];
|
|
64
|
+
}) => import("react").JSX.Element;
|
|
65
|
+
SparkNetworkFrame: (props: {
|
|
66
|
+
sparkStyle?: object;
|
|
67
|
+
size?: number | number[];
|
|
68
|
+
}) => import("react").JSX.Element;
|
|
69
|
+
SparkXYFrame: (props: {
|
|
70
|
+
sparkStyle?: object;
|
|
71
|
+
size?: number | number[];
|
|
72
|
+
}) => import("react").JSX.Element;
|
|
73
|
+
Legend: typeof Legend;
|
|
74
|
+
Mark: typeof Mark;
|
|
75
|
+
FacetController: typeof FacetController;
|
|
76
|
+
funnelize: typeof funnelize;
|
|
77
|
+
calculateDataExtent: ({ lineDataAccessor, xAccessor, yAccessor, summaries, points, lines, lineType, showLinePoints, showSummaryPoints, xExtent, yExtent, invertX, invertY, summaryDataAccessor, summaryType, adjustedSize: size, margin, baseMarkProps, summaryStyleFn, summaryClassFn, summaryRenderModeFn, chartSize, filterRenderedLines, filterRenderedSummaries, filterRenderedPoints, defined, annotations }: {
|
|
78
|
+
lineDataAccessor: Function[];
|
|
79
|
+
summaryDataAccessor: Function[];
|
|
80
|
+
summaryStyleFn: Function;
|
|
81
|
+
summaryClassFn: Function;
|
|
82
|
+
summaryRenderModeFn: Function;
|
|
83
|
+
xAccessor: Function[];
|
|
84
|
+
yAccessor: Function[];
|
|
85
|
+
summaries?: import("./semiotic").RawSummary[];
|
|
86
|
+
points?: import("./semiotic").RawPoint[];
|
|
87
|
+
lines?: import("./semiotic").RawLine[];
|
|
88
|
+
lineType: import("./semiotic").LineTypeSettings;
|
|
89
|
+
showLinePoints?: string | boolean;
|
|
90
|
+
showSummaryPoints?: boolean;
|
|
91
|
+
xExtent?: import("./semiotic").ExtentType;
|
|
92
|
+
yExtent?: import("./semiotic").ExtentType;
|
|
93
|
+
invertX?: boolean;
|
|
94
|
+
invertY?: boolean;
|
|
95
|
+
summaryType: import("./semiotic").SummaryTypeSettings;
|
|
96
|
+
adjustedSize: number[];
|
|
97
|
+
chartSize: number[];
|
|
98
|
+
xScaleType: Function;
|
|
99
|
+
yScaleType: Function;
|
|
100
|
+
baseMarkProps?: object;
|
|
101
|
+
margin: import("./semiotic").MarginType;
|
|
102
|
+
defined?: Function;
|
|
103
|
+
annotations: object[];
|
|
104
|
+
filterRenderedLines: (value: import("./semiotic").ProjectedLine, index: number, array: import("./semiotic").ProjectedLine[]) => any;
|
|
105
|
+
filterRenderedSummaries: (value: import("./semiotic").ProjectedSummary, index: number, array: import("./semiotic").ProjectedSummary[]) => any;
|
|
106
|
+
filterRenderedPoints: (value: import("./semiotic").ProjectedPoint | import("./semiotic").ProjectedSummary | import("./semiotic").ProjectedBin, index: number, array: (import("./semiotic").ProjectedPoint | import("./semiotic").ProjectedSummary | import("./semiotic").ProjectedBin)[]) => any;
|
|
107
|
+
}) => {
|
|
108
|
+
xExtent: any[];
|
|
109
|
+
yExtent: any[];
|
|
110
|
+
projectedLines: import("./semiotic").ProjectedLine[];
|
|
111
|
+
projectedPoints: import("./semiotic").ProjectedPoint[];
|
|
112
|
+
projectedSummaries: import("./semiotic").ProjectedSummary[];
|
|
113
|
+
fullDataset: (import("./semiotic").ProjectedPoint | import("./semiotic").ProjectedSummary | import("./semiotic").ProjectedBin)[];
|
|
114
|
+
calculatedXExtent: any[];
|
|
115
|
+
calculatedYExtent: any[];
|
|
116
|
+
};
|
|
117
|
+
hexbinning: typeof hexbinning;
|
|
118
|
+
heatmapping: typeof heatmapping;
|
|
119
|
+
nodesEdgesFromHierarchy: (baseRootNode: any, idAccessor?: (d: any) => any) => {
|
|
120
|
+
edges: any[];
|
|
121
|
+
nodes: any[];
|
|
122
|
+
};
|
|
123
|
+
};
|
|
124
|
+
export default _default;
|
|
125
|
+
export { AnnotationLayer, DividedLine, XYFrame, MinimapXYFrame, MiniMap, Brush, Axis, InteractionLayer, VisualizationLayer, OrdinalFrame, Annotation, NetworkFrame, ResponsiveMinimapXYFrame, ResponsiveOrdinalFrame, ResponsiveNetworkFrame, ResponsiveXYFrame, SparkOrdinalFrame, SparkNetworkFrame, SparkXYFrame, Legend, Mark, funnelize, calculateDataExtent, FacetController, hexbinning, heatmapping, nodesEdgesFromHierarchy };
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { MarginType } from "../types/generalTypes";
|
|
3
|
+
declare type InteractionCanvasProps = {
|
|
4
|
+
height: number;
|
|
5
|
+
width: number;
|
|
6
|
+
overlayRegions: Array<{
|
|
7
|
+
props: {
|
|
8
|
+
d?: string;
|
|
9
|
+
children: Array<{
|
|
10
|
+
props: {
|
|
11
|
+
d?: string;
|
|
12
|
+
};
|
|
13
|
+
}>;
|
|
14
|
+
};
|
|
15
|
+
}>;
|
|
16
|
+
margin: MarginType;
|
|
17
|
+
voronoiHover: Function;
|
|
18
|
+
};
|
|
19
|
+
declare const _default: React.NamedExoticComponent<InteractionCanvasProps>;
|
|
20
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { CustomHoverType } from "../types/annotationTypes";
|
|
2
|
+
import { InteractionLayerProps } from "../types/interactionTypes";
|
|
3
|
+
export declare const changeVoronoi: (voronoiHover: Function, d: {
|
|
4
|
+
type?: string;
|
|
5
|
+
data?: object[];
|
|
6
|
+
}, customHoverTypes: CustomHoverType, customHoverBehavior: Function, points: Object[], e: any) => void;
|
|
7
|
+
export declare const clickVoronoi: (d: Object, customClickBehavior: Function, points: Object[], e: any) => void;
|
|
8
|
+
export declare const doubleclickVoronoi: (d: Object, customDoubleClickBehavior: Function, points: Object[], e: any) => void;
|
|
9
|
+
export declare const brushStart: (e?: number[] | number[][], columnName?: string, data?: object, columnData?: object, interaction?: any) => void;
|
|
10
|
+
export declare const brushing: (e?: number[] | number[][], columnName?: string, data?: object, columnData?: object, interaction?: any) => void;
|
|
11
|
+
export declare const brushEnd: (e?: number[] | number[][], columnName?: string, data?: object, columnData?: object, interaction?: any) => void;
|
|
12
|
+
export declare const calculateOverlay: (props: InteractionLayerProps, voronoiHover: Function) => any[];
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { TitleType } from "../svg/frameFunctions";
|
|
3
|
+
import { NetworkFrameProps, NetworkFrameState, NetworkSettingsType, NodeType } from "../types/networkTypes";
|
|
4
|
+
import { GenericObject } from "../types/generalTypes";
|
|
5
|
+
export declare const nodesEdgesFromHierarchy: (baseRootNode: any, idAccessor?: (d: any) => any) => {
|
|
6
|
+
edges: any[];
|
|
7
|
+
nodes: any[];
|
|
8
|
+
};
|
|
9
|
+
export declare const calculateNetworkFrame: (currentProps: NetworkFrameProps, prevState: NetworkFrameState) => {
|
|
10
|
+
adjustedPosition: number[];
|
|
11
|
+
adjustedSize: number[];
|
|
12
|
+
backgroundGraphics: Function | React.ReactNode;
|
|
13
|
+
foregroundGraphics: Function | React.ReactNode;
|
|
14
|
+
title: TitleType;
|
|
15
|
+
renderNumber: number;
|
|
16
|
+
projectedNodes: NodeType[];
|
|
17
|
+
projectedEdges: import("../types/networkTypes").EdgeType[];
|
|
18
|
+
projectedXYPoints: any;
|
|
19
|
+
overlay: any[];
|
|
20
|
+
nodeIDAccessor: (d?: GenericObject, i?: number) => string;
|
|
21
|
+
sourceAccessor: (d?: GenericObject, i?: number) => string | GenericObject;
|
|
22
|
+
targetAccessor: (d?: GenericObject, i?: number) => string | GenericObject;
|
|
23
|
+
nodeSizeAccessor: (args?: GenericObject) => number;
|
|
24
|
+
edgeWidthAccessor: (d?: GenericObject, i?: number) => number;
|
|
25
|
+
margin: import("../types/generalTypes").MarginType;
|
|
26
|
+
legendSettings: any;
|
|
27
|
+
networkFrameRender: {
|
|
28
|
+
edges: {
|
|
29
|
+
accessibleTransform: (data: any, i: any) => any;
|
|
30
|
+
data: import("../types/networkTypes").EdgeType[];
|
|
31
|
+
styleFn: (d?: GenericObject, i?: number) => GenericObject;
|
|
32
|
+
classFn: (d?: GenericObject, i?: number) => string;
|
|
33
|
+
renderMode: (d?: GenericObject, i?: number) => string | GenericObject;
|
|
34
|
+
canvasRenderFn: (d?: GenericObject, i?: number) => boolean;
|
|
35
|
+
renderKeyFn: (d: any) => any;
|
|
36
|
+
behavior: (settings: any) => any[];
|
|
37
|
+
projection: "horizontal" | "vertical" | "radial";
|
|
38
|
+
type: string | Function;
|
|
39
|
+
customMark: any;
|
|
40
|
+
networkSettings: NetworkSettingsType;
|
|
41
|
+
numberOfNodes: number;
|
|
42
|
+
size: number[];
|
|
43
|
+
};
|
|
44
|
+
nodes: {
|
|
45
|
+
accessibleTransform: (data: any, i: any) => any;
|
|
46
|
+
data: NodeType[];
|
|
47
|
+
styleFn: (d?: GenericObject, i?: number) => GenericObject;
|
|
48
|
+
classFn: (d?: GenericObject, i?: number) => string;
|
|
49
|
+
renderMode: (d?: GenericObject, i?: number) => string | GenericObject;
|
|
50
|
+
canvasRenderFn: (d?: GenericObject, i?: number) => boolean;
|
|
51
|
+
customMark: any;
|
|
52
|
+
behavior: ({ data, renderKeyFn, customMark, styleFn, classFn, renderMode, canvasDrawing, canvasRenderFn, baseMarkProps, networkSettings }: {
|
|
53
|
+
data: any;
|
|
54
|
+
renderKeyFn: any;
|
|
55
|
+
customMark: any;
|
|
56
|
+
styleFn: any;
|
|
57
|
+
classFn: any;
|
|
58
|
+
renderMode: any;
|
|
59
|
+
canvasDrawing: any;
|
|
60
|
+
canvasRenderFn: any;
|
|
61
|
+
baseMarkProps: any;
|
|
62
|
+
networkSettings: any;
|
|
63
|
+
}) => any[];
|
|
64
|
+
renderKeyFn: (args: GenericObject) => string;
|
|
65
|
+
networkSettings: NetworkSettingsType;
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
nodeLabelAnnotations: any[];
|
|
69
|
+
graphSettings: {
|
|
70
|
+
type: string | (({ edges, nodes }: {
|
|
71
|
+
edges: import("../types/networkTypes").EdgeType[];
|
|
72
|
+
nodes: NodeType[];
|
|
73
|
+
}) => void);
|
|
74
|
+
hierarchyChildren?: Function;
|
|
75
|
+
hierarchySum?: Function;
|
|
76
|
+
layout?: Function;
|
|
77
|
+
nodeSize?: Function;
|
|
78
|
+
nodes: object[];
|
|
79
|
+
edges: object;
|
|
80
|
+
iterations?: number;
|
|
81
|
+
width?: number;
|
|
82
|
+
height?: number;
|
|
83
|
+
projection?: "horizontal" | "vertical" | "radial";
|
|
84
|
+
customSankey?: Function;
|
|
85
|
+
groupWidth?: number;
|
|
86
|
+
padAngle?: number;
|
|
87
|
+
padding?: number;
|
|
88
|
+
orient?: string;
|
|
89
|
+
nodePadding?: number;
|
|
90
|
+
nodePaddingRatio?: number;
|
|
91
|
+
nodeWidth?: number;
|
|
92
|
+
direction?: string;
|
|
93
|
+
fontSize?: number;
|
|
94
|
+
rotate?: Function;
|
|
95
|
+
fontWeight?: number;
|
|
96
|
+
textAccessor?: Function;
|
|
97
|
+
edgeStrength?: number;
|
|
98
|
+
distanceMax?: number;
|
|
99
|
+
edgeDistance?: number;
|
|
100
|
+
forceManyBody?: number | Function;
|
|
101
|
+
hierarchicalNetwork: boolean;
|
|
102
|
+
graphSettings: import("../types/networkTypes").GraphSettingsType;
|
|
103
|
+
sortGroups?: Function;
|
|
104
|
+
simulation?: Function;
|
|
105
|
+
sort?: (a: GenericObject, b: GenericObject) => number;
|
|
106
|
+
zoom?: boolean | "stretch" | ((nodes: NodeType[], edges: import("../types/networkTypes").EdgeType[], size: number[]) => void);
|
|
107
|
+
fixExistingNodes?: boolean | Function;
|
|
108
|
+
showArrows?: boolean;
|
|
109
|
+
nodeHash: Map<any, NodeType>;
|
|
110
|
+
edgeHash: Map<any, import("../types/networkTypes").EdgeType>;
|
|
111
|
+
filterRenderedNodes?: Function;
|
|
112
|
+
};
|
|
113
|
+
props: NetworkFrameProps;
|
|
114
|
+
};
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { orFrameConnectionRenderer } from "../svg/frameFunctions";
|
|
3
|
+
import { OrdinalFrameProps, OrdinalFrameState, PieceTypeSettings } from "../types/ordinalTypes";
|
|
4
|
+
import { AxisProps } from "../types/annotationTypes";
|
|
5
|
+
import { GenericObject } from "../types/generalTypes";
|
|
6
|
+
import { ScaleBand } from "d3-scale";
|
|
7
|
+
export declare const calculateMappedMiddles: (oScale: ScaleBand<string>, middleMax: number, padding: number) => {};
|
|
8
|
+
export declare const calculateOrdinalFrame: (currentProps: OrdinalFrameProps, currentState: OrdinalFrameState) => {
|
|
9
|
+
pieceDataXY: any;
|
|
10
|
+
adjustedPosition: number[];
|
|
11
|
+
adjustedSize: number[];
|
|
12
|
+
backgroundGraphics: Function | React.ReactNode;
|
|
13
|
+
foregroundGraphics: Function | React.ReactNode;
|
|
14
|
+
axisData: AxisProps[];
|
|
15
|
+
axes: JSX.Element[];
|
|
16
|
+
axesTickLines: Object[];
|
|
17
|
+
oLabels: {
|
|
18
|
+
labels: any;
|
|
19
|
+
};
|
|
20
|
+
title: object;
|
|
21
|
+
columnOverlays: any;
|
|
22
|
+
renderNumber: number;
|
|
23
|
+
oAccessor: ((arg?: GenericObject, index?: number) => string | number)[];
|
|
24
|
+
rAccessor: ((arg?: GenericObject, index?: number) => number)[];
|
|
25
|
+
oScaleType: any;
|
|
26
|
+
rScaleType: any;
|
|
27
|
+
oExtent: string[];
|
|
28
|
+
rExtent: number[];
|
|
29
|
+
oScale: any;
|
|
30
|
+
rScale: any;
|
|
31
|
+
calculatedOExtent: string[];
|
|
32
|
+
calculatedRExtent: number[];
|
|
33
|
+
projectedColumns: {};
|
|
34
|
+
margin: import("../types/generalTypes").MarginType;
|
|
35
|
+
legendSettings: any;
|
|
36
|
+
orFrameRender: {
|
|
37
|
+
connectors: {
|
|
38
|
+
accessibleTransform: (data: any, i: any) => any;
|
|
39
|
+
projection: import("../types/generalTypes").ProjectionTypes;
|
|
40
|
+
data: {
|
|
41
|
+
keyedData: any;
|
|
42
|
+
oExtent: string[];
|
|
43
|
+
};
|
|
44
|
+
styleFn: (d?: GenericObject, i?: number) => GenericObject;
|
|
45
|
+
classFn: (d?: GenericObject, i?: number) => string;
|
|
46
|
+
renderMode: (d?: GenericObject, i?: number) => string | GenericObject;
|
|
47
|
+
canvasRender: (d?: GenericObject, i?: number) => boolean;
|
|
48
|
+
behavior: typeof orFrameConnectionRenderer;
|
|
49
|
+
type: {
|
|
50
|
+
type?: string | Function;
|
|
51
|
+
};
|
|
52
|
+
eventListenersGenerator: () => {};
|
|
53
|
+
pieceType: PieceTypeSettings;
|
|
54
|
+
};
|
|
55
|
+
summaries: {
|
|
56
|
+
accessibleTransform: (data: any, i: any) => {
|
|
57
|
+
type: string;
|
|
58
|
+
column: any;
|
|
59
|
+
pieces: any;
|
|
60
|
+
summary: any;
|
|
61
|
+
oAccessor: ((arg?: GenericObject, index?: number) => string | number)[];
|
|
62
|
+
};
|
|
63
|
+
data: object[];
|
|
64
|
+
behavior: ({ data, canvasRender, canvasDrawing }: {
|
|
65
|
+
data: any;
|
|
66
|
+
canvasRender: any;
|
|
67
|
+
canvasDrawing: any;
|
|
68
|
+
}) => JSX.Element[];
|
|
69
|
+
canvasRender: (d?: GenericObject, i?: number) => boolean;
|
|
70
|
+
styleFn: (d?: GenericObject, i?: number) => GenericObject;
|
|
71
|
+
classFn: (d?: GenericObject, i?: number) => string;
|
|
72
|
+
};
|
|
73
|
+
pieces: {
|
|
74
|
+
accessibleTransform: (data: any, i: any) => any;
|
|
75
|
+
shouldRender: boolean;
|
|
76
|
+
data: any[];
|
|
77
|
+
behavior: ({ data, shouldRender, canvasRender, canvasDrawing, styleFn, classFn, baseMarkProps, renderKeyFn, ariaLabel, axis }: {
|
|
78
|
+
data: any;
|
|
79
|
+
shouldRender: any;
|
|
80
|
+
canvasRender: any;
|
|
81
|
+
canvasDrawing: any;
|
|
82
|
+
styleFn: any;
|
|
83
|
+
classFn: any;
|
|
84
|
+
baseMarkProps: any;
|
|
85
|
+
renderKeyFn: any;
|
|
86
|
+
ariaLabel: any;
|
|
87
|
+
axis: any;
|
|
88
|
+
}) => any[];
|
|
89
|
+
canvasRender: (d?: GenericObject, i?: number) => boolean;
|
|
90
|
+
styleFn: (d?: GenericObject, i?: number) => GenericObject;
|
|
91
|
+
classFn: (d?: GenericObject, i?: number) => string;
|
|
92
|
+
axis: AxisProps[];
|
|
93
|
+
ariaLabel: any;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
96
|
+
summaryType: {
|
|
97
|
+
type?: string | Function;
|
|
98
|
+
};
|
|
99
|
+
type: PieceTypeSettings;
|
|
100
|
+
pieceIDAccessor: (d?: GenericObject, i?: number) => string;
|
|
101
|
+
props: OrdinalFrameProps;
|
|
102
|
+
};
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { XYFrameProps, XYFrameState } from "../types/xyTypes";
|
|
3
|
+
import { createPoints, createLines, createSummaries } from "../visualizationLayerBehavior/general";
|
|
4
|
+
import { ProjectedLine, GenericObject, LineTypeSettings, SummaryTypeSettings, RawSummary, RawPoint } from "../types/generalTypes";
|
|
5
|
+
export declare const calculateXYFrame: (currentProps: XYFrameProps, prevState: XYFrameState, updateData: boolean) => {
|
|
6
|
+
lineData: import("../types/generalTypes").RawLine | import("../types/generalTypes").RawLine[];
|
|
7
|
+
pointData: RawPoint[];
|
|
8
|
+
summaryData: RawSummary | RawSummary[];
|
|
9
|
+
dataVersion: string;
|
|
10
|
+
projectedLines: ProjectedLine[];
|
|
11
|
+
projectedPoints: import("../types/generalTypes").ProjectedPoint[];
|
|
12
|
+
projectedSummaries: import("../types/generalTypes").ProjectedSummary[];
|
|
13
|
+
canvasDrawing: any[];
|
|
14
|
+
fullDataset: (import("../types/generalTypes").ProjectedPoint | import("../types/generalTypes").ProjectedSummary | import("../types/generalTypes").ProjectedBin)[];
|
|
15
|
+
adjustedPosition: number[];
|
|
16
|
+
adjustedSize: number[];
|
|
17
|
+
backgroundGraphics: Function | React.ReactNode;
|
|
18
|
+
foregroundGraphics: Function | React.ReactNode;
|
|
19
|
+
axesData: import("../semiotic").AxisProps[];
|
|
20
|
+
axes: any;
|
|
21
|
+
axesTickLines: any;
|
|
22
|
+
renderNumber: number;
|
|
23
|
+
xScale: any;
|
|
24
|
+
yScale: any;
|
|
25
|
+
xAccessor: ((arg?: GenericObject, index?: number) => number)[];
|
|
26
|
+
yAccessor: ((arg?: GenericObject, index?: number) => number)[];
|
|
27
|
+
xExtent: any[];
|
|
28
|
+
yExtent: any[];
|
|
29
|
+
calculatedXExtent: any[];
|
|
30
|
+
calculatedYExtent: any[];
|
|
31
|
+
margin: import("../types/generalTypes").MarginType;
|
|
32
|
+
legendSettings: any;
|
|
33
|
+
areaAnnotations: any[];
|
|
34
|
+
xyFrameRender: {
|
|
35
|
+
lines: {
|
|
36
|
+
accessibleTransform: (data: any, i: any) => any;
|
|
37
|
+
data: ProjectedLine[];
|
|
38
|
+
styleFn: (d?: GenericObject, i?: number) => GenericObject;
|
|
39
|
+
classFn: (d?: GenericObject, i?: number) => string;
|
|
40
|
+
renderMode: (d?: GenericObject, i?: number) => string | GenericObject;
|
|
41
|
+
canvasRender: (d?: GenericObject, i?: number) => boolean;
|
|
42
|
+
customMark: Function;
|
|
43
|
+
type: LineTypeSettings;
|
|
44
|
+
defined: Function;
|
|
45
|
+
renderKeyFn: (d?: GenericObject, i?: number) => string;
|
|
46
|
+
ariaLabel: {
|
|
47
|
+
items: string;
|
|
48
|
+
chart: string;
|
|
49
|
+
} | {
|
|
50
|
+
items: string;
|
|
51
|
+
chart: string;
|
|
52
|
+
} | {
|
|
53
|
+
items: string;
|
|
54
|
+
chart: string;
|
|
55
|
+
} | {
|
|
56
|
+
items: string;
|
|
57
|
+
chart: string;
|
|
58
|
+
} | {
|
|
59
|
+
items: string;
|
|
60
|
+
chart: string;
|
|
61
|
+
} | {
|
|
62
|
+
items: string;
|
|
63
|
+
chart: string;
|
|
64
|
+
} | {
|
|
65
|
+
items: string;
|
|
66
|
+
chart: string;
|
|
67
|
+
} | {
|
|
68
|
+
items: string;
|
|
69
|
+
chart: string;
|
|
70
|
+
} | {
|
|
71
|
+
items: string;
|
|
72
|
+
chart: string;
|
|
73
|
+
} | {
|
|
74
|
+
items: string;
|
|
75
|
+
chart: string;
|
|
76
|
+
} | {
|
|
77
|
+
items: string;
|
|
78
|
+
chart: string;
|
|
79
|
+
} | {
|
|
80
|
+
items: string;
|
|
81
|
+
chart: string;
|
|
82
|
+
} | {
|
|
83
|
+
items: string;
|
|
84
|
+
chart: string;
|
|
85
|
+
} | {
|
|
86
|
+
items: string;
|
|
87
|
+
chart: string;
|
|
88
|
+
};
|
|
89
|
+
axesData: import("../semiotic").AxisProps[];
|
|
90
|
+
behavior: typeof createLines;
|
|
91
|
+
};
|
|
92
|
+
summaries: {
|
|
93
|
+
accessibleTransform: (data: any, i: any) => any;
|
|
94
|
+
data: import("../types/generalTypes").ProjectedSummary[];
|
|
95
|
+
styleFn: (d?: GenericObject, i?: number) => GenericObject;
|
|
96
|
+
classFn: (d?: GenericObject, i?: number) => string;
|
|
97
|
+
renderMode: (d?: GenericObject, i?: number) => string | GenericObject;
|
|
98
|
+
canvasRender: (d?: GenericObject, i?: number) => boolean;
|
|
99
|
+
customMark: Function;
|
|
100
|
+
type: SummaryTypeSettings;
|
|
101
|
+
renderKeyFn: (d?: GenericObject, i?: number) => string;
|
|
102
|
+
behavior: typeof createSummaries;
|
|
103
|
+
};
|
|
104
|
+
points: {
|
|
105
|
+
accessibleTransform: (data: any, i: any) => any;
|
|
106
|
+
data: import("../types/generalTypes").ProjectedPoint[];
|
|
107
|
+
styleFn: (d?: GenericObject, i?: number) => GenericObject;
|
|
108
|
+
classFn: (d?: GenericObject, i?: number) => string;
|
|
109
|
+
renderMode: (d?: GenericObject, i?: number) => string | GenericObject;
|
|
110
|
+
canvasRender: (d?: GenericObject, i?: number) => boolean;
|
|
111
|
+
customMark: object | Function;
|
|
112
|
+
renderKeyFn: (d?: GenericObject, i?: number) => string;
|
|
113
|
+
showLinePoints: string | boolean;
|
|
114
|
+
behavior: typeof createPoints;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
117
|
+
size: number[];
|
|
118
|
+
annotatedSettings: {
|
|
119
|
+
xAccessor: ((arg?: GenericObject, index?: number) => number)[];
|
|
120
|
+
yAccessor: ((arg?: GenericObject, index?: number) => number)[];
|
|
121
|
+
summaryDataAccessor: ((arg?: GenericObject, index?: number) => RawPoint[])[];
|
|
122
|
+
lineDataAccessor: ((arg?: GenericObject, index?: number) => RawPoint[])[];
|
|
123
|
+
renderKeyFn: (d?: GenericObject, i?: number) => string;
|
|
124
|
+
lineType: LineTypeSettings;
|
|
125
|
+
summaryType: SummaryTypeSettings;
|
|
126
|
+
lineIDAccessor: (d?: GenericObject, i?: number) => string;
|
|
127
|
+
summaries: RawSummary[];
|
|
128
|
+
lines: import("../types/generalTypes").RawLine[];
|
|
129
|
+
title: object;
|
|
130
|
+
xExtent: number[];
|
|
131
|
+
yExtent: number[];
|
|
132
|
+
};
|
|
133
|
+
overlay: any;
|
|
134
|
+
props: XYFrameProps;
|
|
135
|
+
};
|
package/dist/semiotic.d.ts
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import AnnotationLayer from "./AnnotationLayer";
|
|
2
|
-
import DividedLine from "./DividedLine";
|
|
3
|
-
import XYFrame from "./XYFrame";
|
|
4
|
-
import OrdinalFrame from "./OrdinalFrame";
|
|
5
|
-
import MinimapXYFrame from "./MinimapXYFrame";
|
|
6
|
-
import MiniMap from "./MiniMap";
|
|
7
|
-
import Axis from "./Axis";
|
|
8
|
-
import Legend from "./Legend";
|
|
9
|
-
import Annotation from "./Annotation";
|
|
10
|
-
import Brush from "./Brush";
|
|
11
|
-
import InteractionLayer from "./InteractionLayer";
|
|
12
|
-
import VisualizationLayer from "./VisualizationLayer";
|
|
13
|
-
import NetworkFrame from "./NetworkFrame";
|
|
14
|
-
import { funnelize } from "./svg/lineDrawing";
|
|
15
|
-
import { calculateDataExtent } from "./data/dataFunctions";
|
|
16
|
-
import FacetController from "./FacetController";
|
|
17
|
-
import { ResponsiveNetworkFrame } from "./ResponsiveNetworkFrame";
|
|
18
|
-
import { ResponsiveMinimapXYFrame } from "./ResponsiveMinimapXYFrame";
|
|
19
|
-
import { ResponsiveXYFrame } from "./ResponsiveXYFrame";
|
|
20
|
-
import { ResponsiveOrdinalFrame } from "./ResponsiveOrdinalFrame";
|
|
21
|
-
import { SparkXYFrame } from "./SparkXYFrame";
|
|
22
|
-
import { SparkOrdinalFrame } from "./SparkOrdinalFrame";
|
|
23
|
-
import { SparkNetworkFrame } from "./SparkNetworkFrame";
|
|
24
|
-
import Mark from "
|
|
25
|
-
import { hexbinning, heatmapping } from "./svg/areaDrawing";
|
|
26
|
-
import { nodesEdgesFromHierarchy } from "./processing/network";
|
|
27
|
-
export { AnnotationLayer, DividedLine, XYFrame, MinimapXYFrame, MiniMap, Brush, Axis, InteractionLayer, VisualizationLayer, OrdinalFrame, Annotation, NetworkFrame, ResponsiveMinimapXYFrame, ResponsiveOrdinalFrame, ResponsiveNetworkFrame, ResponsiveXYFrame, SparkOrdinalFrame, SparkNetworkFrame, SparkXYFrame, Legend, Mark, funnelize, calculateDataExtent, FacetController, hexbinning, heatmapping, nodesEdgesFromHierarchy };
|
|
28
|
-
export { NodeType, EdgeType, GraphSettingsType, NetworkSettingsType, NetworkFrameState, NetworkFrameProps } from "./types/networkTypes";
|
|
29
|
-
export { AnnotationType, CustomHoverType, AnnotationTypes, AnnotationHandling, AnnotationProps, AxisProps, AxisGeneratingFunction } from "./types/annotationTypes";
|
|
30
|
-
export { ContextType } from "./types/canvasTypes";
|
|
31
|
-
export { GenericObject, MarginType, ProjectionTypes, ExtentType, ProjectedPoint, PieceLayoutType, ProjectedLine, ProjectedSummary, RoughType, CanvasPostProcessTypes, ExtentSettingsType, accessorType, AccessorFnType, BasicLineTypes, LineTypeSettings, BasicSummaryTypes, SummaryTypeSettings, RawLine, RawSummary, RawPoint, CustomAreaMarkProps, ProjectedBin, GenericAccessor, VizLayerTypes, RenderPipelineType, OrdinalSummaryTypes, OrdinalSummaryTypeSettings, AxisSummaryTypeSettings, GeneralFrameProps, GeneralFrameState } from "./types/generalTypes";
|
|
32
|
-
export { AdvancedInteractionSettings, Interactivity, InteractionLayerProps, VoronoiEntryType, BaseColumnType, InteractionLayerState } from "./types/interactionTypes";
|
|
33
|
-
export { SupportedLegendGlyphs, ItemType, LegendItem, LegendGroup, LegendProps } from "./types/legendTypes";
|
|
34
|
-
export { OExtentObject, PieceTypes, PieceTypeSettings, ProjectedOrdinalSummary, OrdinalFrameProps, OrdinalFrameState } from "./types/ordinalTypes";
|
|
35
|
-
export { XYFrameProps, AnnotatedSettingsProps, XYFrameState, SummaryLayoutType } from "./types/xyTypes";
|
|
1
|
+
import AnnotationLayer from "./AnnotationLayer/AnnotationLayer";
|
|
2
|
+
import DividedLine from "./DividedLine";
|
|
3
|
+
import XYFrame from "./XYFrame";
|
|
4
|
+
import OrdinalFrame from "./OrdinalFrame";
|
|
5
|
+
import MinimapXYFrame from "./MinimapXYFrame";
|
|
6
|
+
import MiniMap from "./MiniMap";
|
|
7
|
+
import Axis from "./Axis";
|
|
8
|
+
import Legend from "./Legend";
|
|
9
|
+
import Annotation from "./Annotation";
|
|
10
|
+
import Brush from "./Brush";
|
|
11
|
+
import InteractionLayer from "./InteractionLayer";
|
|
12
|
+
import VisualizationLayer from "./VisualizationLayer";
|
|
13
|
+
import NetworkFrame from "./NetworkFrame";
|
|
14
|
+
import { funnelize } from "./svg/lineDrawing";
|
|
15
|
+
import { calculateDataExtent } from "./data/dataFunctions";
|
|
16
|
+
import FacetController from "./FacetController";
|
|
17
|
+
import { ResponsiveNetworkFrame } from "./ResponsiveNetworkFrame";
|
|
18
|
+
import { ResponsiveMinimapXYFrame } from "./ResponsiveMinimapXYFrame";
|
|
19
|
+
import { ResponsiveXYFrame } from "./ResponsiveXYFrame";
|
|
20
|
+
import { ResponsiveOrdinalFrame } from "./ResponsiveOrdinalFrame";
|
|
21
|
+
import { SparkXYFrame } from "./SparkXYFrame";
|
|
22
|
+
import { SparkOrdinalFrame } from "./SparkOrdinalFrame";
|
|
23
|
+
import { SparkNetworkFrame } from "./SparkNetworkFrame";
|
|
24
|
+
import Mark from "./Mark/Mark";
|
|
25
|
+
import { hexbinning, heatmapping } from "./svg/areaDrawing";
|
|
26
|
+
import { nodesEdgesFromHierarchy } from "./processing/network";
|
|
27
|
+
export { AnnotationLayer, DividedLine, XYFrame, MinimapXYFrame, MiniMap, Brush, Axis, InteractionLayer, VisualizationLayer, OrdinalFrame, Annotation, NetworkFrame, ResponsiveMinimapXYFrame, ResponsiveOrdinalFrame, ResponsiveNetworkFrame, ResponsiveXYFrame, SparkOrdinalFrame, SparkNetworkFrame, SparkXYFrame, Legend, Mark, funnelize, calculateDataExtent, FacetController, hexbinning, heatmapping, nodesEdgesFromHierarchy };
|
|
28
|
+
export { NodeType, EdgeType, GraphSettingsType, NetworkSettingsType, NetworkFrameState, NetworkFrameProps } from "./types/networkTypes";
|
|
29
|
+
export { AnnotationType, CustomHoverType, AnnotationTypes, AnnotationHandling, AnnotationProps, AxisProps, AxisGeneratingFunction } from "./types/annotationTypes";
|
|
30
|
+
export { ContextType } from "./types/canvasTypes";
|
|
31
|
+
export { GenericObject, MarginType, ProjectionTypes, ExtentType, ProjectedPoint, PieceLayoutType, ProjectedLine, ProjectedSummary, RoughType, CanvasPostProcessTypes, ExtentSettingsType, accessorType, AccessorFnType, BasicLineTypes, LineTypeSettings, BasicSummaryTypes, SummaryTypeSettings, RawLine, RawSummary, RawPoint, CustomAreaMarkProps, ProjectedBin, GenericAccessor, VizLayerTypes, RenderPipelineType, OrdinalSummaryTypes, OrdinalSummaryTypeSettings, AxisSummaryTypeSettings, GeneralFrameProps, GeneralFrameState } from "./types/generalTypes";
|
|
32
|
+
export { AdvancedInteractionSettings, Interactivity, InteractionLayerProps, VoronoiEntryType, BaseColumnType, InteractionLayerState } from "./types/interactionTypes";
|
|
33
|
+
export { SupportedLegendGlyphs, ItemType, LegendItem, LegendGroup, LegendProps } from "./types/legendTypes";
|
|
34
|
+
export { OExtentObject, PieceTypes, PieceTypeSettings, ProjectedOrdinalSummary, OrdinalFrameProps, OrdinalFrameState } from "./types/ordinalTypes";
|
|
35
|
+
export { XYFrameProps, AnnotatedSettingsProps, XYFrameState, SummaryLayoutType } from "./types/xyTypes";
|