Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
セカンダリ y 軸 (右) の水平グリッド線を非表示にする方法を知っている人はいますか?
問題の図は、長い説明よりも理解しやすい場合があります。
ありがとう
コードを表示することは非常に有益です。とにかく、適切な軸のshowGridlineオプションを設定する必要があると思います。これで完了です。tickOptions
showGridline
tickOptions
axes: { grid: { drawBorder: false }, yaxis: { tickOptions: { showGridline: false } } }
上記の解決策は、ここで最初に提案されました。
あなたの場合、それはy2axisあなたが求めていることです。
y2axis