Added sample bubble chart

This commit is contained in:
Felix 2019-07-10 12:49:36 +01:00
parent ccf6adad4b
commit 38536ab097
7 changed files with 100 additions and 30 deletions

View file

@ -95,4 +95,4 @@ export class BubbleChartComponent implements OnInit {
const data = Array.apply(null, { length: numberOfPoints }).map(r => this.randomPoint(30));
this.bubbleChartData[0].data = data;
}
}
}