@hpcc-js/chart 2.86.0 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +2 -0
- package/dist/index.css.map +7 -0
- package/dist/index.js +63 -11786
- package/dist/index.js.map +7 -1
- package/package.json +29 -33
- package/src/Area.ts +1 -1
- package/src/Axis.ts +89 -58
- package/src/Bar.ts +1 -1
- package/src/BubbleXY.ts +1 -1
- package/src/Bullet.ts +21 -11
- package/src/Column.ts +1 -2
- package/src/Contour.ts +1 -1
- package/src/Gantt.ts +1 -1
- package/src/Gauge.ts +30 -28
- package/src/HalfPie.ts +1 -1
- package/src/Heat.ts +1 -1
- package/src/HexBin.ts +1 -1
- package/src/Line.ts +1 -1
- package/src/QuarterPie.ts +1 -1
- package/src/Scatter.ts +1 -2
- package/src/StatChart.ts +2 -2
- package/src/Step.ts +1 -1
- package/src/WordCloud.ts +1 -1
- package/src/XYAxis.ts +1 -1
- package/src/__package__.ts +1 -1
- package/src/index.ts +27 -27
- package/types/Area.d.ts +1 -2
- package/types/Axis.d.ts +67 -118
- package/types/Bar.d.ts +1 -2
- package/types/Bubble.d.ts +0 -1
- package/types/BubbleXY.d.ts +1 -2
- package/types/Bullet.d.ts +13 -7
- package/types/Column.d.ts +1 -3
- package/types/Contour.d.ts +1 -2
- package/types/D3Cloud.d.ts +0 -1
- package/types/Gantt.d.ts +1 -2
- package/types/Gauge.d.ts +19 -11
- package/types/HalfPie.d.ts +1 -2
- package/types/Heat.d.ts +1 -2
- package/types/HexBin.d.ts +1 -2
- package/types/Line.d.ts +1 -2
- package/types/Pie.d.ts +0 -1
- package/types/QuarterPie.d.ts +1 -2
- package/types/QuartileCandlestick.d.ts +0 -1
- package/types/Radar.d.ts +0 -1
- package/types/RadialBar.d.ts +0 -1
- package/types/Scatter.d.ts +1 -3
- package/types/StatChart.d.ts +2 -3
- package/types/Step.d.ts +1 -2
- package/types/Summary.d.ts +0 -1
- package/types/SummaryC.d.ts +0 -1
- package/types/WordCloud.d.ts +0 -1
- package/types/XYAxis.d.ts +1 -2
- package/types/__package__.d.ts +1 -2
- package/types/index.d.ts +27 -28
- package/dist/index.es6.js +0 -11759
- package/dist/index.es6.js.map +0 -1
- package/dist/index.min.js +0 -2
- package/dist/index.min.js.map +0 -1
- package/types/Area.d.ts.map +0 -1
- package/types/Axis.d.ts.map +0 -1
- package/types/Bar.d.ts.map +0 -1
- package/types/Bubble.d.ts.map +0 -1
- package/types/BubbleXY.d.ts.map +0 -1
- package/types/Bullet.d.ts.map +0 -1
- package/types/Column.d.ts.map +0 -1
- package/types/Contour.d.ts.map +0 -1
- package/types/D3Cloud.d.ts.map +0 -1
- package/types/Gantt.d.ts.map +0 -1
- package/types/Gauge.d.ts.map +0 -1
- package/types/HalfPie.d.ts.map +0 -1
- package/types/Heat.d.ts.map +0 -1
- package/types/HexBin.d.ts.map +0 -1
- package/types/Line.d.ts.map +0 -1
- package/types/Pie.d.ts.map +0 -1
- package/types/QuarterPie.d.ts.map +0 -1
- package/types/QuartileCandlestick.d.ts.map +0 -1
- package/types/Radar.d.ts.map +0 -1
- package/types/RadialBar.d.ts.map +0 -1
- package/types/Scatter.d.ts.map +0 -1
- package/types/StatChart.d.ts.map +0 -1
- package/types/Step.d.ts.map +0 -1
- package/types/Summary.d.ts.map +0 -1
- package/types/SummaryC.d.ts.map +0 -1
- package/types/WordCloud.d.ts.map +0 -1
- package/types/XYAxis.d.ts.map +0 -1
- package/types/__package__.d.ts.map +0 -1
- package/types/__tests__/heat.d.ts +0 -10
- package/types/__tests__/heat.d.ts.map +0 -1
- package/types/__tests__/index.d.ts +0 -2
- package/types/__tests__/index.d.ts.map +0 -1
- package/types/__tests__/pie.d.ts +0 -5
- package/types/__tests__/pie.d.ts.map +0 -1
- package/types/__tests__/stat.d.ts +0 -5
- package/types/__tests__/stat.d.ts.map +0 -1
- package/types/__tests__/test3.d.ts +0 -9
- package/types/__tests__/test3.d.ts.map +0 -1
- package/types/index.d.ts.map +0 -1
- package/types/test.d.ts +0 -10
- package/types/test.d.ts.map +0 -1
- package/types-3.4/Area.d.ts +0 -5
- package/types-3.4/Axis.d.ts +0 -180
- package/types-3.4/Bar.d.ts +0 -5
- package/types-3.4/Bubble.d.ts +0 -32
- package/types-3.4/BubbleXY.d.ts +0 -6
- package/types-3.4/Bullet.d.ts +0 -19
- package/types-3.4/Column.d.ts +0 -70
- package/types-3.4/Contour.d.ts +0 -30
- package/types-3.4/D3Cloud.d.ts +0 -2
- package/types-3.4/Gantt.d.ts +0 -5
- package/types-3.4/Gauge.d.ts +0 -47
- package/types-3.4/HalfPie.d.ts +0 -7
- package/types-3.4/Heat.d.ts +0 -32
- package/types-3.4/HexBin.d.ts +0 -34
- package/types-3.4/Line.d.ts +0 -6
- package/types-3.4/Pie.d.ts +0 -95
- package/types-3.4/QuarterPie.d.ts +0 -12
- package/types-3.4/QuartileCandlestick.d.ts +0 -57
- package/types-3.4/Radar.d.ts +0 -47
- package/types-3.4/RadialBar.d.ts +0 -44
- package/types-3.4/Scatter.d.ts +0 -80
- package/types-3.4/StatChart.d.ts +0 -70
- package/types-3.4/Step.d.ts +0 -5
- package/types-3.4/Summary.d.ts +0 -105
- package/types-3.4/SummaryC.d.ts +0 -69
- package/types-3.4/WordCloud.d.ts +0 -130
- package/types-3.4/XYAxis.d.ts +0 -181
- package/types-3.4/__package__.d.ts +0 -4
- package/types-3.4/__tests__/heat.d.ts +0 -10
- package/types-3.4/__tests__/index.d.ts +0 -2
- package/types-3.4/__tests__/pie.d.ts +0 -5
- package/types-3.4/__tests__/stat.d.ts +0 -5
- package/types-3.4/__tests__/test3.d.ts +0 -9
- package/types-3.4/index.d.ts +0 -28
- package/types-3.4/test.d.ts +0 -10
package/types-3.4/SummaryC.d.ts
DELETED
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
import { CanvasWidget } from "@hpcc-js/common";
|
|
2
|
-
export declare class SummaryC extends CanvasWidget {
|
|
3
|
-
protected _playIntervalIdx: number;
|
|
4
|
-
constructor();
|
|
5
|
-
currentRow(): any;
|
|
6
|
-
enter(domNode: any, element: any): void;
|
|
7
|
-
update(domNode: any, element: any): void;
|
|
8
|
-
}
|
|
9
|
-
export interface SummaryC {
|
|
10
|
-
iconColumn(): string;
|
|
11
|
-
iconColumn(_: string): this;
|
|
12
|
-
iconColumn_exists(): boolean;
|
|
13
|
-
icon(): string;
|
|
14
|
-
icon(_: string): this;
|
|
15
|
-
icon_exists(): boolean;
|
|
16
|
-
iconOpacity(): number;
|
|
17
|
-
iconOpacity(_: number): this;
|
|
18
|
-
fontFamily(): string;
|
|
19
|
-
fontFamily(_: string): this;
|
|
20
|
-
labelColumn(): string;
|
|
21
|
-
labelColumn(_: string): this;
|
|
22
|
-
labelColumn_exists(): boolean;
|
|
23
|
-
labelOpacity(): number;
|
|
24
|
-
labelOpacity(_: number): this;
|
|
25
|
-
valueColumn(): string;
|
|
26
|
-
valueColumn(_: string): this;
|
|
27
|
-
valueColumn_exists(): boolean;
|
|
28
|
-
valueOpacity(): number;
|
|
29
|
-
valueOpacity(_: number): this;
|
|
30
|
-
fontSizeRatio(): number;
|
|
31
|
-
fontSizeRatio(_: number): this;
|
|
32
|
-
colorFillColumn(): string;
|
|
33
|
-
colorFillColumn(_: string): this;
|
|
34
|
-
colorFillColumn_exists(): boolean;
|
|
35
|
-
colorFill(): string;
|
|
36
|
-
colorFill(_: string): this;
|
|
37
|
-
colorFill_exists(): boolean;
|
|
38
|
-
colorStrokeColumn(): string;
|
|
39
|
-
colorStrokeColumn(_: string): this;
|
|
40
|
-
colorStrokeColumn_exists(): boolean;
|
|
41
|
-
colorStroke(): string;
|
|
42
|
-
colorStroke(_: string): this;
|
|
43
|
-
colorStroke_exists(): boolean;
|
|
44
|
-
fixedSize(): boolean;
|
|
45
|
-
fixedSize(_: boolean): this;
|
|
46
|
-
fixedSize_exists(): boolean;
|
|
47
|
-
minWidth(): number;
|
|
48
|
-
minWidth(_: number): this;
|
|
49
|
-
minWidth_exists(): boolean;
|
|
50
|
-
minHeight(): number;
|
|
51
|
-
minHeight(_: number): this;
|
|
52
|
-
minHeight_exists(): boolean;
|
|
53
|
-
playInterval(): number;
|
|
54
|
-
playInterval(_: number): this;
|
|
55
|
-
playInterval_exists(): boolean;
|
|
56
|
-
paddingSizeRatio(): number;
|
|
57
|
-
paddingSizeRatio(_: number): this;
|
|
58
|
-
iconSizeRatio(): number;
|
|
59
|
-
iconSizeRatio(_: number): this;
|
|
60
|
-
iconAnchor(): "start" | "middle" | "end";
|
|
61
|
-
iconAnchor(_: "start" | "middle" | "end"): this;
|
|
62
|
-
labelAnchor(): "start" | "middle" | "end";
|
|
63
|
-
labelAnchor(_: "start" | "middle" | "end"): this;
|
|
64
|
-
valueAnchor(): "start" | "middle" | "end";
|
|
65
|
-
valueAnchor(_: "start" | "middle" | "end"): this;
|
|
66
|
-
iconBaseline(): "top" | "middle" | "bottom";
|
|
67
|
-
iconBaseline(_: "top" | "middle" | "bottom"): this;
|
|
68
|
-
}
|
|
69
|
-
//# sourceMappingURL=SummaryC.d.ts.map
|
package/types-3.4/WordCloud.d.ts
DELETED
|
@@ -1,130 +0,0 @@
|
|
|
1
|
-
import { InputField, SVGWidget, Utility } from "@hpcc-js/common";
|
|
2
|
-
import "../src/WordCloud.css";
|
|
3
|
-
export declare class WordCloud extends SVGWidget {
|
|
4
|
-
static __inputs: InputField[];
|
|
5
|
-
private _prevOffsetX;
|
|
6
|
-
private _prevOffsetY;
|
|
7
|
-
private _prevZoom;
|
|
8
|
-
private _root;
|
|
9
|
-
private _canvas;
|
|
10
|
-
private _d3Cloud;
|
|
11
|
-
private _d3Zoom;
|
|
12
|
-
constructor();
|
|
13
|
-
calcData(): any;
|
|
14
|
-
enter(domNode: any, element: any): void;
|
|
15
|
-
update(domNode: any, element: any): void;
|
|
16
|
-
zoomed(source: any, translate: any, scale: any): void;
|
|
17
|
-
paletteID: {
|
|
18
|
-
(): string;
|
|
19
|
-
(_: string): WordCloud;
|
|
20
|
-
};
|
|
21
|
-
paletteID_exists: () => boolean;
|
|
22
|
-
useClonedPalette: {
|
|
23
|
-
(): boolean;
|
|
24
|
-
(_: boolean): WordCloud;
|
|
25
|
-
};
|
|
26
|
-
useClonedPalette_exists: () => boolean;
|
|
27
|
-
fontFamily: {
|
|
28
|
-
(): string;
|
|
29
|
-
(_: string): WordCloud;
|
|
30
|
-
};
|
|
31
|
-
fontFamily_exists: () => boolean;
|
|
32
|
-
fontSizeFrom: {
|
|
33
|
-
(): number;
|
|
34
|
-
(_: number): WordCloud;
|
|
35
|
-
};
|
|
36
|
-
fontSizeFrom_exists: () => boolean;
|
|
37
|
-
fontSizeTo: {
|
|
38
|
-
(): number;
|
|
39
|
-
(_: number): WordCloud;
|
|
40
|
-
};
|
|
41
|
-
fontSizeTo_exists: () => boolean;
|
|
42
|
-
angleFrom: {
|
|
43
|
-
(): number;
|
|
44
|
-
(_: number): WordCloud;
|
|
45
|
-
};
|
|
46
|
-
angleFrom_exists: () => boolean;
|
|
47
|
-
angleTo: {
|
|
48
|
-
(): number;
|
|
49
|
-
(_: number): WordCloud;
|
|
50
|
-
};
|
|
51
|
-
angleTo_exists: () => boolean;
|
|
52
|
-
angleCount: {
|
|
53
|
-
(): number;
|
|
54
|
-
(_: number): WordCloud;
|
|
55
|
-
};
|
|
56
|
-
angleCount_exists: () => boolean;
|
|
57
|
-
padding: {
|
|
58
|
-
(): number;
|
|
59
|
-
(_: number): WordCloud;
|
|
60
|
-
};
|
|
61
|
-
padding_exists: () => boolean;
|
|
62
|
-
scaleMode: {
|
|
63
|
-
(): string;
|
|
64
|
-
(_: string): WordCloud;
|
|
65
|
-
};
|
|
66
|
-
scaleMode_exists: () => boolean;
|
|
67
|
-
spiral: {
|
|
68
|
-
(): string;
|
|
69
|
-
(_: string): WordCloud;
|
|
70
|
-
};
|
|
71
|
-
spiral_exists: () => boolean;
|
|
72
|
-
offsetX: {
|
|
73
|
-
(): number;
|
|
74
|
-
(_: number): WordCloud;
|
|
75
|
-
};
|
|
76
|
-
offsetX_exists: () => boolean;
|
|
77
|
-
offsetY: {
|
|
78
|
-
(): number;
|
|
79
|
-
(_: number): WordCloud;
|
|
80
|
-
};
|
|
81
|
-
offsetY_exists: () => boolean;
|
|
82
|
-
zoom: {
|
|
83
|
-
(): number;
|
|
84
|
-
(_: number): WordCloud;
|
|
85
|
-
};
|
|
86
|
-
zoom_exists: () => boolean;
|
|
87
|
-
_palette: any;
|
|
88
|
-
click: (row: any, column: any, selected: any) => void;
|
|
89
|
-
dblclick: (row: any, column: any, selected: any) => void;
|
|
90
|
-
tooltip: any;
|
|
91
|
-
tooltipHTML: (_?: any) => any;
|
|
92
|
-
tooltipFormat: (opts: any) => any;
|
|
93
|
-
tooltipStyle: {
|
|
94
|
-
(): string;
|
|
95
|
-
(_: string): WordCloud;
|
|
96
|
-
};
|
|
97
|
-
tooltipStyle_exists: () => boolean;
|
|
98
|
-
tooltipValueFormat: {
|
|
99
|
-
(): string;
|
|
100
|
-
(_: string): WordCloud;
|
|
101
|
-
};
|
|
102
|
-
tooltipValueFormat_exists: () => boolean;
|
|
103
|
-
tooltipSeriesColor: {
|
|
104
|
-
(): string;
|
|
105
|
-
(_: string): WordCloud;
|
|
106
|
-
};
|
|
107
|
-
tooltipSeriesColor_exists: () => boolean;
|
|
108
|
-
tooltipLabelColor: {
|
|
109
|
-
(): string;
|
|
110
|
-
(_: string): WordCloud;
|
|
111
|
-
};
|
|
112
|
-
tooltipLabelColor_exists: () => boolean;
|
|
113
|
-
tooltipValueColor: {
|
|
114
|
-
(): string;
|
|
115
|
-
(_: string): WordCloud;
|
|
116
|
-
};
|
|
117
|
-
tooltipValueColor_exists: () => boolean;
|
|
118
|
-
tooltipTick: {
|
|
119
|
-
(): boolean;
|
|
120
|
-
(_: boolean): WordCloud;
|
|
121
|
-
};
|
|
122
|
-
tooltipTick_exists: () => boolean;
|
|
123
|
-
tooltipOffset: {
|
|
124
|
-
(): number;
|
|
125
|
-
(_: number): WordCloud;
|
|
126
|
-
};
|
|
127
|
-
tooltipOffset_exists: () => boolean;
|
|
128
|
-
_selection: Utility.SimpleSelection;
|
|
129
|
-
}
|
|
130
|
-
//# sourceMappingURL=WordCloud.d.ts.map
|
package/types-3.4/XYAxis.d.ts
DELETED
|
@@ -1,181 +0,0 @@
|
|
|
1
|
-
import { SVGWidget, Utility } from "@hpcc-js/common";
|
|
2
|
-
import { Axis } from "./Axis";
|
|
3
|
-
import "../src/XYAxis.css";
|
|
4
|
-
export declare class XYAxis extends SVGWidget {
|
|
5
|
-
protected domainAxis: Axis;
|
|
6
|
-
protected valueAxis: Axis;
|
|
7
|
-
protected xAxis: Axis;
|
|
8
|
-
protected yAxis: Axis;
|
|
9
|
-
protected xyBrush: any;
|
|
10
|
-
protected xBrush: any;
|
|
11
|
-
protected yBrush: any;
|
|
12
|
-
protected margin: any;
|
|
13
|
-
protected focusChart: XYAxis;
|
|
14
|
-
_palette: any;
|
|
15
|
-
constructor();
|
|
16
|
-
protected _prevBrush: any;
|
|
17
|
-
resetSelection(): this;
|
|
18
|
-
parseData(d: any): any;
|
|
19
|
-
parseValue(d: any): any;
|
|
20
|
-
formatData(d: any): any;
|
|
21
|
-
formatValue(d: any): any;
|
|
22
|
-
parsedData(): any;
|
|
23
|
-
bandwidth(): any;
|
|
24
|
-
protected svg: any;
|
|
25
|
-
protected svgRegions: any;
|
|
26
|
-
protected svgDomainGuide: any;
|
|
27
|
-
protected svgValueGuide: any;
|
|
28
|
-
protected svgData: any;
|
|
29
|
-
protected svgDataClipRect: any;
|
|
30
|
-
protected svgFocus: any;
|
|
31
|
-
protected svgBrush: any;
|
|
32
|
-
enter(domNode: any, element: any): void;
|
|
33
|
-
resizeBrushHandle(d: any, width: any, height: any): string;
|
|
34
|
-
private _skipSelection;
|
|
35
|
-
skipSelection(): boolean;
|
|
36
|
-
skipSelection(_: boolean): this;
|
|
37
|
-
brushMoved(): void;
|
|
38
|
-
brushMoved2(): void;
|
|
39
|
-
dataPos(d: any): any;
|
|
40
|
-
valuePos(d: any): any;
|
|
41
|
-
getAxisSize(host: XYAxis): {
|
|
42
|
-
width: number;
|
|
43
|
-
height: number;
|
|
44
|
-
};
|
|
45
|
-
calcMargin(_domNode: any, element: any, isHorizontal: any): {
|
|
46
|
-
top: number;
|
|
47
|
-
right: number;
|
|
48
|
-
bottom: number;
|
|
49
|
-
left: number;
|
|
50
|
-
};
|
|
51
|
-
updateRegions(_domNode: any, _element: any, isHorizontal: any): void;
|
|
52
|
-
protected _prevXAxisType: any;
|
|
53
|
-
update(domNode: any, element: any): void;
|
|
54
|
-
updateBrush(width: any, height: any, maxCurrExtent: any, isHorizontal: any): void;
|
|
55
|
-
updateFocusChart(domNode: any, element: any, margin: any, width: any, height: any, isHorizontal: any): void;
|
|
56
|
-
syncAxis(width: number): void;
|
|
57
|
-
layerColumns(host: XYAxis): string[];
|
|
58
|
-
layerColumnIndices(host: XYAxis): number[];
|
|
59
|
-
layerColumnIndex(host: XYAxis, column: string): number;
|
|
60
|
-
layerData(host: XYAxis): any[][];
|
|
61
|
-
layerEnter(host: XYAxis, element: any, duration?: number): void;
|
|
62
|
-
layerUpdate(host: XYAxis, element: any, duration?: number): void;
|
|
63
|
-
layerExit(host: XYAxis, element: any, duration?: number): void;
|
|
64
|
-
chartsEnter(host: XYAxis, element: any, duration?: number): void;
|
|
65
|
-
chartsUpdate(width: any, height: any, duration: any): void;
|
|
66
|
-
exit(domNode: any, element: any): void;
|
|
67
|
-
selection(_selected: any): void;
|
|
68
|
-
xAxisOrdinalMapping(origRow: any, lparam: any): any;
|
|
69
|
-
click(row: any, column: any, selected: any): void;
|
|
70
|
-
_selection: Utility.SimpleSelection;
|
|
71
|
-
}
|
|
72
|
-
export interface XYAxis {
|
|
73
|
-
orientation(): "horizontal" | "vertical";
|
|
74
|
-
orientation(_: "horizontal" | "vertical"): this;
|
|
75
|
-
orientation_default(_: string): any;
|
|
76
|
-
pointSizeColumn(): string;
|
|
77
|
-
pointSizeColumn(_: string): this;
|
|
78
|
-
pointSizeColumn_exists(): boolean;
|
|
79
|
-
minPointSize(): number;
|
|
80
|
-
minPointSize(_: number): this;
|
|
81
|
-
maxPointSize(): number;
|
|
82
|
-
maxPointSize(_: number): this;
|
|
83
|
-
use2dSelection(): boolean;
|
|
84
|
-
use2dSelection(_: boolean): this;
|
|
85
|
-
selectionMode(): boolean;
|
|
86
|
-
selectionMode(_: boolean): this;
|
|
87
|
-
xAxisTitle(): string;
|
|
88
|
-
xAxisTitle(_: string): this;
|
|
89
|
-
xAxisTitle_exists(): boolean;
|
|
90
|
-
xAxisTickCount(): number;
|
|
91
|
-
xAxisTickCount(_: number): this;
|
|
92
|
-
xAxisTickFormat(): string;
|
|
93
|
-
xAxisTickFormat(_: string): this;
|
|
94
|
-
xAxisTicks(): Array<{
|
|
95
|
-
value: string;
|
|
96
|
-
label: string;
|
|
97
|
-
}>;
|
|
98
|
-
xAxisTicks(_: Array<{
|
|
99
|
-
value: string;
|
|
100
|
-
label: string;
|
|
101
|
-
}>): this;
|
|
102
|
-
xAxisType(): "none" | "ordinal" | "linear" | "pow" | "log" | "time";
|
|
103
|
-
xAxisType(_: "none" | "ordinal" | "linear" | "pow" | "log" | "time"): this;
|
|
104
|
-
xAxisType_default(_: string): any;
|
|
105
|
-
xAxisTypeTimePattern(): string;
|
|
106
|
-
xAxisTypeTimePattern(_: string): this;
|
|
107
|
-
xAxisDomainLow(): number | string;
|
|
108
|
-
xAxisDomainLow(_: number | string): this;
|
|
109
|
-
xAxisDomainHigh(): number | string;
|
|
110
|
-
xAxisDomainHigh(_: number | string): this;
|
|
111
|
-
xAxisFontSize(): number | string;
|
|
112
|
-
xAxisFontSize(_: number | string): this;
|
|
113
|
-
xAxisFontFamily(): string;
|
|
114
|
-
xAxisFontFamily(_: string): this;
|
|
115
|
-
xAxisOrdinalPaddingInner(): number;
|
|
116
|
-
xAxisOrdinalPaddingInner(_: number): this;
|
|
117
|
-
xAxisOrdinalPaddingOuter(): number;
|
|
118
|
-
xAxisOrdinalPaddingOuter(_: number): this;
|
|
119
|
-
xAxisOverlapMode(): "none" | "stagger" | "hide" | "rotate" | "linebreak" | "wrap";
|
|
120
|
-
xAxisOverlapMode(_: "none" | "stagger" | "hide" | "rotate" | "linebreak" | "wrap"): this;
|
|
121
|
-
xAxisLabelRotation(): number;
|
|
122
|
-
xAxisLabelRotation(_: number): this;
|
|
123
|
-
xAxisDomainPadding(): number;
|
|
124
|
-
xAxisDomainPadding(_: number): this;
|
|
125
|
-
xAxisGuideLines(): boolean;
|
|
126
|
-
xAxisGuideLines(_: boolean): this;
|
|
127
|
-
xAxisGuideLines_default(_: boolean): any;
|
|
128
|
-
xAxisFocus(): boolean;
|
|
129
|
-
xAxisFocus(_: boolean): this;
|
|
130
|
-
xAxisFocusHeight(): number;
|
|
131
|
-
xAxisFocusHeight(_: number): this;
|
|
132
|
-
xAxisHidden(): boolean;
|
|
133
|
-
xAxisHidden(_: boolean): this;
|
|
134
|
-
xAxisHidden_default(_: boolean): any;
|
|
135
|
-
yAxisTitle(): string;
|
|
136
|
-
yAxisTitle(_: string): this;
|
|
137
|
-
yAxisTickCount(): number;
|
|
138
|
-
yAxisTickCount(_: number): this;
|
|
139
|
-
yAxisTickFormat(): string;
|
|
140
|
-
yAxisTickFormat(_: string): this;
|
|
141
|
-
yAxisTicks(): Array<{
|
|
142
|
-
value: string;
|
|
143
|
-
label: string;
|
|
144
|
-
}>;
|
|
145
|
-
yAxisTicks(_: Array<{
|
|
146
|
-
value: string;
|
|
147
|
-
label: string;
|
|
148
|
-
}>): this;
|
|
149
|
-
yAxisType(): "none" | "ordinal" | "linear" | "pow" | "log" | "time";
|
|
150
|
-
yAxisType(_: "none" | "ordinal" | "linear" | "pow" | "log" | "time"): this;
|
|
151
|
-
yAxisType_default(_: string): any;
|
|
152
|
-
yAxisTypeTimePattern(): string;
|
|
153
|
-
yAxisTypeTimePattern(_: string): this;
|
|
154
|
-
yAxisTypePowExponent(): number;
|
|
155
|
-
yAxisTypePowExponent(_: number): this;
|
|
156
|
-
yAxisTypeLogBase(): number;
|
|
157
|
-
yAxisTypeLogBase(_: number): this;
|
|
158
|
-
yAxisStacked(): boolean;
|
|
159
|
-
yAxisStacked(_: boolean): this;
|
|
160
|
-
yAxisDomainLow(): number | string;
|
|
161
|
-
yAxisDomainLow(_: number | string): this;
|
|
162
|
-
yAxisDomainHigh(): number | string;
|
|
163
|
-
yAxisDomainHigh(_: number | string): this;
|
|
164
|
-
yAxisDomainPadding(): number;
|
|
165
|
-
yAxisDomainPadding(_: number): this;
|
|
166
|
-
yAxisGuideLines(): boolean;
|
|
167
|
-
yAxisGuideLines(_: boolean): this;
|
|
168
|
-
yAxisGuideLines_default(_: boolean): any;
|
|
169
|
-
yAxisHidden(): boolean;
|
|
170
|
-
yAxisHidden(_: boolean): this;
|
|
171
|
-
yAxisHidden_default(_: boolean): any;
|
|
172
|
-
regions(): object[];
|
|
173
|
-
regions(_: object[]): this;
|
|
174
|
-
layers(): XYAxis[];
|
|
175
|
-
layers(_: XYAxis[]): this;
|
|
176
|
-
xAxisPadding(): number;
|
|
177
|
-
xAxisPadding(_: number): this;
|
|
178
|
-
yAxisPadding(): number;
|
|
179
|
-
yAxisPadding(_: number): this;
|
|
180
|
-
}
|
|
181
|
-
//# sourceMappingURL=XYAxis.d.ts.map
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Heat } from "../Heat";
|
|
2
|
-
export declare class Test extends Heat {
|
|
3
|
-
constructor();
|
|
4
|
-
}
|
|
5
|
-
export declare const distribution: any;
|
|
6
|
-
export declare const quartiles: any;
|
|
7
|
-
export declare class StdDevTest extends Heat {
|
|
8
|
-
constructor();
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=heat.d.ts.map
|
package/types-3.4/index.d.ts
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
export * from "./__package__";
|
|
2
|
-
export * from "./Area";
|
|
3
|
-
export * from "./Axis";
|
|
4
|
-
export * from "./Bar";
|
|
5
|
-
export * from "./Bubble";
|
|
6
|
-
export * from "./BubbleXY";
|
|
7
|
-
export * from "./Bullet";
|
|
8
|
-
export * from "./Column";
|
|
9
|
-
export * from "./Contour";
|
|
10
|
-
export * from "./Gantt";
|
|
11
|
-
export * from "./Gauge";
|
|
12
|
-
export * from "./HalfPie";
|
|
13
|
-
export * from "./Heat";
|
|
14
|
-
export * from "./HexBin";
|
|
15
|
-
export * from "./Line";
|
|
16
|
-
export * from "./Pie";
|
|
17
|
-
export * from "./QuarterPie";
|
|
18
|
-
export * from "./QuartileCandlestick";
|
|
19
|
-
export * from "./Radar";
|
|
20
|
-
export * from "./RadialBar";
|
|
21
|
-
export * from "./Scatter";
|
|
22
|
-
export * from "./StatChart";
|
|
23
|
-
export * from "./Step";
|
|
24
|
-
export * from "./Summary";
|
|
25
|
-
export * from "./SummaryC";
|
|
26
|
-
export * from "./WordCloud";
|
|
27
|
-
export * from "./XYAxis";
|
|
28
|
-
//# sourceMappingURL=index.d.ts.map
|
package/types-3.4/test.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Column } from "./Column";
|
|
2
|
-
import { Pie } from "./Pie";
|
|
3
|
-
export { Test3 as Test };
|
|
4
|
-
export declare class Test3 extends Column {
|
|
5
|
-
constructor();
|
|
6
|
-
}
|
|
7
|
-
export declare class Test1 extends Pie {
|
|
8
|
-
constructor();
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=test.d.ts.map
|