Skip to content

Commit 846cb98

Browse files
committed
docs: fix charts usage missing error
1 parent 5c788c7 commit 846cb98

39 files changed

Lines changed: 50 additions & 50 deletions

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": ["@opd/eslint-config-pangu"],
2+
"extends": ["@opd/eslint-config"],
33
"rules": {
44
"react/react-in-jsx-scope": "off"
55
}

docs/api/area.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Usage
44

55
```tsx | pure
6-
6+
import { AreaChart } from '@opd/g2plot-react'
77
```
88

99
## API

docs/api/bar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Usage
44

55
```tsx | pure
6-
6+
import { BarChart } from '@opd/g2plot-react'
77
```
88

99
## API

docs/api/bidirectional-bar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Usage
44

55
```tsx | pure
6-
6+
import { BidirectionalBarChart } from '@opd/g2plot-react'
77
```
88

99
## API

docs/api/box.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Usage
44

55
```tsx | pure
6-
6+
import { BoxChart } from '@opd/g2plot-react'
77
```
88

99
## API

docs/api/bullet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Usage
44

55
```tsx | pure
6-
6+
import { BulletChart } from '@opd/g2plot-react'
77
```
88

99
## API

docs/api/chord.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Usage
44

55
```tsx | pure
6-
6+
import { ChordChart } from '@opd/g2plot-react'
77
```
88

99
## API

docs/api/circle-packing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Usage
44

55
```tsx | pure
6-
6+
import { CirclePackingChart } from '@opd/g2plot-react'
77
```
88

99
## API

docs/api/column.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Usage
44

55
```tsx | pure
6-
6+
import { ColumnChart } from '@opd/g2plot-react'
77
```
88

99
## API

docs/api/dual-axes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Usage
44

55
```tsx | pure
6-
6+
import { DualAxesChart } from '@opd/g2plot-react'
77
```
88

99
## API

0 commit comments

Comments
 (0)