mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
added newly supported optional 'names' argument in chart.load method - see
https://github.com/c3js/c3/issues/978
This commit is contained in:
Vendored
+1
@@ -824,6 +824,7 @@ declare namespace c3 {
|
||||
keys?: { x?: string; value: Array<string>; }
|
||||
rows?: Array<PrimitiveArray>;
|
||||
columns?: Array<PrimitiveArray>;
|
||||
names?: { [key: string]: string };
|
||||
classes?: { [key: string]: string };
|
||||
categories?: Array<string>;
|
||||
axes?: { [key: string]: string };
|
||||
|
||||
Reference in New Issue
Block a user