|
@ -150,11 +150,11 @@ export class PortfolioProportionChartComponent |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|
if (!unknownItem) { |
|
|
if (!unknownItem) { |
|
|
const index = chartDataSorted.push([ |
|
|
chartDataSorted.push([ |
|
|
UNKNOWN_KEY, |
|
|
UNKNOWN_KEY, |
|
|
{ name: UNKNOWN_KEY, subCategory: {}, value: 0 } |
|
|
{ name: UNKNOWN_KEY, subCategory: {}, value: 0 } |
|
|
]); |
|
|
]); |
|
|
unknownItem = chartDataSorted[index]; |
|
|
unknownItem = chartDataSorted[chartDataSorted.length - 1]; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
rest.forEach((restItem) => { |
|
|
rest.forEach((restItem) => { |
|
|