ngx-диаграмм изменить цвет текста

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