@carbon/charts-react 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/README.md +3 -6
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -24,8 +24,7 @@ yarn add @carbon/charts-react @carbon/styles d3 d3-cloud d3-sankey
|
|
|
24
24
|
|
|
25
25
|
## Step-by-step instructions
|
|
26
26
|
|
|
27
|
-
Read
|
|
28
|
-
[here](https://carbon-design-system.github.io/carbon-charts/?path=/story/docs-getting-started--react)
|
|
27
|
+
Read [Getting Started](https://charts.carbondesignsystem.com/?path=/docs/docs-getting-started-react--docs)
|
|
29
28
|
|
|
30
29
|
## StackBlitz examples
|
|
31
30
|
|
|
@@ -39,9 +38,7 @@ isolated project showing you how to reproduce the demo.
|
|
|
39
38
|
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.
|
|
40
39
|
|
|
41
40
|
For instructions on using the **tabular data format**, see
|
|
42
|
-
[here](https://
|
|
43
|
-
|
|
44
|
-
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).
|
|
41
|
+
[here](https://charts.carbondesignsystem.com/react/?path=/docs/docs-tutorials-tabular-data-format--docs)
|
|
45
42
|
|
|
46
43
|
Customizable options (specific to chart type) can be found
|
|
47
|
-
[here](https://carbon-design-system.github.io/carbon-charts/documentation/modules/
|
|
44
|
+
[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-react",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.3",
|
|
4
4
|
"description": "Carbon Charts component library for React",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"clean": "rm -rf dist demo/bundle"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@carbon/charts": "1.10.
|
|
44
|
+
"@carbon/charts": "1.10.3",
|
|
45
45
|
"@carbon/icons-react": "^11.21.0",
|
|
46
46
|
"@carbon/telemetry": "~0.1.0"
|
|
47
47
|
},
|
|
@@ -150,5 +150,5 @@
|
|
|
150
150
|
"url": "https://github.com/theiliad"
|
|
151
151
|
}
|
|
152
152
|
],
|
|
153
|
-
"gitHead": "
|
|
153
|
+
"gitHead": "880145ff5617bec4b99254a3fdf11d5ba521ac29"
|
|
154
154
|
}
|