added newly supported optional 'names' argument in chart.load method - see

https://github.com/c3js/c3/issues/978
This commit is contained in:
Hisham Al-Shurafa
2017-07-05 11:35:04 -06:00
parent f82ccb560e
commit bce9bc2d66
Vendored
+1
View File
@@ -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 };