NGX-Charts ändern die Textfarbe

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