Update chart colors.

This commit is contained in:
softsimon
2021-04-19 17:39:47 +04:00
parent bb14080a83
commit f51caba1fb
4 changed files with 30 additions and 31 deletions

View File

@@ -1,6 +1,6 @@
import { ChangeDetectionStrategy, Component, OnInit } from '@angular/core';
import { Observable, combineLatest } from 'rxjs';
import { filter, map } from 'rxjs/operators';
import { map } from 'rxjs/operators';
import { SeoService } from 'src/app/services/seo.service';
import { StateService } from 'src/app/services/state.service';
import { WebsocketService } from 'src/app/services/websocket.service';