Added sample bubble chart
This commit is contained in:
parent
ccf6adad4b
commit
38536ab097
7 changed files with 100 additions and 30 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
Reference in a new issue