mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-06 06:19:58 +08:00
Merge pull request #23944 from stuartflgray/master
[Chart.js] Add radius 'r' property to ChartPoint interface for bubble charts
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