@octanejs/recharts 0.1.45 → 0.1.47
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 +7 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
[Recharts](https://recharts.org) for the [octane](https://github.com/octanejs/octane) UI framework.
|
|
4
4
|
|
|
5
|
+
## Installation
|
|
6
|
+
|
|
7
|
+
```sh
|
|
8
|
+
npm install @octanejs/recharts
|
|
9
|
+
pnpm add @octanejs/recharts
|
|
10
|
+
```
|
|
11
|
+
|
|
5
12
|
A port of recharts 3.9.2 that reuses the framework-agnostic modules (the
|
|
6
13
|
Redux/RTK chart state layer, reselect, d3) and reimplements the React layer on
|
|
7
14
|
octane's hooks. Currently **partial**: phases 0–1 of the port plan — the static
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@octanejs/recharts",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.47",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
"reselect": "5.2.0",
|
|
44
44
|
"tiny-invariant": "^1.3.3",
|
|
45
45
|
"victory-vendor": "^37.3.6",
|
|
46
|
-
"@octanejs/redux": "0.1.
|
|
46
|
+
"@octanejs/redux": "0.1.47"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
|
-
"octane": "0.1.
|
|
49
|
+
"octane": "0.1.50"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@tsrx/react": "^0.2.61",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"react-dom": "^19.2.7",
|
|
56
56
|
"recharts": "3.9.2",
|
|
57
57
|
"vitest": "^4.1.10",
|
|
58
|
-
"octane": "0.1.
|
|
58
|
+
"octane": "0.1.50"
|
|
59
59
|
},
|
|
60
60
|
"scripts": {
|
|
61
61
|
"test": "vitest run"
|