Merge pull request #21421 from sonicd300/master

C3 Fix LineOptions Interface
This commit is contained in:
Nathan Shively-Sanders
2017-11-13 15:24:47 -08:00
committed by GitHub

2
types/c3/index.d.ts vendored
View File

@@ -636,7 +636,7 @@ declare namespace c3 {
}
interface LineOptions {
value: number;
value: string | number | Date;
text?: string;
axis?: string;
position?: string;