Add bubble chart radius property to ChartPoint

This commit is contained in:
Stuart Gray
2018-02-27 11:19:02 +00:00
parent 62c721de25
commit 2f96ad4778

View File

@@ -162,6 +162,7 @@ declare namespace Chart {
interface ChartPoint {
x?: number | string | Date;
y?: number;
r?: number;
}
interface ChartConfiguration {