ngx-gauge
ngx-gauge copied to clipboard
I want to change the marker label color to white
According to code https://github.com/ashish-chopra/ngx-gauge/blob/32d07601c458b31963317fa3ed4b21b438d7bdf2/projects/ngx-gauge/src/gauge/gauge.ts#L320 Selected color applied if select triangle type, but for 'line' type foreground color not applied
The marker labels color is fixed, dark. This makes markers unusable with dark backgrounds. Please add same logic to color of labels as with the value - description text...