From 0f5c3a07388a0131bae9547a356ba5dd91067fda Mon Sep 17 00:00:00 2001 From: DannyBoyNg Date: Tue, 13 Feb 2018 10:47:01 +0100 Subject: [PATCH] Add ability to use xs on ChartAPI.load. --- types/c3/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/c3/index.d.ts b/types/c3/index.d.ts index d68027f7d5..28f301237c 100644 --- a/types/c3/index.d.ts +++ b/types/c3/index.d.ts @@ -880,6 +880,7 @@ export interface ChartAPI { keys?: { x?: string; value: string[]; } rows?: PrimitiveArray[]; columns?: PrimitiveArray[]; + xs?: { [key: string]: string }; names?: { [key: string]: string }; classes?: { [key: string]: string }; categories?: string[];