Searched refs:pieDataIndex (Results 1 – 2 of 2) sorted by relevance
940 for (let pieDataIndex = 0; pieDataIndex < pieChartData.length; pieDataIndex++) { variable941 if (pieDataIndex < 19) {942 pieChartArr.push(pieChartData[pieDataIndex]);944 other.duration += pieChartData[pieDataIndex].duration;
935 for (let pieDataIndex = 0 ; pieDataIndex < fsPieChartData.length ; pieDataIndex++) { variable936 if (pieDataIndex < 19) {937 fsPieChartArr.push(fsPieChartData[pieDataIndex]);939 other.duration += fsPieChartData[pieDataIndex].duration;