@carbon/charts-react 1.13.15 → 1.13.17

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 CHANGED
@@ -1,10 +1,12 @@
1
1
  # Carbon Charts React
2
2
 
3
- Carbon Charts React is a thin React wrapper around the vanilla JavaScript `@carbon/charts` component library. The charts are based on D3.js, a peer dependency.
3
+ Carbon Charts React is a thin React wrapper around the vanilla JavaScript `@carbon/charts` component
4
+ library. The charts are based on D3.js, a peer dependency.
4
5
 
5
- The required styles should be imported from `@carbon/charts-react/dist/styles.css`. Additional documentation is provided in the Storybook demos.
6
+ The required styles should be imported from `@carbon/charts-react/dist/styles.css`. Additional
7
+ documentation is provided in the Storybook demos.
6
8
 
7
- **[Storybook demos](https://carbon-design-system.github.io/carbon-charts/react)**
9
+ **[Storybook demos](https://charts.carbondesignsystem.com/react)**
8
10
 
9
11
  **[Storybook demo sources](https://github.com/carbon-design-system/carbon-charts/tree/master/packages/core/demo/data)**
10
12
 
@@ -24,21 +26,25 @@ yarn add @carbon/charts-react d3 d3-cloud d3-sankey
24
26
 
25
27
  ## Step-by-step instructions
26
28
 
27
- Read [Getting Started](https://charts.carbondesignsystem.com/?path=/docs/docs-getting-started-react--docs)
29
+ Read
30
+ [Getting Started](https://charts.carbondesignsystem.com/?path=/docs/docs-getting-started-react--docs)
28
31
 
29
32
  ## Storybook and StackBlitz Examples
30
33
 
31
- [Sample use cases can be seen here](https://carbon-design-system.github.io/carbon-charts/react).
34
+ [Sample use cases can be seen here](https://charts.carbondesignsystem.com/react).
32
35
 
33
36
  **When opening the link above**, click on the **Edit on StackBlitz** button for each demo to see an
34
37
  isolated project showing you how to reproduce the demo.
35
38
 
36
39
  ## Charting data & options
37
40
 
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.
41
+ Although new charts will be introduced in the future (such as a choropleth), data and options follow
42
+ the same model for all charts with minor exceptions. For example, in the case of a donut chart,
43
+ you're able to pass in an additional field called `center` in your options to configure the donut
44
+ center.
39
45
 
40
46
  For instructions on using the **tabular data format**, see
41
47
  [here](https://charts.carbondesignsystem.com/react/?path=/docs/docs-tutorials-tabular-data-format--docs)
42
48
 
43
49
  Customizable options (specific to chart type) can be found
44
- [here](https://carbon-design-system.github.io/carbon-charts/documentation/modules/interfaces.html)
50
+ [here](https://charts.carbondesignsystem.com/documentation/modules/interfaces.html)