Browse Source

update colors

merge-requests/1/merge
vargburz 2 years ago
parent
commit
86c5f4979e
  1. 2
      dist/index.js
  2. 4
      src/index.ts

2
dist/index.js vendored

File diff suppressed because one or more lines are too long

4
src/index.ts

@ -293,10 +293,10 @@ export class ChartwerkGaugePod extends ChartwerkPod<GaugeTimeSerie, GaugeOptions
.attr('height', this._valueTextFontSize + 8 + 'px')
.classed('label-background', true)
.attr('rx', 16)
.attr('fill', 'gray')
.attr('fill', '#202330')
.attr('pointer-events', 'none')
.style('display', 'none')
.attr('fill-opacity', 0.5);
.attr('fill-opacity', 0.7);
}
protected renderLabelText(x: number, y: number, text: string): void {

Loading…
Cancel
Save