diff --git a/types/c3/index.d.ts b/types/c3/index.d.ts index 2d0c4381d6..00d1cf1840 100644 --- a/types/c3/index.d.ts +++ b/types/c3/index.d.ts @@ -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 };