mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-05 20:02:05 +08:00
Fix LineOptions Interface
Allow using string, date objects when time series is used in x axis
This commit is contained in:
2
types/c3/index.d.ts
vendored
2
types/c3/index.d.ts
vendored
@@ -636,7 +636,7 @@ declare namespace c3 {
|
||||
}
|
||||
|
||||
interface LineOptions {
|
||||
value: number;
|
||||
value: string | number | Date;
|
||||
text?: string;
|
||||
axis?: string;
|
||||
position?: string;
|
||||
|
||||
Reference in New Issue
Block a user