From 1d80605d16cdb5350a70c3878e13a20f6471a27f Mon Sep 17 00:00:00 2001 From: epicallan Date: Sat, 31 Mar 2018 13:26:41 +0300 Subject: [PATCH] #29 correct / refactor categoric module in core --- packages/core/src/categoric/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/core/src/categoric/index.ts b/packages/core/src/categoric/index.ts index 7d68ad7d..ee70ab31 100644 --- a/packages/core/src/categoric/index.ts +++ b/packages/core/src/categoric/index.ts @@ -1,3 +1,6 @@ +/** + * TODO: refactor along the lines of line & bar chart + */ import * as Plottable from 'plottable'; import {approximate} from '@devinit/prelude/lib/numbers'; import { createChartTable } from '../table';