We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a1999e + 12a188c commit 7f9e28bCopy full SHA for 7f9e28b
jp/components/charts/features/chart-performance.md
@@ -75,11 +75,9 @@ export class MultiDataSources {
75
const dataSource1: any[] = [];
76
dataSource1.push({ "Year": "1996", "Value": 148 });
77
dataSource1.push({ "Year": "2000", "Value": 142 });
78
-
79
const dataSource2: any[] = [];
80
dataSource2.push({ "Year": "1996", "Value": 110 });
81
dataSource2.push({ "Year": "2000", "Value": 115 });
82
83
const multipleSources: any[] = [dataSource1, dataSource2];
84
return multipleSources;
85
}
0 commit comments