@carbon/charts-angular 1.19.2 → 1.19.3
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/CHANGELOG.md +9 -0
- package/README.md +18 -4
- package/esm2022/lib/charts/alluvial-chart.component.mjs +3 -3
- package/esm2022/lib/charts/area-chart-stacked.component.mjs +3 -3
- package/esm2022/lib/charts/area-chart.component.mjs +3 -3
- package/esm2022/lib/charts/bar-chart-grouped.component.mjs +3 -3
- package/esm2022/lib/charts/bar-chart-simple.component.mjs +3 -3
- package/esm2022/lib/charts/bar-chart-stacked.component.mjs +3 -3
- package/esm2022/lib/charts/base-chart.component.mjs +3 -3
- package/esm2022/lib/charts/boxplot-chart.component.mjs +3 -3
- package/esm2022/lib/charts/bubble-chart.component.mjs +3 -3
- package/esm2022/lib/charts/bullet-chart.component.mjs +3 -3
- package/esm2022/lib/charts/charts.module.mjs +4 -4
- package/esm2022/lib/charts/choropleth.component.mjs +3 -3
- package/esm2022/lib/charts/circle-pack-chart.component.mjs +3 -3
- package/esm2022/lib/charts/combo-chart.component.mjs +3 -3
- package/esm2022/lib/charts/donut-chart.component.mjs +3 -3
- package/esm2022/lib/charts/experimental-choropleth-chart-component.mjs +3 -3
- package/esm2022/lib/charts/gauge-chart.component.mjs +3 -3
- package/esm2022/lib/charts/heatmap-chart.component.mjs +3 -3
- package/esm2022/lib/charts/histogram-chart.component.mjs +3 -3
- package/esm2022/lib/charts/line-chart.component.mjs +3 -3
- package/esm2022/lib/charts/lollipop-chart.component.mjs +3 -3
- package/esm2022/lib/charts/meter-chart.component.mjs +3 -3
- package/esm2022/lib/charts/pie-chart.component.mjs +3 -3
- package/esm2022/lib/charts/radar-chart.component.mjs +3 -3
- package/esm2022/lib/charts/scatter-chart.component.mjs +3 -3
- package/esm2022/lib/charts/tree-chart.component.mjs +3 -3
- package/esm2022/lib/charts/treemap-chart.component.mjs +3 -3
- package/esm2022/lib/charts/wordcloud-chart.component.mjs +3 -3
- package/esm2022/lib/diagrams/edges/edge.component.mjs +3 -3
- package/esm2022/lib/diagrams/edges/edge.module.mjs +4 -4
- package/esm2022/lib/diagrams/edges/marker/marker.component.mjs +21 -21
- package/esm2022/lib/diagrams/edges/marker/marker.module.mjs +4 -4
- package/esm2022/lib/diagrams/nodes/cards/card-node-column.component.mjs +3 -3
- package/esm2022/lib/diagrams/nodes/cards/card-node-label.component.mjs +3 -3
- package/esm2022/lib/diagrams/nodes/cards/card-node-subtitle.component.mjs +3 -3
- package/esm2022/lib/diagrams/nodes/cards/card-node-title.component.mjs +3 -3
- package/esm2022/lib/diagrams/nodes/cards/card-node.component.mjs +3 -3
- package/esm2022/lib/diagrams/nodes/cards/card-node.module.mjs +4 -4
- package/esm2022/lib/diagrams/nodes/shape/shape-node.component.mjs +3 -3
- package/esm2022/lib/diagrams/nodes/shape/shape-node.module.mjs +4 -4
- package/fesm2022/carbon-charts-angular.mjs +143 -143
- package/package.json +6 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/charts-angular",
|
|
3
|
-
"version": "1.19.
|
|
3
|
+
"version": "1.19.3",
|
|
4
4
|
"description": "Carbon Charts component library for Angular",
|
|
5
5
|
"exports": {
|
|
6
6
|
"./styles.min.css": "./styles.min.css",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"@angular/core": "^18.0.0"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@carbon/charts": "1.19.
|
|
26
|
-
"@ibm/telemetry-js": "^1.6.
|
|
25
|
+
"@carbon/charts": "1.19.3",
|
|
26
|
+
"@ibm/telemetry-js": "^1.6.1",
|
|
27
27
|
"tslib": "^2.6.3"
|
|
28
28
|
},
|
|
29
29
|
"publishConfig": {
|
|
@@ -31,10 +31,11 @@
|
|
|
31
31
|
"directory": "dist",
|
|
32
32
|
"access": "public"
|
|
33
33
|
},
|
|
34
|
+
"homepage": "https://github.com/carbon-design-system/carbon-charts#readme",
|
|
34
35
|
"repository": {
|
|
35
36
|
"type": "git",
|
|
36
|
-
"url": "git
|
|
37
|
-
"
|
|
37
|
+
"url": "git+https://github.com/carbon-design-system/carbon-charts.git",
|
|
38
|
+
"directory": "packages/angular"
|
|
38
39
|
},
|
|
39
40
|
"license": "Apache-2.0",
|
|
40
41
|
"author": "IBM",
|