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.
次のチャートの灰色の背景を削除するための ngx-chart 内の構成はありますか: https://embed.plnkr.co/2eQ9jheOTm8i74vp2EmP?show=preview
CSSルールを使用するだけでよいと思います
.ngx-charts .grid-panel.odd rect { fill: none; }
APIでこれを無効にするオプションはありません。