mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Merge pull request #23600 from DannyBoyNg/master
Add ability to use xs on ChartAPI.load for C3
This commit is contained in:
Vendored
+1
@@ -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[];
|
||||
|
||||
Reference in New Issue
Block a user