@carbon/charts-angular 1.10.3 → 1.10.4

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 CHANGED
@@ -3,6 +3,15 @@
3
3
  All notable changes to this project will be documented in this file. See
4
4
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.10.4](https://github.com/carbon-design-system/carbon-charts/compare/v1.10.3...v1.10.4) (2023-06-27)
7
+
8
+ **Note:** Version bump only for package @carbon/charts-angular
9
+
10
+ # Change Log
11
+
12
+ All notable changes to this project will be documented in this file. See
13
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
14
+
6
15
  ## [1.10.3](https://github.com/carbon-design-system/carbon-charts/compare/v1.10.2...v1.10.3) (2023-06-26)
7
16
 
8
17
  **Note:** Version bump only for package @carbon/charts-angular
package/README.md CHANGED
@@ -29,14 +29,14 @@ yarn add @carbon/charts-angular@next @carbon/styles d3 d3-cloud d3-sankey
29
29
  ## Step-by-step instructions
30
30
 
31
31
  Read
32
- [here](https://charts.carbondesignsystem.com/?path=/docs/docs-getting-started-angular--docs)
32
+ [Getting Started](https://charts.carbondesignsystem.com/?path=/docs/docs-getting-started-angular--docs)
33
33
 
34
34
  ## Charting data & options
35
35
 
36
36
  Although new charts will be introduced in the future (such as a choropleth), data and options follow the same model for all charts with minor exceptions. For example, in the case of a donut chart, you're able to pass in an additional field called `center` in your options to configure the donut center.
37
37
 
38
38
  For instructions on using the **tabular data format**, see
39
- [here](https://carbon-design-system.github.io/carbon-charts/?path=/story/docs-tutorials--tabular-data-format)
39
+ [here](https://charts.carbondesignsystem.com/angular/?path=/docs/docs-tutorials-tabular-data-format--docs)
40
40
 
41
41
  Customizable options (specific to chart type) can be found
42
42
  [here](https://charts.carbondesignsystem.com/documentation/modules/interfaces.html)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon/charts-angular",
3
- "version": "1.10.3",
3
+ "version": "1.10.4",
4
4
  "description": "Carbon Charts component library for Angular",
5
5
  "exports": {
6
6
  "./styles.min.css": "./dist/styles.min.css",
@@ -21,7 +21,7 @@
21
21
  "@angular/core": "^16.0.0"
22
22
  },
23
23
  "dependencies": {
24
- "@carbon/charts": "1.10.3",
24
+ "@carbon/charts": "1.10.4",
25
25
  "@carbon/telemetry": "~0.1.0",
26
26
  "tslib": "^2.5.3"
27
27
  },