@hpcc-js/chart 2.85.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 +30 -34
- 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 +2 -2
- 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 +2 -3
- 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/Axis.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SVGWidget } from "@hpcc-js/common";
|
|
2
2
|
import "../src/Axis.css";
|
|
3
3
|
export interface IOverflow {
|
|
4
4
|
left: number;
|
|
@@ -9,6 +9,8 @@ export interface IOverflow {
|
|
|
9
9
|
tickOverlapModulus: number;
|
|
10
10
|
}
|
|
11
11
|
export declare class Axis extends SVGWidget {
|
|
12
|
+
_origType: any;
|
|
13
|
+
_origTimePattern: any;
|
|
12
14
|
protected parser: any;
|
|
13
15
|
protected parserInvert: any;
|
|
14
16
|
protected formatter: (date: Date) => string;
|
|
@@ -19,14 +21,6 @@ export declare class Axis extends SVGWidget {
|
|
|
19
21
|
protected svg: any;
|
|
20
22
|
protected svgAxis: any;
|
|
21
23
|
protected svgGuides: any;
|
|
22
|
-
_type: string;
|
|
23
|
-
type(): string;
|
|
24
|
-
type(_: string): this;
|
|
25
|
-
_timePattern: string;
|
|
26
|
-
timePattern(): string;
|
|
27
|
-
timePattern(_: string): this;
|
|
28
|
-
timePattern_exists: () => boolean;
|
|
29
|
-
reverse: publish<this, boolean>;
|
|
30
24
|
constructor(drawStartPosition?: "origin" | "center");
|
|
31
25
|
lowValue(): any;
|
|
32
26
|
highValue(): any;
|
|
@@ -52,117 +46,73 @@ export declare class Axis extends SVGWidget {
|
|
|
52
46
|
update(domNode: any, element: any): void;
|
|
53
47
|
rerender(): void;
|
|
54
48
|
postUpdate(domNode: any, element: any): void;
|
|
55
|
-
title: {
|
|
56
|
-
(): string;
|
|
57
|
-
(_: string): Axis;
|
|
58
|
-
};
|
|
59
|
-
orientation: {
|
|
60
|
-
(): string;
|
|
61
|
-
(_: string): Axis;
|
|
62
|
-
};
|
|
63
|
-
orientation_default: {
|
|
64
|
-
(): string;
|
|
65
|
-
(_: string): Axis;
|
|
66
|
-
};
|
|
67
|
-
powExponent: {
|
|
68
|
-
(): number;
|
|
69
|
-
(_: number): Axis;
|
|
70
|
-
};
|
|
71
|
-
logBase: {
|
|
72
|
-
(): number;
|
|
73
|
-
(_: number): Axis;
|
|
74
|
-
};
|
|
75
|
-
ordinals: {
|
|
76
|
-
(): string[];
|
|
77
|
-
(_: string[]): Axis;
|
|
78
|
-
};
|
|
79
|
-
ordinals_exists: () => boolean;
|
|
80
|
-
fontSize: {
|
|
81
|
-
(): number;
|
|
82
|
-
(_: number): Axis;
|
|
83
|
-
};
|
|
84
|
-
fontSize_exists: () => boolean;
|
|
85
|
-
fontFamily: {
|
|
86
|
-
(): string;
|
|
87
|
-
(_: string): Axis;
|
|
88
|
-
};
|
|
89
|
-
tickCount: {
|
|
90
|
-
(): number;
|
|
91
|
-
(_: number): Axis;
|
|
92
|
-
};
|
|
93
|
-
tickFormat: {
|
|
94
|
-
(): string;
|
|
95
|
-
(_: string): Axis;
|
|
96
|
-
};
|
|
97
|
-
tickFormat_exists: () => boolean;
|
|
98
|
-
tickLength: {
|
|
99
|
-
(): number;
|
|
100
|
-
(_: number): Axis;
|
|
101
|
-
};
|
|
102
|
-
tickLength_exists: () => boolean;
|
|
103
|
-
ticks: {
|
|
104
|
-
(): Array<{
|
|
105
|
-
value: string;
|
|
106
|
-
label: string;
|
|
107
|
-
}>;
|
|
108
|
-
(_: Array<{
|
|
109
|
-
value: string;
|
|
110
|
-
label: string;
|
|
111
|
-
}>): Axis;
|
|
112
|
-
};
|
|
113
|
-
xAxisDomainLow: {
|
|
114
|
-
(): string;
|
|
115
|
-
(_: string): Axis;
|
|
116
|
-
};
|
|
117
|
-
xAxisDomainHigh: {
|
|
118
|
-
(): string;
|
|
119
|
-
(_: string): Axis;
|
|
120
|
-
};
|
|
121
|
-
low: {
|
|
122
|
-
(): any;
|
|
123
|
-
(_: any): Axis;
|
|
124
|
-
};
|
|
125
|
-
low_exists: () => boolean;
|
|
126
|
-
high: {
|
|
127
|
-
(): any;
|
|
128
|
-
(_: any): Axis;
|
|
129
|
-
};
|
|
130
|
-
high_exists: () => boolean;
|
|
131
|
-
overlapMode: {
|
|
132
|
-
(): string;
|
|
133
|
-
(_: string): Axis;
|
|
134
|
-
};
|
|
135
|
-
overlapMode_default: {
|
|
136
|
-
(): string;
|
|
137
|
-
(_: string): Axis;
|
|
138
|
-
};
|
|
139
|
-
labelRotation: {
|
|
140
|
-
(): number;
|
|
141
|
-
(_: number): Axis;
|
|
142
|
-
};
|
|
143
|
-
shrinkToFit: {
|
|
144
|
-
(): string;
|
|
145
|
-
(_: string): Axis;
|
|
146
|
-
};
|
|
147
|
-
shrinkToFit_default: {
|
|
148
|
-
(): string;
|
|
149
|
-
(_: string): Axis;
|
|
150
|
-
};
|
|
151
|
-
extend: {
|
|
152
|
-
(): number;
|
|
153
|
-
(_: number): Axis;
|
|
154
|
-
};
|
|
155
|
-
extend_default: {
|
|
156
|
-
(): number;
|
|
157
|
-
(_: number): Axis;
|
|
158
|
-
};
|
|
159
|
-
hidden: {
|
|
160
|
-
(): boolean;
|
|
161
|
-
(_: boolean): Axis;
|
|
162
|
-
};
|
|
163
49
|
}
|
|
164
50
|
export interface Axis {
|
|
51
|
+
type(): string;
|
|
52
|
+
type(_: string): this;
|
|
53
|
+
type_exists(): boolean;
|
|
54
|
+
timePattern(): string;
|
|
55
|
+
timePattern(_: string): this;
|
|
56
|
+
timePattern_exists(): boolean;
|
|
57
|
+
reverse(): boolean;
|
|
58
|
+
reverse(_: boolean): this;
|
|
59
|
+
title(): string;
|
|
60
|
+
title(_: string): this;
|
|
165
61
|
title_exists(): boolean;
|
|
62
|
+
orientation(): string;
|
|
63
|
+
orientation(_: string): this;
|
|
64
|
+
orientation_default(): string;
|
|
65
|
+
orientation_default(_: string): this;
|
|
66
|
+
powExponent(): number;
|
|
67
|
+
powExponent(_: number): this;
|
|
68
|
+
logBase(): number;
|
|
69
|
+
logBase(_: number): this;
|
|
70
|
+
ordinals(): string[];
|
|
71
|
+
ordinals(_: string[]): this;
|
|
72
|
+
ordinals_exists(): boolean;
|
|
73
|
+
fontSize(): number;
|
|
74
|
+
fontSize(_: number): this;
|
|
75
|
+
fontSize_exists(): boolean;
|
|
76
|
+
fontFamily(): string;
|
|
77
|
+
fontFamily(_: string): this;
|
|
78
|
+
tickCount(): number;
|
|
79
|
+
tickCount(_: number): this;
|
|
80
|
+
tickFormat(): string;
|
|
81
|
+
tickFormat(_: string): this;
|
|
82
|
+
tickFormat_exists(): boolean;
|
|
83
|
+
tickLength(): number;
|
|
84
|
+
tickLength(_: number): this;
|
|
85
|
+
tickLength_exists(): boolean;
|
|
86
|
+
ticks(): Array<{
|
|
87
|
+
value: string;
|
|
88
|
+
label: string;
|
|
89
|
+
}>;
|
|
90
|
+
ticks(_: Array<{
|
|
91
|
+
value: string;
|
|
92
|
+
label: string;
|
|
93
|
+
}>): this;
|
|
94
|
+
low(): any;
|
|
95
|
+
low(_: any): this;
|
|
96
|
+
low_exists(): boolean;
|
|
97
|
+
high(): any;
|
|
98
|
+
high(_: any): this;
|
|
99
|
+
high_exists(): boolean;
|
|
100
|
+
overlapMode(): string;
|
|
101
|
+
overlapMode(_: string): this;
|
|
102
|
+
overlapMode_default(): string;
|
|
103
|
+
overlapMode_default(_: string): this;
|
|
104
|
+
labelRotation(): number;
|
|
105
|
+
labelRotation(_: number): this;
|
|
106
|
+
shrinkToFit(): string;
|
|
107
|
+
shrinkToFit(_: string): this;
|
|
108
|
+
shrinkToFit_default(): string;
|
|
109
|
+
shrinkToFit_default(_: string): this;
|
|
110
|
+
extend(): number;
|
|
111
|
+
extend(_: number): this;
|
|
112
|
+
extend_default(): number;
|
|
113
|
+
extend_default(_: number): this;
|
|
114
|
+
hidden(): boolean;
|
|
115
|
+
hidden(_: boolean): this;
|
|
166
116
|
ordinalPaddingInner(): number;
|
|
167
117
|
ordinalPaddingInner(_: number): this;
|
|
168
118
|
ordinalPaddingOuter(): number;
|
|
@@ -177,4 +127,3 @@ export interface Axis {
|
|
|
177
127
|
padding(): number;
|
|
178
128
|
padding(_: number): this;
|
|
179
129
|
}
|
|
180
|
-
//# sourceMappingURL=Axis.d.ts.map
|
package/types/Bar.d.ts
CHANGED
package/types/Bubble.d.ts
CHANGED
package/types/BubbleXY.d.ts
CHANGED
package/types/Bullet.d.ts
CHANGED
|
@@ -1,11 +1,6 @@
|
|
|
1
|
-
import { HTMLWidget
|
|
1
|
+
import { HTMLWidget } from "@hpcc-js/common";
|
|
2
2
|
import "../src/Bullet.css";
|
|
3
3
|
export declare class Bullet extends HTMLWidget {
|
|
4
|
-
titleColumn: publish<this, string>;
|
|
5
|
-
subtitleColumn: publish<this, string>;
|
|
6
|
-
rangesColumn: publish<this, string>;
|
|
7
|
-
measuresColumn: publish<this, string>;
|
|
8
|
-
markersColumn: publish<this, string>;
|
|
9
4
|
private _hiddenColumns;
|
|
10
5
|
constructor();
|
|
11
6
|
bulletData(): any;
|
|
@@ -16,4 +11,15 @@ export declare class Bullet extends HTMLWidget {
|
|
|
16
11
|
dblclick(row: any, column: any, selected: any): void;
|
|
17
12
|
_selection: any;
|
|
18
13
|
}
|
|
19
|
-
|
|
14
|
+
export interface Bullet {
|
|
15
|
+
titleColumn(): string;
|
|
16
|
+
titleColumn(_: string): this;
|
|
17
|
+
subtitleColumn(): string;
|
|
18
|
+
subtitleColumn(_: string): this;
|
|
19
|
+
rangesColumn(): string;
|
|
20
|
+
rangesColumn(_: string): this;
|
|
21
|
+
measuresColumn(): string;
|
|
22
|
+
measuresColumn(_: string): this;
|
|
23
|
+
markersColumn(): string;
|
|
24
|
+
markersColumn(_: string): this;
|
|
25
|
+
}
|
package/types/Column.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { InputField } from "@hpcc-js/common";
|
|
2
|
-
import { XYAxis } from "./XYAxis";
|
|
2
|
+
import { XYAxis } from "./XYAxis.ts";
|
|
3
3
|
import "../src/Column.css";
|
|
4
4
|
export declare class Column extends XYAxis {
|
|
5
5
|
static __inputs: InputField[];
|
|
@@ -19,7 +19,6 @@ export declare class Column extends XYAxis {
|
|
|
19
19
|
valueTextWidth: number;
|
|
20
20
|
};
|
|
21
21
|
innerText(origRow: any, lparam: any, idx: any): string;
|
|
22
|
-
_palette: any;
|
|
23
22
|
fillColor: (row: any, column: any, value: any, origRow: any) => string;
|
|
24
23
|
textColor: (row: any, column: any, value: any, origRow: any) => string;
|
|
25
24
|
dblclick: (row: any, column: any, selected: any) => void;
|
|
@@ -67,4 +66,3 @@ export interface Column {
|
|
|
67
66
|
tooltipInnerTextEllipsedOnly(): boolean;
|
|
68
67
|
tooltipInnerTextEllipsedOnly(_: boolean): this;
|
|
69
68
|
}
|
|
70
|
-
//# sourceMappingURL=Column.d.ts.map
|
package/types/Contour.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { InputField } from "@hpcc-js/common";
|
|
2
|
-
import { XYAxis } from "./XYAxis";
|
|
2
|
+
import { XYAxis } from "./XYAxis.ts";
|
|
3
3
|
export declare class Contour extends XYAxis {
|
|
4
4
|
static __inputs: InputField[];
|
|
5
5
|
protected _dataMinWeight: any;
|
|
@@ -27,4 +27,3 @@ export interface Contour {
|
|
|
27
27
|
contourStrokeWidth(): number;
|
|
28
28
|
contourStrokeWidth(_: number): this;
|
|
29
29
|
}
|
|
30
|
-
//# sourceMappingURL=Contour.d.ts.map
|
package/types/D3Cloud.d.ts
CHANGED
package/types/Gantt.d.ts
CHANGED
package/types/Gauge.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SVGWidget } from "@hpcc-js/common";
|
|
2
2
|
export declare class Gauge extends SVGWidget {
|
|
3
3
|
private _d3Arc;
|
|
4
4
|
private _colorScale;
|
|
@@ -12,15 +12,6 @@ export declare class Gauge extends SVGWidget {
|
|
|
12
12
|
protected _bottomText: any;
|
|
13
13
|
protected _tooltipG: any;
|
|
14
14
|
protected _mainTooltip: any;
|
|
15
|
-
title: publish<this, string>;
|
|
16
|
-
titleDescription: publish<this, string>;
|
|
17
|
-
maxDiameter: publish<this, number>;
|
|
18
|
-
value: publish<this, number>;
|
|
19
|
-
valueDescription: publish<this, string>;
|
|
20
|
-
showTick: publish<this, boolean>;
|
|
21
|
-
tickValue: publish<this, number>;
|
|
22
|
-
tickValueDescription: publish<this, string>;
|
|
23
|
-
tooltip: publish<this, string>;
|
|
24
15
|
constructor();
|
|
25
16
|
protected tip(d: any): void;
|
|
26
17
|
protected calcSize(textElement: any, width: number, height: number): {
|
|
@@ -35,6 +26,24 @@ export declare class Gauge extends SVGWidget {
|
|
|
35
26
|
click(w: Gauge): void;
|
|
36
27
|
}
|
|
37
28
|
export interface Gauge {
|
|
29
|
+
title(): string;
|
|
30
|
+
title(_: string): this;
|
|
31
|
+
titleDescription(): string;
|
|
32
|
+
titleDescription(_: string): this;
|
|
33
|
+
maxDiameter(): number;
|
|
34
|
+
maxDiameter(_: number): this;
|
|
35
|
+
value(): number;
|
|
36
|
+
value(_: number): this;
|
|
37
|
+
valueDescription(): string;
|
|
38
|
+
valueDescription(_: string): this;
|
|
39
|
+
showTick(): boolean;
|
|
40
|
+
showTick(_: boolean): this;
|
|
41
|
+
tickValue(): number;
|
|
42
|
+
tickValue(_: number): this;
|
|
43
|
+
tickValueDescription(): string;
|
|
44
|
+
tickValueDescription(_: string): this;
|
|
45
|
+
tooltip(): string;
|
|
46
|
+
tooltip(_: string): this;
|
|
38
47
|
tickColor(): string;
|
|
39
48
|
tickColor(_: string): this;
|
|
40
49
|
emptyColor(): string;
|
|
@@ -44,4 +53,3 @@ export interface Gauge {
|
|
|
44
53
|
colorRange(): string[];
|
|
45
54
|
colorRange(_: string[]): this;
|
|
46
55
|
}
|
|
47
|
-
//# sourceMappingURL=Gauge.d.ts.map
|
package/types/HalfPie.d.ts
CHANGED
package/types/Heat.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { XYAxis } from "./XYAxis";
|
|
1
|
+
import { XYAxis } from "./XYAxis.ts";
|
|
2
2
|
export declare class Heat extends XYAxis {
|
|
3
3
|
protected _domForeignObject: any;
|
|
4
4
|
protected _domCanvas: any;
|
|
@@ -29,4 +29,3 @@ export interface Heat {
|
|
|
29
29
|
minOpacity(): number;
|
|
30
30
|
minOpacity(_: number): this;
|
|
31
31
|
}
|
|
32
|
-
//# sourceMappingURL=Heat.d.ts.map
|
package/types/HexBin.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { InputField } from "@hpcc-js/common";
|
|
2
|
-
import { XYAxis } from "./XYAxis";
|
|
2
|
+
import { XYAxis } from "./XYAxis.ts";
|
|
3
3
|
import "../src/HexBin.css";
|
|
4
4
|
export declare class HexBin extends XYAxis {
|
|
5
5
|
static __inputs: InputField[];
|
|
@@ -31,4 +31,3 @@ export declare class HexBin extends XYAxis {
|
|
|
31
31
|
(_: number): HexBin;
|
|
32
32
|
};
|
|
33
33
|
}
|
|
34
|
-
//# sourceMappingURL=HexBin.d.ts.map
|
package/types/Line.d.ts
CHANGED
package/types/Pie.d.ts
CHANGED
package/types/QuarterPie.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Pie } from "./Pie";
|
|
1
|
+
import { Pie } from "./Pie.ts";
|
|
2
2
|
export declare class QuarterPie extends Pie {
|
|
3
3
|
constructor();
|
|
4
4
|
postUpdate(domNode: any, element: any): void;
|
|
@@ -9,4 +9,3 @@ export interface QuarterPie {
|
|
|
9
9
|
orientation(): string;
|
|
10
10
|
orientation(_: string): this;
|
|
11
11
|
}
|
|
12
|
-
//# sourceMappingURL=QuarterPie.d.ts.map
|
package/types/Radar.d.ts
CHANGED
package/types/RadialBar.d.ts
CHANGED
package/types/Scatter.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { InputField } from "@hpcc-js/common";
|
|
2
|
-
import { XYAxis } from "./XYAxis";
|
|
2
|
+
import { XYAxis } from "./XYAxis.ts";
|
|
3
3
|
import "../src/Scatter.css";
|
|
4
4
|
export declare class Scatter extends XYAxis {
|
|
5
5
|
static __inputs: InputField[];
|
|
@@ -55,7 +55,6 @@ export declare class Scatter extends XYAxis {
|
|
|
55
55
|
(): number;
|
|
56
56
|
(_: number): Scatter;
|
|
57
57
|
};
|
|
58
|
-
_palette: any;
|
|
59
58
|
fillColor: (row: any, column: any, value: any, origRow: any) => string;
|
|
60
59
|
strokeColor: (row: any, column: any, value: any, origRow: any) => string;
|
|
61
60
|
textColor: (row: any, column: any, value: any, origRow: any) => string;
|
|
@@ -77,4 +76,3 @@ export interface Scatter {
|
|
|
77
76
|
interpolateDarken(): boolean;
|
|
78
77
|
interpolateDarken(_: boolean): this;
|
|
79
78
|
}
|
|
80
|
-
//# sourceMappingURL=Scatter.d.ts.map
|
package/types/StatChart.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HTMLWidget } from "@hpcc-js/common";
|
|
2
|
-
import { QuartileCandlestick } from "./QuartileCandlestick";
|
|
3
|
-
import { Scatter } from "./Scatter";
|
|
2
|
+
import { QuartileCandlestick } from "./QuartileCandlestick.ts";
|
|
3
|
+
import { Scatter } from "./Scatter.ts";
|
|
4
4
|
type View = "min_max" | "25_75" | "normal";
|
|
5
5
|
type AxisTick = {
|
|
6
6
|
label: string;
|
|
@@ -48,4 +48,3 @@ export interface StatChart {
|
|
|
48
48
|
quartiles(_: Quartiles): this;
|
|
49
49
|
}
|
|
50
50
|
export {};
|
|
51
|
-
//# sourceMappingURL=StatChart.d.ts.map
|
package/types/Step.d.ts
CHANGED
package/types/Summary.d.ts
CHANGED
package/types/SummaryC.d.ts
CHANGED
package/types/WordCloud.d.ts
CHANGED
package/types/XYAxis.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SVGWidget, Utility } from "@hpcc-js/common";
|
|
2
|
-
import { Axis } from "./Axis";
|
|
2
|
+
import { Axis } from "./Axis.ts";
|
|
3
3
|
import "../src/XYAxis.css";
|
|
4
4
|
export declare class XYAxis extends SVGWidget {
|
|
5
5
|
protected domainAxis: Axis;
|
|
@@ -178,4 +178,3 @@ export interface XYAxis {
|
|
|
178
178
|
yAxisPadding(): number;
|
|
179
179
|
yAxisPadding(_: number): this;
|
|
180
180
|
}
|
|
181
|
-
//# sourceMappingURL=XYAxis.d.ts.map
|
package/types/__package__.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
export declare const PKG_NAME = "@hpcc-js/chart";
|
|
2
|
-
export declare const PKG_VERSION = "
|
|
3
|
-
export declare const BUILD_VERSION = "2.
|
|
4
|
-
//# sourceMappingURL=__package__.d.ts.map
|
|
2
|
+
export declare const PKG_VERSION = "3.1.0";
|
|
3
|
+
export declare const BUILD_VERSION = "2.107.0";
|
package/types/index.d.ts
CHANGED
|
@@ -1,28 +1,27 @@
|
|
|
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
|
|
1
|
+
export * from "./__package__.ts";
|
|
2
|
+
export * from "./Area.ts";
|
|
3
|
+
export * from "./Axis.ts";
|
|
4
|
+
export * from "./Bar.ts";
|
|
5
|
+
export * from "./Bubble.ts";
|
|
6
|
+
export * from "./BubbleXY.ts";
|
|
7
|
+
export * from "./Bullet.ts";
|
|
8
|
+
export * from "./Column.ts";
|
|
9
|
+
export * from "./Contour.ts";
|
|
10
|
+
export * from "./Gantt.ts";
|
|
11
|
+
export * from "./Gauge.ts";
|
|
12
|
+
export * from "./HalfPie.ts";
|
|
13
|
+
export * from "./Heat.ts";
|
|
14
|
+
export * from "./HexBin.ts";
|
|
15
|
+
export * from "./Line.ts";
|
|
16
|
+
export * from "./Pie.ts";
|
|
17
|
+
export * from "./QuarterPie.ts";
|
|
18
|
+
export * from "./QuartileCandlestick.ts";
|
|
19
|
+
export * from "./Radar.ts";
|
|
20
|
+
export * from "./RadialBar.ts";
|
|
21
|
+
export * from "./Scatter.ts";
|
|
22
|
+
export * from "./StatChart.ts";
|
|
23
|
+
export * from "./Step.ts";
|
|
24
|
+
export * from "./Summary.ts";
|
|
25
|
+
export * from "./SummaryC.ts";
|
|
26
|
+
export * from "./WordCloud.ts";
|
|
27
|
+
export * from "./XYAxis.ts";
|