mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-25 21:00:07 +00:00
chart.js -- ChartPoint.y is allowed to be string and Date
This commit is contained in:
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user