Skip to content

Commit

Permalink
docs: Remove redundant English from Japanese document (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
ytakahashi committed Apr 2, 2020
1 parent c09cc8e commit e70d2c4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/ja/guide/README.md
Expand Up @@ -281,8 +281,6 @@ export default {
}
}
```

After that you can add your chart component to a parent component
その後、作成したチャートコンポーネントを親コンポーネントに追加できます。

```js
Expand All @@ -291,8 +289,7 @@ After that you can add your chart component to a parent component

### ローカルデータを使用したチャート

You can handle your chart data directly in your own chart component. You only need to pass it to the `renderChart()` method.
独自ののチャートコンポーネントでチャートデータを直接扱うことができます。 コンポーネント内のチャートデータを `renderChart()`メソッドに渡すだけです。
独自のチャートコンポーネントでチャートデータを直接扱うことができます。 コンポーネント内のチャートデータを `renderChart()`メソッドに渡すだけです。

```js
import { Bar } from 'vue-chartjs'
Expand Down

0 comments on commit e70d2c4

Please sign in to comment.