@carbon/charts 1.10.2 → 1.10.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 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.3](https://github.com/carbon-design-system/carbon-charts/compare/v1.10.2...v1.10.3) (2023-06-26)
7
+
8
+ **Note:** Version bump only for package @carbon/charts
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.2](https://github.com/carbon-design-system/carbon-charts/compare/v1.10.1...v1.10.2) (2023-06-26)
7
16
 
8
17
  **Note:** Version bump only for package @carbon/charts
package/README.md CHANGED
@@ -21,7 +21,7 @@ yarn add @carbon/charts @carbon/styles d3 d3-cloud d3-sankey
21
21
  ## Step-by-step instructions
22
22
 
23
23
  Read
24
- [here](https://carbon-design-system.github.io/carbon-charts/?path=/story/docs-getting-started--vanilla)
24
+ [Getting Started](https://charts.carbondesignsystem.com/?path=/docs/docs-getting-started-vanilla-javascript--docs)
25
25
 
26
26
  ## StackBlitz examples
27
27
 
@@ -35,10 +35,7 @@ isolated project showing you how to reproduce the demo.
35
35
  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.
36
36
 
37
37
  For instructions on using the **tabular data format**, see
38
- [here](https://carbon-design-system.github.io/carbon-charts/?path=/story/docs-tutorials--tabular-data-format)
39
-
40
- Additional options are available depending on the chart type being used,
41
- [see our demo examples here](https://github.com/carbon-design-system/carbon-charts/tree/master/packages/core/demo/data).
38
+ [here](https://charts.carbondesignsystem.com/?path=/docs/docs-tutorials-tabular-data-format--docs)
42
39
 
43
40
  Customizable options (specific to chart type) can be found
44
- [here](https://carbon-design-system.github.io/carbon-charts/documentation/modules/_interfaces_charts_.html)
41
+ [here](https://charts.carbondesignsystem.com/documentation/modules/interfaces.html)