Skip to content

Commit 9394bb9

Browse files
committed
README.md : Changed console message for events example
1 parent 33f26a6 commit 9394bb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export class AppComponent {
196196
}
197197

198198
changeLabel(){
199-
this.chart.setChartAttribute('caption', 'Changed Label');
199+
this.chart.setChartAttribute('caption', 'Changed caption');
200200
}
201201

202202
}

dist/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export class AppComponent {
196196
}
197197

198198
changeLabel(){
199-
this.chart.setChartAttribute('caption', 'Changed Label');
199+
this.chart.setChartAttribute('caption', 'Changed caption');
200200
}
201201

202202
}

0 commit comments

Comments
 (0)