Skip to content

Commit 6dfe8ba

Browse files
azure-pipelines[bot]tfsbuild
andauthored
Adding changes from build igniteui-xplat-examples-output+PRs_2025.12.5.3 (#409)
Co-authored-by: tfsbuild <tfsbuild@infragistics.com>
1 parent 388a61e commit 6dfe8ba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

samples/charts/data-chart/data-annotation-multiple-with-stocks/src/AnnotationSliceEarningsBeatData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export class AnnotationSliceEarningsBeatData extends Array<AnnotationSliceEarnin
1515
const newItems = [
1616
new AnnotationSliceEarningsBeatDataItem({ value: 155, label: `Earnings Beat` }),
1717
new AnnotationSliceEarningsBeatDataItem({ value: 86, label: `Earnings Beat` }),
18-
new AnnotationSliceEarningsBeatDataItem({ value: 28, label: `Earnings Miss` }),
18+
new AnnotationSliceEarningsBeatDataItem({ value: 28, label: `Earnings Beat` }),
1919
];
2020
super(...newItems.slice(0));
2121
}

samples/charts/data-chart/data-annotation-slice-layer/src/AnnotationSliceEarningsBeatData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export class AnnotationSliceEarningsBeatData extends Array<AnnotationSliceEarnin
1515
const newItems = [
1616
new AnnotationSliceEarningsBeatDataItem({ value: 155, label: `Earnings Beat` }),
1717
new AnnotationSliceEarningsBeatDataItem({ value: 86, label: `Earnings Beat` }),
18-
new AnnotationSliceEarningsBeatDataItem({ value: 28, label: `Earnings Miss` }),
18+
new AnnotationSliceEarningsBeatDataItem({ value: 28, label: `Earnings Beat` }),
1919
];
2020
super(...newItems.slice(0));
2121
}

0 commit comments

Comments
 (0)