diff --git a/src/app/pages/charts/components/chartJs/chartJs.component.ts b/src/app/pages/charts/components/chartJs/chartJs.component.ts index 86707e8c..9d622bf2 100644 --- a/src/app/pages/charts/components/chartJs/chartJs.component.ts +++ b/src/app/pages/charts/components/chartJs/chartJs.component.ts @@ -6,6 +6,7 @@ import {ChartJsService} from "./chartJs.service"; import {CHART_DIRECTIVES} from 'ng2-charts'; import {chartColors} from "../../../../theme/theme.constants"; +// TODO refactor after https://github.com/valor-software/ng2-charts/issues/186 is closed @Component({ selector: 'chart-js', pipes: [],