mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Add bubble chart radius property to ChartPoint
This commit is contained in:
Vendored
+1
@@ -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