mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-12 11:51:10 +08:00
Add bubble chart radius property to ChartPoint
This commit is contained in:
1
types/chart.js/index.d.ts
vendored
1
types/chart.js/index.d.ts
vendored
@@ -162,6 +162,7 @@ declare namespace Chart {
|
||||
interface ChartPoint {
|
||||
x?: number | string | Date;
|
||||
y?: number;
|
||||
r?: number;
|
||||
}
|
||||
|
||||
interface ChartConfiguration {
|
||||
|
||||
Reference in New Issue
Block a user