2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

vue-chartjsでグラフが表示されない問題

2
Last updated at Posted at 2021-04-27

vue-chartjsを初めて使用した際につまずいた点をメモしておきます。

問題の背景

公式ガイドを参考に、Chart.jsとvue-chartjsのインストールからチャートコンポーネントの作成までを終え、
ファイルを実行したところグラフが上手く表示されなかった。

Chart.jsのバージョンを戻して解決

Chart.jsは最近大きなアップデートがあったが、vue-chartjsはそのアップデートにまだ対応出来ていない様子。(2021年4月27日時点)
公式ガイドにあるインストール方法ではChart.jsの最新版がインストールされてしまう為、
vue-chartjsを使用するには以下の様にバージョンを直接指定するなどして、Chart.jsを3.0.0より古いバージョンに戻す必要がある。

npm install chart.js@2.9.4
2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?