Merge remote-tracking branch 'origin/tyu-tyu/charts' into tyu-tyu/charts
This commit is contained in:
commit
5e91665e0b
1 changed files with 3 additions and 1 deletions
|
@ -144,7 +144,9 @@ export class MoreStuffComponent implements OnInit {
|
||||||
|
|
||||||
// console.log("variable \"this.isBubbleChartLoaded\": " + this.isBubbleChartLoaded);
|
// console.log("variable \"this.isBubbleChartLoaded\": " + this.isBubbleChartLoaded);
|
||||||
}
|
}
|
||||||
|
private bubbleChartUpdate() {
|
||||||
|
console.log("test change");
|
||||||
|
}
|
||||||
public supplierBubbleChartType: ChartType = 'bubble';
|
public supplierBubbleChartType: ChartType = 'bubble';
|
||||||
public supplierBubbleChartData: any[] = [
|
public supplierBubbleChartData: any[] = [
|
||||||
{
|
{
|
||||||
|
|
Reference in a new issue