mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-12 19:59:02 +08:00
Merge pull request #17778 from hisham/master
c3: added newly supported optional 'names' argument in chart.load method
This commit is contained in:
1
types/c3/index.d.ts
vendored
1
types/c3/index.d.ts
vendored
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user