@carbon/charts-react 0.42.1 → 0.45.0
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 +32 -0
- package/README.md +4 -4
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,38 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [0.45.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.44.1...v0.45.0) (2021-08-19)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @carbon/charts-react
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [0.44.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.44.0...v0.44.1) (2021-08-19)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @carbon/charts-react
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [0.44.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.43.0...v0.44.0) (2021-08-18)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @carbon/charts-react
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
# [0.43.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.42.1...v0.43.0) (2021-08-17)
|
|
31
|
+
|
|
32
|
+
**Note:** Version bump only for package @carbon/charts-react
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
6
38
|
## [0.42.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.42.0...v0.42.1) (2021-08-13)
|
|
7
39
|
|
|
8
40
|
**Note:** Version bump only for package @carbon/charts-react
|
package/README.md
CHANGED
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
Run the following command using [npm](https://www.npmjs.com/):
|
|
12
12
|
|
|
13
13
|
```bash
|
|
14
|
-
npm install -S @carbon/charts @carbon/charts-react d3
|
|
14
|
+
npm install -S @carbon/charts @carbon/charts-react d3
|
|
15
15
|
```
|
|
16
16
|
|
|
17
17
|
If you prefer [Yarn](https://yarnpkg.com/en/), use the following command
|
|
18
18
|
instead:
|
|
19
19
|
|
|
20
20
|
```bash
|
|
21
|
-
yarn add @carbon/charts @carbon/charts-react d3
|
|
21
|
+
yarn add @carbon/charts @carbon/charts-react d3
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
**Note:** you'd also need to install `carbon-components` if you're not using a
|
|
@@ -27,7 +27,7 @@ bundled version of the library.
|
|
|
27
27
|
## Step-by-step instructions
|
|
28
28
|
|
|
29
29
|
Read
|
|
30
|
-
[here](https://carbon-design-system.github.io/carbon-charts/?path=/story/
|
|
30
|
+
[here](https://carbon-design-system.github.io/carbon-charts/?path=/story/docs-getting-started--react)
|
|
31
31
|
|
|
32
32
|
## Codesandbox examples
|
|
33
33
|
|
|
@@ -46,7 +46,7 @@ For instance in the case of a donut chart you're able to pass in an additional
|
|
|
46
46
|
field called `center` in your options configuring the donut center.
|
|
47
47
|
|
|
48
48
|
For instructions on using the **tabular data format**, see
|
|
49
|
-
[here](https://carbon-design-system.github.io/carbon-charts/?path=/story/tutorials--tabular-data-format)
|
|
49
|
+
[here](https://carbon-design-system.github.io/carbon-charts/?path=/story/docs-tutorials--tabular-data-format)
|
|
50
50
|
|
|
51
51
|
There are also additional options available depending on the chart type being
|
|
52
52
|
used,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/charts-react",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.45.0",
|
|
4
4
|
"description": "Carbon charting components for React",
|
|
5
5
|
"main": "./bundle.js",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
},
|
|
50
50
|
"homepage": "https://github.com/carbon-design-system/carbon-charts#readme",
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@carbon/charts": "^0.
|
|
52
|
+
"@carbon/charts": "^0.45.0",
|
|
53
53
|
"@carbon/icons-react": "^10.32.0",
|
|
54
54
|
"@carbon/telemetry": "0.0.0-alpha.6"
|
|
55
55
|
},
|