LoginSignup
1
1

More than 5 years have passed since last update.

vue-chartjsでレーダーチャートの目盛などを変更する方法

Last updated at Posted at 2019-04-18

時間があるときにちゃんとまとめる(ほんとか?)が、取り急ぎメモ程度に。
ドキュメントが全然なくて苦戦しました。

設定項目は分かりやすくまとめたいと思います。
以下の記事も参考になります。
https://qiita.com/muuuuminn/items/2e977add604dcec920d3


chartOption: {
        scale: {
          ticks: {
            label: false,
            min: 0,
            max: 10,
            fixedStepSize: 2,
            showLabelBackdrop: false,
            fontSize: 0,
            color: '#eee',
          }
        },
      },
1
1
3

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
1
1