@mathstack/viz 1.1.0 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -0
- package/fesm2022/mathstack-viz.mjs +1 -6
- package/fesm2022/mathstack-viz.mjs.map +1 -1
- package/lib/axes/base/xy-axis-base.d.ts +0 -1
- package/lib/axes/ordinal/ordinal-axis.d.ts +0 -1
- package/lib/axes/quantitative/quantitative-axis.d.ts +0 -1
- package/lib/axes/x/x-axis.d.ts +0 -1
- package/lib/axes/x-ordinal/x-ordinal-axis.component.d.ts +0 -2
- package/lib/axes/x-quantitative/x-quantitative-axis.component.d.ts +0 -1
- package/lib/axes/y/y-axis.d.ts +0 -1
- package/lib/axes/y-ordinal/y-ordinal-axis.component.d.ts +0 -2
- package/lib/axes/y-quantitative-axis/y-quantitative-axis.component.d.ts +0 -1
- package/lib/lines/index.d.ts +1 -0
- package/package.json +2 -2
|
@@ -33,7 +33,6 @@ export declare abstract class XyAxis<Tick extends DataValue | ContinuousValue, T
|
|
|
33
33
|
setAxisFromScaleAndConfig(): void;
|
|
34
34
|
setTickSize(): void;
|
|
35
35
|
drawMarks(): void;
|
|
36
|
-
doNothing(): void;
|
|
37
36
|
drawAxis(): void;
|
|
38
37
|
processTicks(): void;
|
|
39
38
|
setTickFontSize(tickTextSelection: any): void;
|
|
@@ -23,7 +23,6 @@ export declare function ordinalAxisMixin<Tick extends DataValue, T extends Abstr
|
|
|
23
23
|
setAxisFromScaleAndConfig(): void;
|
|
24
24
|
setTickSize(): void;
|
|
25
25
|
drawMarks(): void;
|
|
26
|
-
doNothing(): void;
|
|
27
26
|
drawAxis(): void;
|
|
28
27
|
processTicks(): void;
|
|
29
28
|
setTickFontSize(tickTextSelection: any): void;
|
|
@@ -31,7 +31,6 @@ export declare function quantitativeAxisMixin<Tick extends ContinuousValue, T ex
|
|
|
31
31
|
setAxisFromScaleAndConfig(): void;
|
|
32
32
|
setTickSize(): void;
|
|
33
33
|
drawMarks(): void;
|
|
34
|
-
doNothing(): void;
|
|
35
34
|
drawAxis(): void;
|
|
36
35
|
processTicks(): void;
|
|
37
36
|
setTickFontSize(tickTextSelection: any): void;
|
package/lib/axes/x/x-axis.d.ts
CHANGED
|
@@ -27,7 +27,6 @@ export declare function xAxisMixin<Tick extends DataValue | ContinuousValue, Tic
|
|
|
27
27
|
setAxisFromScaleAndConfig(): void;
|
|
28
28
|
setTickSize(): void;
|
|
29
29
|
drawMarks(): void;
|
|
30
|
-
doNothing(): void;
|
|
31
30
|
drawAxis(): void;
|
|
32
31
|
processTicks(): void;
|
|
33
32
|
setTickFontSize(tickTextSelection: any): void;
|
|
@@ -26,7 +26,6 @@ declare const XOrdinalAxis: (abstract new (...args: any[]) => {
|
|
|
26
26
|
setAxisFromScaleAndConfig(): void;
|
|
27
27
|
setTickSize(): void;
|
|
28
28
|
drawMarks(): void;
|
|
29
|
-
doNothing(): void;
|
|
30
29
|
drawAxis(): void;
|
|
31
30
|
processTicks(): void;
|
|
32
31
|
setTickFontSize(tickTextSelection: any): void;
|
|
@@ -64,7 +63,6 @@ declare const XOrdinalAxis: (abstract new (...args: any[]) => {
|
|
|
64
63
|
setAxisFromScaleAndConfig(): void;
|
|
65
64
|
setTickSize(): void;
|
|
66
65
|
drawMarks(): void;
|
|
67
|
-
doNothing(): void;
|
|
68
66
|
drawAxis(): void;
|
|
69
67
|
processTicks(): void;
|
|
70
68
|
setTickFontSize(tickTextSelection: any): void;
|
|
@@ -28,7 +28,6 @@ declare const XQuantitativeAxis: (abstract new (...args: any[]) => {
|
|
|
28
28
|
setAxisFromScaleAndConfig(): void;
|
|
29
29
|
setTickSize(): void;
|
|
30
30
|
drawMarks(): void;
|
|
31
|
-
doNothing(): void;
|
|
32
31
|
drawAxis(): void;
|
|
33
32
|
processTicks(): void;
|
|
34
33
|
setTickFontSize(tickTextSelection: any): void;
|
package/lib/axes/y/y-axis.d.ts
CHANGED
|
@@ -33,7 +33,6 @@ export declare function yAxisMixin<Tick extends DataValue | ContinuousValue, Tic
|
|
|
33
33
|
setAxisFromScaleAndConfig(): void;
|
|
34
34
|
setTickSize(): void;
|
|
35
35
|
drawMarks(): void;
|
|
36
|
-
doNothing(): void;
|
|
37
36
|
drawAxis(): void;
|
|
38
37
|
processTicks(): void;
|
|
39
38
|
setTickFontSize(tickTextSelection: any): void;
|
|
@@ -27,7 +27,6 @@ declare const YOrdinalAxis: (abstract new (...args: any[]) => {
|
|
|
27
27
|
setAxisFromScaleAndConfig(): void;
|
|
28
28
|
setTickSize(): void;
|
|
29
29
|
drawMarks(): void;
|
|
30
|
-
doNothing(): void;
|
|
31
30
|
drawAxis(): void;
|
|
32
31
|
processTicks(): void;
|
|
33
32
|
setTickFontSize(tickTextSelection: any): void;
|
|
@@ -65,7 +64,6 @@ declare const YOrdinalAxis: (abstract new (...args: any[]) => {
|
|
|
65
64
|
setAxisFromScaleAndConfig(): void;
|
|
66
65
|
setTickSize(): void;
|
|
67
66
|
drawMarks(): void;
|
|
68
|
-
doNothing(): void;
|
|
69
67
|
drawAxis(): void;
|
|
70
68
|
processTicks(): void;
|
|
71
69
|
setTickFontSize(tickTextSelection: any): void;
|
|
@@ -29,7 +29,6 @@ declare const YQuantitativeAxis: (abstract new (...args: any[]) => {
|
|
|
29
29
|
setAxisFromScaleAndConfig(): void;
|
|
30
30
|
setTickSize(): void;
|
|
31
31
|
drawMarks(): void;
|
|
32
|
-
doNothing(): void;
|
|
33
32
|
drawAxis(): void;
|
|
34
33
|
processTicks(): void;
|
|
35
34
|
setTickFontSize(tickTextSelection: any): void;
|
package/lib/lines/index.d.ts
CHANGED
|
@@ -6,5 +6,6 @@ export * from './events/actions/lines-hover-move-actions';
|
|
|
6
6
|
export * from './events/actions/lines-marker-click-actions';
|
|
7
7
|
export * from './events/lines-events.directive';
|
|
8
8
|
export * from './events/lines-interaction-output';
|
|
9
|
+
export * from './events/lines-tooltip-positioner';
|
|
9
10
|
export * from './lines.component';
|
|
10
11
|
export * from './lines.module';
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"@angular/cdk": "^19.2.6",
|
|
6
6
|
"@angular/common": "^19.2.2",
|
|
7
7
|
"@angular/core": "^19.2.2",
|
|
8
|
-
"@mathstack/app-kit": "^1.
|
|
8
|
+
"@mathstack/app-kit": "^1.0.0",
|
|
9
9
|
"csstype": "^3.1.3",
|
|
10
10
|
"d3": "^7.6.1",
|
|
11
11
|
"file-saver": "^2.0.5",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"tslib": "^2.3.0"
|
|
21
21
|
},
|
|
22
|
-
"version": "1.1.
|
|
22
|
+
"version": "1.1.2",
|
|
23
23
|
"module": "fesm2022/mathstack-viz.mjs",
|
|
24
24
|
"typings": "index.d.ts",
|
|
25
25
|
"exports": {
|