Merge pull request #17778 from hisham/master

c3: added newly supported optional 'names' argument in chart.load method
This commit is contained in:
Ryan Cavanaugh
2017-07-13 14:50:55 -07:00
committed by GitHub

1
types/c3/index.d.ts vendored
View File

@@ -863,6 +863,7 @@ declare namespace c3 {
keys?: { x?: string; value: string[]; }
rows?: PrimitiveArray[];
columns?: PrimitiveArray[];
names?: { [key: string]: string };
classes?: { [key: string]: string };
categories?: string[];
axes?: { [key: string]: string };