@carbon/charts-react 1.16.5 → 1.16.7
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 +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.js +32 -32
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +15968 -15955
- package/dist/index.mjs.map +1 -1
- package/package.json +8 -11
package/README.md
CHANGED
|
@@ -15,13 +15,13 @@ documentation is provided in the Storybook demos.
|
|
|
15
15
|
Run the following command using [npm](https://www.npmjs.com/):
|
|
16
16
|
|
|
17
17
|
```bash
|
|
18
|
-
npm install -S @carbon/charts-react
|
|
18
|
+
npm install -S @carbon/charts-react
|
|
19
19
|
```
|
|
20
20
|
|
|
21
21
|
If you prefer [Yarn](https://yarnpkg.com/en/), use the following command instead:
|
|
22
22
|
|
|
23
23
|
```bash
|
|
24
|
-
yarn add @carbon/charts-react
|
|
24
|
+
yarn add @carbon/charts-react
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
## Step-by-step instructions
|
package/dist/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export { AreaChart, StackedAreaChart, GroupedBarChart, SimpleBarChart, StackedBa
|
|
|
4
4
|
*/
|
|
5
5
|
ChoroplethChart as ExperimentalChoroplethChart, DonutChart, GaugeChart, HistogramChart, LineChart, LollipopChart, PieChart, ScatterChart, MeterChart, RadarChart, ComboChart, TreeChart, TreemapChart, CirclePackChart, WordCloudChart, AlluvialChart, HeatmapChart } from './charts';
|
|
6
6
|
export { ArrowLeftMarker, ArrowRightMarker, CardNode, CardNodeColumn, CardNodeSubtitle, CardNodeTitle, CardNodeLabel, CircleMarker, DiamondMarker, Edge, Marker, ShapeNode, SquareMarker, TeeMarker } from './diagrams';
|
|
7
|
-
export { ChartTabularData, ChartOptions, AlluvialChartOptions, AreaChartOptions, BarChartOptions, BoxplotChartOptions, BubbleChartOptions, BulletChartOptions, ChoroplethChartOptions, CirclePackChartOptions, ComboChartOptions, DonutChartOptions, GaugeChartOptions, HeatmapChartOptions, HistogramChartOptions, LineChartOptions, LollipopChartOptions, MeterChartOptions, PieChartOptions, RadarChartOptions, ScatterChartOptions, StackedAreaChartOptions, TreeChartOptions, TreemapChartOptions, WordCloudChartOptions,
|
|
7
|
+
export { ChartTabularData, ChartOptions, AlluvialChartOptions, AreaChartOptions, BarChartOptions, BoxplotChartOptions, BubbleChartOptions, BulletChartOptions, ChoroplethChartOptions, CirclePackChartOptions, ComboChartOptions, DonutChartOptions, GaugeChartOptions, HeatmapChartOptions, HistogramChartOptions, LineChartOptions, LollipopChartOptions, MeterChartOptions, PieChartOptions, RadarChartOptions, ScatterChartOptions, StackedAreaChartOptions, StackedBarChartOptions, TreeChartOptions, TreemapChartOptions, WordCloudChartOptions,
|
|
8
8
|
/**
|
|
9
9
|
* @deprecated Use `WordCloudChartOptions` instead.
|
|
10
10
|
*/
|