Skip to content

Commit 0b23ce2

Browse files
Merge pull request #291 from IgniteUI/ESShared/XPlaform_examples_igniteui-xplat-examples-output+PRs_2025.2.28.1
Changes from igniteui-xplat-examples-output+PRs_2025.2.28.1
2 parents 5323337 + 93e93c0 commit 0b23ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/charts/toolbar/layout-actions-for-data-chart/src/app.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export class AppComponent implements AfterViewInit
6767
{
6868
}
6969

70-
public ToolbarToggleAnnotations({ sender, args }: { sender: any, args: IgxToolCommandEventArgs }): void {
70+
public toolbarToggleAnnotations({ sender, args }: { sender: any, args: IgxToolCommandEventArgs }): void {
7171
var target = this.chart;
7272
switch (args.command.commandId)
7373
{

0 commit comments

Comments
 (0)