@carbon/charts-vue 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 +9 -0
- package/README.md +2 -2
- package/package.json +3 -3
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-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
|
+
|
|
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-vue
|
package/README.md
CHANGED
|
@@ -31,7 +31,7 @@ yarn add @carbon/charts-vue @carbon/styles d3 d3-cloud d3-sankey
|
|
|
31
31
|
|
|
32
32
|
Read [Getting Started](https://charts.carbondesignsystem.com/?path=/docs/docs-getting-started-vue--docs)
|
|
33
33
|
|
|
34
|
-
## StackBlitz
|
|
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
|
|
|
@@ -42,7 +42,7 @@ Read [Getting Started](https://charts.carbondesignsystem.com/?path=/docs/docs-ge
|
|
|
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
44
|
For instructions on using the **tabular data format**, see
|
|
45
|
-
[here](https://charts.carbondesignsystem.com/?path=/docs/docs-tutorials-tabular-data-format--docs)
|
|
45
|
+
[here](https://charts.carbondesignsystem.com/vue/?path=/docs/docs-tutorials-tabular-data-format--docs)
|
|
46
46
|
|
|
47
47
|
Customizable options (specific to chart type) can be found
|
|
48
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.
|
|
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.
|
|
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": "
|
|
116
|
+
"gitHead": "fa605b39d5195a72f9f618a6fcf3650d97f786c2"
|
|
117
117
|
}
|