Skip to content

Commit 7f9e28b

Browse files
authored
Merge pull request #5977 from IgniteUI/ESShared/XPlaform_jp_igniteui-xplat-docs-make-pr-JP+KR_2024.10.23.2
Changes from igniteui-xplat-docs-make-pr-JP+KR for jp
2 parents 0a1999e + 12a188c commit 7f9e28b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

jp/components/charts/features/chart-performance.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,9 @@ export class MultiDataSources {
7575
const dataSource1: any[] = [];
7676
dataSource1.push({ "Year": "1996", "Value": 148 });
7777
dataSource1.push({ "Year": "2000", "Value": 142 });
78-
7978
const dataSource2: any[] = [];
8079
dataSource2.push({ "Year": "1996", "Value": 110 });
8180
dataSource2.push({ "Year": "2000", "Value": 115 });
82-
8381
const multipleSources: any[] = [dataSource1, dataSource2];
8482
return multipleSources;
8583
}

0 commit comments

Comments
 (0)