@swimlane/ngx-charts
Version:
Declarative Charting Framework for Angular
17 lines (12 loc) • 301 B
CSS
.gauge .background-arc path {
fill: rgba(0, 0, 0, 0.05); }
.gauge .gauge-tick path {
stroke: #666; }
.gauge .gauge-tick text {
font-size: 12px;
fill: #666;
font-weight: bold; }
.gauge .gauge-tick-large path {
stroke-width: 2px; }
.gauge .gauge-tick-small path {
stroke-width: 1px; }