Skip to content

Commit

Permalink
Fix typo japanese docs
Browse files Browse the repository at this point in the history
  • Loading branch information
takenaka authored Sep 4, 2019
1 parent dfd74bb commit c981f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ja/guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Chart.js 自身ではデータセットを変更した場合に、ライブア
- `reactiveProp`
- `reactiveData`

両方のミックスインは実際には同じ結果を達成します。 ほとんどの場合は、`reactProp`を使います。 このミックスインはチャートコンポーネントのロジックを拡張し、自動的に `chartData`という名前のプロパティを作成し、このプロパティに`vue watch`を追加します。 データが変更されると、データセット内のデータだけが変更されていれば `update()`を、新しいデータセットが追加されていれば `renderChart()`を呼び出します。
両方のミックスインは実際には同じ結果を達成します。 ほとんどの場合は、`reactiveProp`を使います。 このミックスインはチャートコンポーネントのロジックを拡張し、自動的に `chartData`という名前のプロパティを作成し、このプロパティに`vue watch`を追加します。 データが変更されると、データセット内のデータだけが変更されていれば `update()`を、新しいデータセットが追加されていれば `renderChart()`を呼び出します。

`ractiveData`はプロパティではないローカルのchartData変数を作成し、Watcherを追加します。 これは単一目的のチャートが必要でチャートコンポーネント内でAPI呼び出しを行う場合にのみ役に立ちます。

Expand Down

0 comments on commit c981f08

Please sign in to comment.