@carbon/charts-vue 1.10.2 → 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,24 @@
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-vue
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
+
15
+ ## [1.10.3](https://github.com/carbon-design-system/carbon-charts/compare/v1.10.2...v1.10.3) (2023-06-26)
16
+
17
+ **Note:** Version bump only for package @carbon/charts-vue
18
+
19
+ # Change Log
20
+
21
+ All notable changes to this project will be documented in this file. See
22
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
23
+
6
24
  ## [1.10.2](https://github.com/carbon-design-system/carbon-charts/compare/v1.10.1...v1.10.2) (2023-06-26)
7
25
 
8
26
  **Note:** Version bump only for package @carbon/charts-vue
package/README.md CHANGED
@@ -29,9 +29,9 @@ yarn add @carbon/charts-vue @carbon/styles d3 d3-cloud d3-sankey
29
29
 
30
30
  ## Step-by-step instructions
31
31
 
32
- Read [here](https://carbon-design-system.github.io/carbon-charts/?path=/story/docs-getting-started--vue)
32
+ Read [Getting Started](https://charts.carbondesignsystem.com/?path=/docs/docs-getting-started-vue--docs)
33
33
 
34
- ## StackBlitz examples
34
+ ## Storybook and StackBlitz Examples
35
35
 
36
36
  [Sample use cases can be seen here](https://carbon-design-system.github.io/carbon-charts/vue).
37
37
 
@@ -41,8 +41,8 @@ Read [here](https://carbon-design-system.github.io/carbon-charts/?path=/story/do
41
41
 
42
42
  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.
43
43
 
44
- For instructions on using the **tabular data format**, see [here](https://carbon-design-system.github.io/carbon-charts/?path=/story/docs-tutorials--tabular-data-format)
44
+ For instructions on using the **tabular data format**, see
45
+ [here](https://charts.carbondesignsystem.com/vue/?path=/docs/docs-tutorials-tabular-data-format--docs)
45
46
 
46
- There are also additional options available depending on the chart type being used, [see our demo examples here](https://github.com/carbon-design-system/carbon-charts/tree/master/packages/core/demo/data).
47
-
48
- Customizable options (specific to chart type) can be found [here](https://carbon-design-system.github.io/carbon-charts/documentation/modules/_interfaces_charts_.html)
47
+ Customizable options (specific to chart type) can be found
48
+ [here](https://carbon-design-system.github.io/carbon-charts/documentation/modules/interfaces.html)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon/charts-vue",
3
- "version": "1.10.2",
3
+ "version": "1.10.4",
4
4
  "description": "Carbon Charts component library for Vue",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -44,7 +44,7 @@
44
44
  "vue": "^2.7.0"
45
45
  },
46
46
  "dependencies": {
47
- "@carbon/charts": "1.10.2",
47
+ "@carbon/charts": "1.10.4",
48
48
  "@carbon/telemetry": "~0.1.0",
49
49
  "vue": "^2.7.14"
50
50
  },
@@ -113,5 +113,5 @@
113
113
  "sass",
114
114
  "scss"
115
115
  ],
116
- "gitHead": "d5eb4c1f797aa1c89e0f98ed4e0f48456a974b30"
116
+ "gitHead": "fa605b39d5195a72f9f618a6fcf3650d97f786c2"
117
117
  }