From 2c95920916374c4bedda985868f5d1e8d4f876a8 Mon Sep 17 00:00:00 2001 From: nixa <4dmitr@gmail.com> Date: Tue, 17 May 2016 12:28:03 +0300 Subject: [PATCH] chartjs todo --- src/app/pages/charts/components/chartJs/chartJs.component.ts | 1 + 1 file changed, 1 insertion(+) 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: [],