Ngx-Charts Modifiez la couleur du texte

.ngx-charts text {
    fill: #fff;
}
JBTheOneAndOnly