@react-native-ohos/victory-native-xl 41.17.5-rc.1 → 41.17.5
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/LICENSE +7 -7
- package/README.OpenSource +10 -10
- package/README.md +12 -12
- package/package.json +49 -44
- package/src/cartesian/CartesianChart.tsx +709 -709
- package/src/index.ts +52 -52
- package/src/polar/PolarChart.tsx +144 -144
package/LICENSE
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
The MIT License (MIT)
|
|
2
|
-
Copyright © 2024 <copyright holders>
|
|
3
|
-
|
|
4
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
5
|
-
|
|
6
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
7
|
-
|
|
1
|
+
The MIT License (MIT)
|
|
2
|
+
Copyright © 2024 <copyright holders>
|
|
3
|
+
|
|
4
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
5
|
+
|
|
6
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
7
|
+
|
|
8
8
|
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
package/README.OpenSource
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"Name": "victory-native-xl",
|
|
4
|
-
"License": "MIT License",
|
|
5
|
-
"License File": " LICENSE ",
|
|
6
|
-
"Version Number": "41.17.4",
|
|
7
|
-
"Owner" : "xiafeng@huawei.com",
|
|
8
|
-
"Upstream URL": "https://github.com/FormidableLabs/victory-native-xl",
|
|
9
|
-
"Description": "A charting library for React Native with a focus on performance and customization."
|
|
10
|
-
}
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"Name": "victory-native-xl",
|
|
4
|
+
"License": "MIT License",
|
|
5
|
+
"License File": " LICENSE ",
|
|
6
|
+
"Version Number": "41.17.4",
|
|
7
|
+
"Owner" : "xiafeng@huawei.com",
|
|
8
|
+
"Upstream URL": "https://github.com/FormidableLabs/victory-native-xl",
|
|
9
|
+
"Description": "A charting library for React Native with a focus on performance and customization."
|
|
10
|
+
}
|
|
11
11
|
]
|
package/README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
# @react-native-
|
|
2
|
-
|
|
3
|
-
本项目基于 [victory-native-xl](https://github.com/FormidableLabs/victory-native-xl)
|
|
4
|
-
|
|
5
|
-
## 文档地址 / Documentation URL
|
|
6
|
-
|
|
7
|
-
[中文 / Chinese](https://gitee.com/react-native-oh-library/usage-docs/blob/master/zh-cn/victory-native-xl.md)
|
|
8
|
-
|
|
9
|
-
[英文 / English](https://gitee.com/react-native-oh-library/usage-docs/blob/master/
|
|
10
|
-
|
|
11
|
-
## 请悉知 / Acknowledgements
|
|
12
|
-
|
|
1
|
+
# @react-native-ohos/victory-native-xl
|
|
2
|
+
|
|
3
|
+
本项目基于 [victory-native-xl@v41.17.4](https://github.com/FormidableLabs/victory-native-xl/tree/victory-native%4041.17.4)
|
|
4
|
+
|
|
5
|
+
## 文档地址 / Documentation URL
|
|
6
|
+
|
|
7
|
+
[中文 / Chinese](https://gitee.com/react-native-oh-library/usage-docs/blob/master/zh-cn/victory-native-xl.md)
|
|
8
|
+
|
|
9
|
+
[英文 / English](https://gitee.com/react-native-oh-library/usage-docs/blob/master/en/victory-native-xl.md)
|
|
10
|
+
|
|
11
|
+
## 请悉知 / Acknowledgements
|
|
12
|
+
|
|
13
13
|
本项目基于 [The MIT License (MIT)](https://www.mit-license.org/) ,请自由地享受和参与开源。
|
package/package.json
CHANGED
|
@@ -1,44 +1,49 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@react-native-ohos/victory-native-xl",
|
|
3
|
-
"version": "41.17.5
|
|
4
|
-
"private": false,
|
|
5
|
-
"license": "MIT",
|
|
6
|
-
"repository": {
|
|
7
|
-
"type": "git",
|
|
8
|
-
"url": "https://github.com/
|
|
9
|
-
},
|
|
10
|
-
"harmony": {
|
|
11
|
-
"alias": "victory-native
|
|
12
|
-
},
|
|
13
|
-
"main": "src/index.ts",
|
|
14
|
-
"files": [
|
|
15
|
-
"src"
|
|
16
|
-
],
|
|
17
|
-
"scripts": {
|
|
18
|
-
"build": "rm -rf dist && tsc -p ./tsconfig.build.json",
|
|
19
|
-
"dev": "tsc --watch",
|
|
20
|
-
"typecheck": "tsc --noEmit",
|
|
21
|
-
"test": "vitest run",
|
|
22
|
-
"test:watch": "vitest"
|
|
23
|
-
},
|
|
24
|
-
"dependencies": {
|
|
25
|
-
"d3-scale": "^4.0.2",
|
|
26
|
-
"d3-shape": "^3.2.0",
|
|
27
|
-
"its-fine": "^1.2.5",
|
|
28
|
-
"react-fast-compare": "^3.2.2",
|
|
29
|
-
"react-native-reanimated": "
|
|
30
|
-
},
|
|
31
|
-
"peerDependencies": {
|
|
32
|
-
"@
|
|
33
|
-
"react": "
|
|
34
|
-
"
|
|
35
|
-
"react-native": "
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
"@types/
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
|
|
44
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@react-native-ohos/victory-native-xl",
|
|
3
|
+
"version": "41.17.5",
|
|
4
|
+
"private": false,
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "https://github.com/react-native-oh-library/victory-native-xl.git"
|
|
9
|
+
},
|
|
10
|
+
"harmony": {
|
|
11
|
+
"alias": "victory-native"
|
|
12
|
+
},
|
|
13
|
+
"main": "src/index.ts",
|
|
14
|
+
"files": [
|
|
15
|
+
"src"
|
|
16
|
+
],
|
|
17
|
+
"scripts": {
|
|
18
|
+
"build": "rm -rf dist && tsc -p ./tsconfig.build.json",
|
|
19
|
+
"dev": "tsc --watch",
|
|
20
|
+
"typecheck": "tsc --noEmit",
|
|
21
|
+
"test": "vitest run",
|
|
22
|
+
"test:watch": "vitest"
|
|
23
|
+
},
|
|
24
|
+
"dependencies": {
|
|
25
|
+
"d3-scale": "^4.0.2",
|
|
26
|
+
"d3-shape": "^3.2.0",
|
|
27
|
+
"its-fine": "^1.2.5",
|
|
28
|
+
"react-fast-compare": "^3.2.2",
|
|
29
|
+
"react-native-reanimated": "3.18.0"
|
|
30
|
+
},
|
|
31
|
+
"peerDependencies": {
|
|
32
|
+
"@react-native-ohos/react-native-skia": "file:packages/react-native-ohos-react-native-skia-1.3.7.tgz",
|
|
33
|
+
"@react-native-ohos/react-native-gesture-handler": "file:packages/react-native-ohos-react-native-gesture-handler-2.23.1.tgz",
|
|
34
|
+
"@react-native-ohos/react-native-reanimated": "file:packages/react-native-ohos-react-native-reanimated-3.18.0.tgz",
|
|
35
|
+
"@shopify/react-native-skia": "^1.3.7",
|
|
36
|
+
"react": "18.3.1",
|
|
37
|
+
"react-native": "0.77.1"
|
|
38
|
+
},
|
|
39
|
+
"devDependencies": {
|
|
40
|
+
"@types/d3-scale": "^4.0.3",
|
|
41
|
+
"@types/d3-shape": "^3.1.1",
|
|
42
|
+
"@types/react": "~18.2.14",
|
|
43
|
+
"typescript": "^5.1.6",
|
|
44
|
+
"vitest": "^0.34.2"
|
|
45
|
+
},
|
|
46
|
+
"publishConfig": {
|
|
47
|
+
"provenance": true
|
|
48
|
+
}
|
|
49
|
+
}
|