@taiga-ui/addon-charts 3.40.0 → 3.41.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/README.md +3 -3
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
[](https://discord.gg/Us8d8JVaTg)
|
|
6
6
|
|
|
7
7
|
[Website](https://taiga-ui.dev) • [Documentation](https://taiga-ui.dev/getting-started) •
|
|
8
|
-
[Core team](https://github.com/
|
|
8
|
+
[Core team](https://github.com/taiga-family/taiga-ui/#core-team)
|
|
9
9
|
|
|
10
10
|
> Extension package for Taiga UI that adds various charts, graphs and related components
|
|
11
11
|
|
|
12
|
-
It's a part of [**Taiga UI**](https://github.com/
|
|
13
|
-
of multiple base libraries and several add-ons
|
|
12
|
+
It's a part of [**Taiga UI**](https://github.com/taiga-family/taiga-ui) that is fully-treeshakable Angular UI Kit
|
|
13
|
+
consisting of multiple base libraries and several add-ons
|
|
14
14
|
|
|
15
15
|
## How to install
|
|
16
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/addon-charts",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.41.0",
|
|
4
4
|
"description": "Extension package for Taiga UI that adds various charts, graphs and related components.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -10,15 +10,15 @@
|
|
|
10
10
|
"bar",
|
|
11
11
|
"diagram"
|
|
12
12
|
],
|
|
13
|
-
"homepage": "https://github.com/
|
|
14
|
-
"repository": "https://github.com/
|
|
13
|
+
"homepage": "https://github.com/taiga-family/taiga-ui",
|
|
14
|
+
"repository": "https://github.com/taiga-family/taiga-ui",
|
|
15
15
|
"license": "Apache-2.0",
|
|
16
16
|
"peerDependencies": {
|
|
17
17
|
"@angular/common": ">=12.0.0",
|
|
18
18
|
"@angular/core": ">=12.0.0",
|
|
19
19
|
"@ng-web-apis/common": ">=3.0.0",
|
|
20
|
-
"@taiga-ui/cdk": ">=3.
|
|
21
|
-
"@taiga-ui/core": ">=3.
|
|
20
|
+
"@taiga-ui/cdk": ">=3.41.0",
|
|
21
|
+
"@taiga-ui/core": ">=3.41.0",
|
|
22
22
|
"@tinkoff/ng-polymorpheus": ">=4.0.0"
|
|
23
23
|
},
|
|
24
24
|
"main": "bundles/taiga-ui-addon-charts.umd.js",
|