mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-05 20:02:05 +08:00
Merge pull request #21421 from sonicd300/master
C3 Fix LineOptions Interface
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