Fix LineOptions Interface

Allow using string, date objects when time series is used in x axis
This commit is contained in:
Victor D'Agata
2017-11-10 17:14:09 -05:00
committed by GitHub
parent 5c15a3a75d
commit 7ce5d84dfa

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;