From 60ce6cc53bbc1a41c1a5c952c640439306b73905 Mon Sep 17 00:00:00 2001 From: Matt Traynham Date: Fri, 19 Jun 2015 16:08:14 -0400 Subject: [PATCH] Fixes LineChart subclass --- dcjs/dc.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dcjs/dc.d.ts b/dcjs/dc.d.ts index 9a7cda23a..850d1abec 100644 --- a/dcjs/dc.d.ts +++ b/dcjs/dc.d.ts @@ -263,7 +263,7 @@ declare module DC { radius: number; } - export interface LineChart extends StackMixin, CoordinateGridMixin { + export interface LineChart extends StackMixin, CoordinateGridMixin { interpolate: IGetSet; tension: IGetSet; defined: IGetSet, LineChart>;