mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
chart.js -- ChartPoint.y is allowed to be string and Date
This commit is contained in:
parent
029dbee6f2
commit
6509669d3d
2
types/chart.js/index.d.ts
vendored
2
types/chart.js/index.d.ts
vendored
@ -166,7 +166,7 @@ declare namespace Chart {
|
||||
|
||||
interface ChartPoint {
|
||||
x?: number | string | Date;
|
||||
y?: number;
|
||||
y?: number | string | Date;
|
||||
r?: number;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user