svelteplot 0.4.7 → 0.4.8-pr-222.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/core/Plot.svelte +54 -31
- package/dist/helpers/colors.d.ts +1 -1
- package/dist/helpers/index.d.ts +2 -2
- package/dist/helpers/scales.d.ts +1 -1
- package/dist/helpers/typeChecks.d.ts +4 -4
- package/dist/hooks/plotDefaults.d.ts +3 -0
- package/dist/hooks/plotDefaults.js +16 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -0
- package/dist/marks/Area.svelte +2 -1
- package/dist/marks/AreaX.svelte +4 -3
- package/dist/marks/AreaX.svelte.d.ts +2 -1
- package/dist/marks/AreaY.svelte +4 -5
- package/dist/marks/Arrow.svelte +3 -2
- package/dist/marks/AxisX.svelte +3 -4
- package/dist/marks/AxisX.svelte.d.ts +1 -1
- package/dist/marks/AxisY.svelte +3 -4
- package/dist/marks/AxisY.svelte.d.ts +6 -7
- package/dist/marks/BarX.svelte +4 -4
- package/dist/marks/BarX.svelte.d.ts +1 -1
- package/dist/marks/BarY.svelte +3 -3
- package/dist/marks/BollingerX.svelte.d.ts +2 -74
- package/dist/marks/BollingerY.svelte.d.ts +2 -74
- package/dist/marks/BoxX.svelte +4 -4
- package/dist/marks/BoxY.svelte +4 -4
- package/dist/marks/BoxY.svelte.d.ts +1 -0
- package/dist/marks/Brush.svelte +13 -7
- package/dist/marks/Brush.svelte.d.ts +10 -1
- package/dist/marks/BrushX.svelte +4 -4
- package/dist/marks/BrushY.svelte +4 -4
- package/dist/marks/Cell.svelte +3 -4
- package/dist/marks/ColorLegend.svelte +5 -4
- package/dist/marks/CustomMark.svelte.d.ts +2 -81
- package/dist/marks/DifferenceY.svelte +3 -3
- package/dist/marks/DifferenceY.svelte.d.ts +7 -67
- package/dist/marks/Dot.svelte +2 -2
- package/dist/marks/Frame.svelte +2 -2
- package/dist/marks/Geo.svelte +2 -2
- package/dist/marks/Graticule.svelte +3 -3
- package/dist/marks/GridX.svelte +3 -3
- package/dist/marks/GridY.svelte +4 -9
- package/dist/marks/Line.svelte +3 -2
- package/dist/marks/Line.svelte.d.ts +2 -2
- package/dist/marks/LineX.svelte.d.ts +2 -1
- package/dist/marks/LineY.svelte.d.ts +2 -1
- package/dist/marks/Link.svelte +3 -3
- package/dist/marks/Pointer.svelte +3 -3
- package/dist/marks/Rect.svelte +2 -3
- package/dist/marks/RectX.svelte +4 -3
- package/dist/marks/RectY.svelte +4 -3
- package/dist/marks/RuleX.svelte +3 -3
- package/dist/marks/RuleY.svelte +4 -4
- package/dist/marks/Sphere.svelte +2 -2
- package/dist/marks/Spike.svelte +4 -3
- package/dist/marks/Text.svelte +4 -4
- package/dist/marks/TickX.svelte +3 -3
- package/dist/marks/TickY.svelte +4 -4
- package/dist/marks/Vector.svelte +3 -3
- package/dist/marks/helpers/CanvasLayer.svelte +1 -1
- package/dist/marks/helpers/Marker.svelte +2 -1
- package/dist/marks/helpers/MarkerPath.svelte +4 -4
- package/dist/marks/helpers/MarkerPath.svelte.d.ts +17 -2
- package/dist/marks/helpers/RectPath.svelte.d.ts +3 -63
- package/dist/transforms/bollinger.d.ts +1 -67
- package/dist/transforms/group.d.ts +4 -12
- package/dist/transforms/interval.d.ts +2 -124
- package/dist/transforms/recordize.d.ts +1 -4
- package/dist/transforms/select.d.ts +7 -434
- package/dist/transforms/sort.d.ts +3 -246
- package/dist/transforms/stack.d.ts +3 -23
- package/dist/transforms/window.d.ts +2 -130
- package/dist/types/plot.d.ts +15 -8
- package/package.json +128 -127
- package/dist/marks/AreaY.svelte.d.ts +0 -99
package/package.json
CHANGED
|
@@ -1,133 +1,134 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
},
|
|
9
|
-
"exports": {
|
|
10
|
-
".": {
|
|
11
|
-
"types": "./dist/index.d.ts",
|
|
12
|
-
"svelte": "./dist/index.js"
|
|
2
|
+
"name": "svelteplot",
|
|
3
|
+
"version": "0.4.8-pr-222.0",
|
|
4
|
+
"license": "ISC",
|
|
5
|
+
"author": {
|
|
6
|
+
"name": "Gregor Aisch",
|
|
7
|
+
"email": "gka@users.noreply.github.com"
|
|
13
8
|
},
|
|
14
|
-
"
|
|
15
|
-
|
|
9
|
+
"scripts": {
|
|
10
|
+
"dev": "vite dev",
|
|
11
|
+
"build": "vite build",
|
|
12
|
+
"preview": "vite preview",
|
|
13
|
+
"test": "npm run test:unit",
|
|
14
|
+
"test:visual": "node scripts/visual-regression.js",
|
|
15
|
+
"vr:report": "node scripts/vr-report.js",
|
|
16
|
+
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
17
|
+
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
18
|
+
"lint": "prettier --check src && eslint src",
|
|
19
|
+
"format": "prettier --write .",
|
|
20
|
+
"test:unit": "vitest",
|
|
21
|
+
"prepack": "npx svelte-package",
|
|
22
|
+
"release-next": "npm version prerelease --preid next && npm publish && git push && git push --tags && sleep 1 && npm dist-tag add svelteplot@$(npm view . version) next",
|
|
23
|
+
"docs": "npm run build && cd build && rsync --recursive . vis4.net:svelteplot/alpha0/",
|
|
24
|
+
"screenshots": "node screenshot-examples.js",
|
|
25
|
+
"check-js-extensions": "node scripts/check-js-extensions.js src"
|
|
16
26
|
},
|
|
17
|
-
"
|
|
18
|
-
|
|
27
|
+
"exports": {
|
|
28
|
+
".": {
|
|
29
|
+
"types": "./dist/index.d.ts",
|
|
30
|
+
"svelte": "./dist/index.js"
|
|
31
|
+
},
|
|
32
|
+
"./*.js": {
|
|
33
|
+
"import": "./dist/*.js"
|
|
34
|
+
},
|
|
35
|
+
"./*.svelte": {
|
|
36
|
+
"import": "./dist/*.svelte"
|
|
37
|
+
},
|
|
38
|
+
"./core/*.svelte": {
|
|
39
|
+
"import": "./dist/core/*.svelte"
|
|
40
|
+
},
|
|
41
|
+
"./marks/*.svelte": {
|
|
42
|
+
"import": "./dist/marks/*.svelte"
|
|
43
|
+
},
|
|
44
|
+
"./transforms": {
|
|
45
|
+
"import": "./dist/transforms/index.js"
|
|
46
|
+
}
|
|
19
47
|
},
|
|
20
|
-
"
|
|
21
|
-
|
|
48
|
+
"main": "./dist/index.js",
|
|
49
|
+
"files": [
|
|
50
|
+
"dist",
|
|
51
|
+
"!dist/**/*.test.*",
|
|
52
|
+
"!dist/**/*.spec.*"
|
|
53
|
+
],
|
|
54
|
+
"devDependencies": {
|
|
55
|
+
"@aitodotai/json-stringify-pretty-compact": "^1.3.0",
|
|
56
|
+
"@emotion/css": "^11.13.5",
|
|
57
|
+
"@sveltejs/adapter-auto": "^6.1.1",
|
|
58
|
+
"@sveltejs/adapter-static": "^3.0.10",
|
|
59
|
+
"@sveltejs/eslint-config": "^8.3.4",
|
|
60
|
+
"@sveltejs/kit": "^2.44.0",
|
|
61
|
+
"@sveltejs/package": "^2.5.4",
|
|
62
|
+
"@sveltejs/vite-plugin-svelte": "5.1.1",
|
|
63
|
+
"@sveltepress/theme-default": "^6.0.4",
|
|
64
|
+
"@sveltepress/twoslash": "^1.2.2",
|
|
65
|
+
"@sveltepress/vite": "^1.2.2",
|
|
66
|
+
"@testing-library/svelte": "^5.2.8",
|
|
67
|
+
"@testing-library/user-event": "^14.6.1",
|
|
68
|
+
"@types/d3-array": "^3.2.2",
|
|
69
|
+
"@types/d3-color": "^3.1.3",
|
|
70
|
+
"@types/d3-dsv": "^3.0.7",
|
|
71
|
+
"@types/d3-geo": "^3.1.0",
|
|
72
|
+
"@types/d3-interpolate": "^3.0.4",
|
|
73
|
+
"@types/d3-path": "^3.1.1",
|
|
74
|
+
"@types/d3-quadtree": "^3.0.6",
|
|
75
|
+
"@types/d3-random": "^3.0.3",
|
|
76
|
+
"@types/d3-scale": "^4.0.9",
|
|
77
|
+
"@types/d3-scale-chromatic": "^3.1.0",
|
|
78
|
+
"@types/d3-shape": "^3.1.7",
|
|
79
|
+
"@types/geojson": "^7946.0.16",
|
|
80
|
+
"@types/topojson": "^3.2.6",
|
|
81
|
+
"@types/topojson-client": "^3.1.5",
|
|
82
|
+
"@typescript-eslint/eslint-plugin": "^8.45.0",
|
|
83
|
+
"@typescript-eslint/parser": "^8.45.0",
|
|
84
|
+
"csstype": "^3.1.3",
|
|
85
|
+
"d3-dsv": "^3.0.1",
|
|
86
|
+
"d3-fetch": "^3.0.1",
|
|
87
|
+
"d3-force": "^3.0.0",
|
|
88
|
+
"eslint": "^9.37.0",
|
|
89
|
+
"eslint-config-prettier": "^10.1.8",
|
|
90
|
+
"eslint-plugin-svelte": "3.12.4",
|
|
91
|
+
"jsdom": "^26.1.0",
|
|
92
|
+
"prettier": "^3.6.2",
|
|
93
|
+
"prettier-plugin-svelte": "^3.4.0",
|
|
94
|
+
"puppeteer": "^24.23.0",
|
|
95
|
+
"remark-code-extra": "^1.0.1",
|
|
96
|
+
"remark-code-frontmatter": "^1.0.0",
|
|
97
|
+
"resize-observer-polyfill": "^1.5.1",
|
|
98
|
+
"sass": "^1.93.2",
|
|
99
|
+
"svelte-check": "^4.3.2",
|
|
100
|
+
"svelte-eslint-parser": "1.3.3",
|
|
101
|
+
"svelte-highlight": "^7.8.4",
|
|
102
|
+
"svg-path-parser": "^1.1.0",
|
|
103
|
+
"topojson-client": "^3.1.0",
|
|
104
|
+
"ts-essentials": "^10.1.1",
|
|
105
|
+
"tslib": "^2.8.1",
|
|
106
|
+
"typedoc": "^0.28.13",
|
|
107
|
+
"typedoc-plugin-markdown": "^4.9.0",
|
|
108
|
+
"typescript": "^5.9.3",
|
|
109
|
+
"vite": "^6.3.5",
|
|
110
|
+
"vitest": "^3.2.4",
|
|
111
|
+
"vitest-matchmedia-mock": "^2.0.3",
|
|
112
|
+
"yoctocolors": "^2.1.2"
|
|
22
113
|
},
|
|
23
|
-
"
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
114
|
+
"types": "./dist/index.d.ts",
|
|
115
|
+
"type": "module",
|
|
116
|
+
"dependencies": {
|
|
117
|
+
"d3-array": "^3.2.4",
|
|
118
|
+
"d3-color": "^3.1.0",
|
|
119
|
+
"d3-format": "^3.1.0",
|
|
120
|
+
"d3-geo": "^3.1.1",
|
|
121
|
+
"d3-interpolate": "^3.0.1",
|
|
122
|
+
"d3-path": "^3.1.0",
|
|
123
|
+
"d3-quadtree": "^3.0.1",
|
|
124
|
+
"d3-random": "^3.0.1",
|
|
125
|
+
"d3-scale": "^4.0.2",
|
|
126
|
+
"d3-scale-chromatic": "^3.1.0",
|
|
127
|
+
"d3-shape": "^3.2.0",
|
|
128
|
+
"d3-time": "^3.1.0",
|
|
129
|
+
"es-toolkit": "^1.39.10",
|
|
130
|
+
"fast-equals": "^5.3.2",
|
|
131
|
+
"merge-deep": "^3.0.3",
|
|
132
|
+
"svelte": "5.39.8"
|
|
28
133
|
}
|
|
29
|
-
|
|
30
|
-
"main": "./dist/index.js",
|
|
31
|
-
"files": [
|
|
32
|
-
"dist",
|
|
33
|
-
"!dist/**/*.test.*",
|
|
34
|
-
"!dist/**/*.spec.*"
|
|
35
|
-
],
|
|
36
|
-
"devDependencies": {
|
|
37
|
-
"@aitodotai/json-stringify-pretty-compact": "^1.3.0",
|
|
38
|
-
"@emotion/css": "^11.13.5",
|
|
39
|
-
"@sveltejs/adapter-auto": "^6.1.0",
|
|
40
|
-
"@sveltejs/adapter-static": "^3.0.9",
|
|
41
|
-
"@sveltejs/eslint-config": "^8.3.4",
|
|
42
|
-
"@sveltejs/kit": "^2.37.0",
|
|
43
|
-
"@sveltejs/package": "^2.5.0",
|
|
44
|
-
"@sveltejs/vite-plugin-svelte": "5.1.1",
|
|
45
|
-
"@sveltepress/theme-default": "^6.0.4",
|
|
46
|
-
"@sveltepress/twoslash": "^1.2.2",
|
|
47
|
-
"@sveltepress/vite": "^1.2.2",
|
|
48
|
-
"@testing-library/svelte": "^5.2.8",
|
|
49
|
-
"@testing-library/user-event": "^14.6.1",
|
|
50
|
-
"@types/d3-array": "^3.2.1",
|
|
51
|
-
"@types/d3-color": "^3.1.3",
|
|
52
|
-
"@types/d3-dsv": "^3.0.7",
|
|
53
|
-
"@types/d3-geo": "^3.1.0",
|
|
54
|
-
"@types/d3-interpolate": "^3.0.4",
|
|
55
|
-
"@types/d3-path": "^3.1.1",
|
|
56
|
-
"@types/d3-quadtree": "^3.0.6",
|
|
57
|
-
"@types/d3-random": "^3.0.3",
|
|
58
|
-
"@types/d3-scale": "^4.0.9",
|
|
59
|
-
"@types/d3-scale-chromatic": "^3.1.0",
|
|
60
|
-
"@types/d3-shape": "^3.1.7",
|
|
61
|
-
"@types/geojson": "^7946.0.16",
|
|
62
|
-
"@types/topojson": "^3.2.6",
|
|
63
|
-
"@types/topojson-client": "^3.1.5",
|
|
64
|
-
"@typescript-eslint/eslint-plugin": "^8.42.0",
|
|
65
|
-
"@typescript-eslint/parser": "^8.42.0",
|
|
66
|
-
"csstype": "^3.1.3",
|
|
67
|
-
"d3-dsv": "^3.0.1",
|
|
68
|
-
"d3-fetch": "^3.0.1",
|
|
69
|
-
"d3-force": "^3.0.0",
|
|
70
|
-
"eslint": "^9.34.0",
|
|
71
|
-
"eslint-config-prettier": "^10.1.8",
|
|
72
|
-
"eslint-plugin-svelte": "3.12.1",
|
|
73
|
-
"jsdom": "^26.1.0",
|
|
74
|
-
"prettier": "^3.6.2",
|
|
75
|
-
"prettier-plugin-svelte": "^3.4.0",
|
|
76
|
-
"puppeteer": "^24.19.0",
|
|
77
|
-
"remark-code-extra": "^1.0.1",
|
|
78
|
-
"remark-code-frontmatter": "^1.0.0",
|
|
79
|
-
"resize-observer-polyfill": "^1.5.1",
|
|
80
|
-
"sass": "^1.92.0",
|
|
81
|
-
"svelte-check": "^4.3.1",
|
|
82
|
-
"svelte-eslint-parser": "1.3.1",
|
|
83
|
-
"svelte-highlight": "^7.8.4",
|
|
84
|
-
"svg-path-parser": "^1.1.0",
|
|
85
|
-
"topojson-client": "^3.1.0",
|
|
86
|
-
"ts-essentials": "^10.1.1",
|
|
87
|
-
"tslib": "^2.8.1",
|
|
88
|
-
"typedoc": "^0.28.12",
|
|
89
|
-
"typedoc-plugin-markdown": "^4.8.1",
|
|
90
|
-
"typescript": "^5.9.2",
|
|
91
|
-
"vite": "^6.3.5",
|
|
92
|
-
"vitest": "^3.2.4",
|
|
93
|
-
"vitest-matchmedia-mock": "^2.0.3",
|
|
94
|
-
"yoctocolors": "^2.1.2"
|
|
95
|
-
},
|
|
96
|
-
"types": "./dist/index.d.ts",
|
|
97
|
-
"type": "module",
|
|
98
|
-
"dependencies": {
|
|
99
|
-
"d3-array": "^3.2.4",
|
|
100
|
-
"d3-color": "^3.1.0",
|
|
101
|
-
"d3-format": "^3.1.0",
|
|
102
|
-
"d3-geo": "^3.1.1",
|
|
103
|
-
"d3-interpolate": "^3.0.1",
|
|
104
|
-
"d3-path": "^3.1.0",
|
|
105
|
-
"d3-quadtree": "^3.0.1",
|
|
106
|
-
"d3-random": "^3.0.1",
|
|
107
|
-
"d3-scale": "^4.0.2",
|
|
108
|
-
"d3-scale-chromatic": "^3.1.0",
|
|
109
|
-
"d3-shape": "^3.2.0",
|
|
110
|
-
"d3-time": "^3.1.0",
|
|
111
|
-
"es-toolkit": "^1.39.10",
|
|
112
|
-
"fast-equals": "^5.2.2",
|
|
113
|
-
"merge-deep": "^3.0.3",
|
|
114
|
-
"svelte": "5.38.7"
|
|
115
|
-
},
|
|
116
|
-
"scripts": {
|
|
117
|
-
"dev": "vite dev",
|
|
118
|
-
"build": "vite build",
|
|
119
|
-
"preview": "vite preview",
|
|
120
|
-
"test": "npm run test:unit",
|
|
121
|
-
"test:visual": "node scripts/visual-regression.js",
|
|
122
|
-
"vr:report": "node scripts/vr-report.js",
|
|
123
|
-
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
124
|
-
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
125
|
-
"lint": "prettier --check src && eslint src",
|
|
126
|
-
"format": "prettier --write .",
|
|
127
|
-
"test:unit": "vitest",
|
|
128
|
-
"release-next": "npm version prerelease --preid next && npm publish && git push && git push --tags && sleep 1 && npm dist-tag add svelteplot@$(npm view . version) next",
|
|
129
|
-
"docs": "npm run build && cd build && rsync --recursive . vis4.net:svelteplot/alpha0/",
|
|
130
|
-
"screenshots": "node screenshot-examples.js",
|
|
131
|
-
"check-js-extensions": "node scripts/check-js-extensions.js src"
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
+
}
|
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
import type { ChannelAccessor, DataRow } from '../types/index.js';
|
|
2
|
-
declare class __sveltets_Render<Datum extends DataRow> {
|
|
3
|
-
props(): Omit<Partial<{
|
|
4
|
-
filter?: import("../types/index.js").ConstantAccessor<boolean, Record<string | symbol, import("../types/data").RawValue>>;
|
|
5
|
-
facet?: "auto" | "include" | "exclude";
|
|
6
|
-
fx: ChannelAccessor<Record<string | symbol, import("../types/data").RawValue>>;
|
|
7
|
-
fy: ChannelAccessor<Record<string | symbol, import("../types/data").RawValue>>;
|
|
8
|
-
dx: import("../types/index.js").ConstantAccessor<number, Record<string | symbol, import("../types/data").RawValue>>;
|
|
9
|
-
dy: import("../types/index.js").ConstantAccessor<number, Record<string | symbol, import("../types/data").RawValue>>;
|
|
10
|
-
fill: ChannelAccessor<Record<string | symbol, import("../types/data").RawValue>>;
|
|
11
|
-
fillOpacity: import("../types/index.js").ConstantAccessor<number, Record<string | symbol, import("../types/data").RawValue>>;
|
|
12
|
-
sort: {
|
|
13
|
-
channel: string;
|
|
14
|
-
order?: "ascending" | "descending";
|
|
15
|
-
} | ((a: import("../types/data").RawValue, b: import("../types/data").RawValue) => number) | import("../types/index.js").ConstantAccessor<import("../types/data").RawValue, Record<string | symbol, import("../types/data").RawValue>>;
|
|
16
|
-
stroke: ChannelAccessor<Record<string | symbol, import("../types/data").RawValue>>;
|
|
17
|
-
strokeWidth: import("../types/index.js").ConstantAccessor<number, Record<string | symbol, import("../types/data").RawValue>>;
|
|
18
|
-
strokeOpacity: import("../types/index.js").ConstantAccessor<number, Record<string | symbol, import("../types/data").RawValue>>;
|
|
19
|
-
strokeLinejoin: import("../types/index.js").ConstantAccessor<import("csstype").Property.StrokeLinejoin, Record<string | symbol, import("../types/data").RawValue>>;
|
|
20
|
-
strokeLinecap: import("../types/index.js").ConstantAccessor<import("csstype").Property.StrokeLinecap, Record<string | symbol, import("../types/data").RawValue>>;
|
|
21
|
-
strokeMiterlimit: import("../types/index.js").ConstantAccessor<number, Record<string | symbol, import("../types/data").RawValue>>;
|
|
22
|
-
opacity: ChannelAccessor<Record<string | symbol, import("../types/data").RawValue>>;
|
|
23
|
-
strokeDasharray: import("../types/index.js").ConstantAccessor<string, Record<string | symbol, import("../types/data").RawValue>>;
|
|
24
|
-
strokeDashoffset: import("../types/index.js").ConstantAccessor<number, Record<string | symbol, import("../types/data").RawValue>>;
|
|
25
|
-
mixBlendMode: import("../types/index.js").ConstantAccessor<import("csstype").Property.MixBlendMode, Record<string | symbol, import("../types/data").RawValue>>;
|
|
26
|
-
clipPath: string;
|
|
27
|
-
imageFilter: import("../types/index.js").ConstantAccessor<string, Record<string | symbol, import("../types/data").RawValue>>;
|
|
28
|
-
shapeRendering: import("../types/index.js").ConstantAccessor<import("csstype").Property.ShapeRendering, Record<string | symbol, import("../types/data").RawValue>>;
|
|
29
|
-
paintOrder: import("../types/index.js").ConstantAccessor<string, Record<string | symbol, import("../types/data").RawValue>>;
|
|
30
|
-
onclick?: import("svelte/elements").MouseEventHandler<SVGPathElement>;
|
|
31
|
-
ondblclick?: import("svelte/elements").MouseEventHandler<SVGPathElement>;
|
|
32
|
-
onmouseup?: import("svelte/elements").MouseEventHandler<SVGPathElement>;
|
|
33
|
-
onmousedown?: import("svelte/elements").MouseEventHandler<SVGPathElement>;
|
|
34
|
-
onmouseenter?: import("svelte/elements").MouseEventHandler<SVGPathElement>;
|
|
35
|
-
onmousemove?: import("svelte/elements").MouseEventHandler<SVGPathElement>;
|
|
36
|
-
onmouseleave?: import("svelte/elements").MouseEventHandler<SVGPathElement>;
|
|
37
|
-
onmouseout?: import("svelte/elements").MouseEventHandler<SVGPathElement>;
|
|
38
|
-
onmouseover?: import("svelte/elements").MouseEventHandler<SVGPathElement>;
|
|
39
|
-
onpointercancel?: import("svelte/elements").MouseEventHandler<SVGPathElement>;
|
|
40
|
-
onpointerdown?: import("svelte/elements").MouseEventHandler<SVGPathElement>;
|
|
41
|
-
onpointerup?: import("svelte/elements").MouseEventHandler<SVGPathElement>;
|
|
42
|
-
onpointerenter?: import("svelte/elements").MouseEventHandler<SVGPathElement>;
|
|
43
|
-
onpointerleave?: import("svelte/elements").MouseEventHandler<SVGPathElement>;
|
|
44
|
-
onpointermove?: import("svelte/elements").MouseEventHandler<SVGPathElement>;
|
|
45
|
-
onpointerover?: import("svelte/elements").MouseEventHandler<SVGPathElement>;
|
|
46
|
-
onpointerout?: import("svelte/elements").MouseEventHandler<SVGPathElement>;
|
|
47
|
-
ondrag?: import("svelte/elements").MouseEventHandler<SVGPathElement>;
|
|
48
|
-
ondrop?: import("svelte/elements").MouseEventHandler<SVGPathElement>;
|
|
49
|
-
ondragstart?: import("svelte/elements").MouseEventHandler<SVGPathElement>;
|
|
50
|
-
ondragenter?: import("svelte/elements").MouseEventHandler<SVGPathElement>;
|
|
51
|
-
ondragleave?: import("svelte/elements").MouseEventHandler<SVGPathElement>;
|
|
52
|
-
ondragover?: import("svelte/elements").MouseEventHandler<SVGPathElement>;
|
|
53
|
-
ondragend?: import("svelte/elements").MouseEventHandler<SVGPathElement>;
|
|
54
|
-
ontouchstart?: import("svelte/elements").MouseEventHandler<SVGPathElement>;
|
|
55
|
-
ontouchmove?: import("svelte/elements").MouseEventHandler<SVGPathElement>;
|
|
56
|
-
ontouchend?: import("svelte/elements").MouseEventHandler<SVGPathElement>;
|
|
57
|
-
ontouchcancel?: import("svelte/elements").MouseEventHandler<SVGPathElement>;
|
|
58
|
-
oncontextmenu?: import("svelte/elements").MouseEventHandler<SVGPathElement>;
|
|
59
|
-
onwheel?: import("svelte/elements").MouseEventHandler<SVGPathElement>;
|
|
60
|
-
class?: string;
|
|
61
|
-
style?: string;
|
|
62
|
-
cursor: import("../types/index.js").ConstantAccessor<import("csstype").Property.Cursor, Record<string | symbol, import("../types/data").RawValue>>;
|
|
63
|
-
}> & import("../types/mark").LinkableMarkProps<Record<string | symbol, import("../types/data").RawValue>> & {
|
|
64
|
-
data: Record<string | symbol, import("../types/data").RawValue>[];
|
|
65
|
-
x1?: ChannelAccessor<Record<string | symbol, import("../types/data").RawValue>>;
|
|
66
|
-
x2?: ChannelAccessor<Record<string | symbol, import("../types/data").RawValue>>;
|
|
67
|
-
y1?: ChannelAccessor<Record<string | symbol, import("../types/data").RawValue>>;
|
|
68
|
-
y2?: ChannelAccessor<Record<string | symbol, import("../types/data").RawValue>>;
|
|
69
|
-
z?: ChannelAccessor<Record<string | symbol, import("../types/data").RawValue>>;
|
|
70
|
-
curve?: import("../types/index.js").CurveName | import("d3-shape").CurveFactory;
|
|
71
|
-
tension?: number;
|
|
72
|
-
sort?: import("../types/index.js").ConstantAccessor<import("../types/data").RawValue> | {
|
|
73
|
-
channel: "stroke" | "fill";
|
|
74
|
-
};
|
|
75
|
-
stack?: Partial<import("../transforms/stack.js").StackOptions>;
|
|
76
|
-
canvas?: boolean;
|
|
77
|
-
}, "x1" | "x2"> & {
|
|
78
|
-
x?: ChannelAccessor<Datum>;
|
|
79
|
-
y?: ChannelAccessor<Datum>;
|
|
80
|
-
};
|
|
81
|
-
events(): {};
|
|
82
|
-
slots(): {};
|
|
83
|
-
bindings(): "";
|
|
84
|
-
exports(): {};
|
|
85
|
-
}
|
|
86
|
-
interface $$IsomorphicComponent {
|
|
87
|
-
new <Datum extends DataRow>(options: import('svelte').ComponentConstructorOptions<ReturnType<__sveltets_Render<Datum>['props']>>): import('svelte').SvelteComponent<ReturnType<__sveltets_Render<Datum>['props']>, ReturnType<__sveltets_Render<Datum>['events']>, ReturnType<__sveltets_Render<Datum>['slots']>> & {
|
|
88
|
-
$$bindings?: ReturnType<__sveltets_Render<Datum>['bindings']>;
|
|
89
|
-
} & ReturnType<__sveltets_Render<Datum>['exports']>;
|
|
90
|
-
<Datum extends DataRow>(internal: unknown, props: ReturnType<__sveltets_Render<Datum>['props']> & {}): ReturnType<__sveltets_Render<Datum>['exports']>;
|
|
91
|
-
z_$$bindings?: ReturnType<__sveltets_Render<any>['bindings']>;
|
|
92
|
-
}
|
|
93
|
-
/**
|
|
94
|
-
* Creates a vertical area chart with y value and baseline. Areas are implicitly
|
|
95
|
-
* stacked vertically if just the y channel is defined.
|
|
96
|
-
*/
|
|
97
|
-
declare const AreaY: $$IsomorphicComponent;
|
|
98
|
-
type AreaY<Datum extends DataRow> = InstanceType<typeof AreaY<Datum>>;
|
|
99
|
-
export default AreaY;
|