|
|
@ -149,7 +149,7 @@ export class PortfolioProportionChartComponent |
|
|
); |
|
|
); |
|
|
} else { |
|
|
} else { |
|
|
chartData[UNKNOWN_KEY] = { |
|
|
chartData[UNKNOWN_KEY] = { |
|
|
name: this.positions[symbol][this.keys[1]], |
|
|
name: this.positions[symbol].name, |
|
|
subCategory: this.keys[1] |
|
|
subCategory: this.keys[1] |
|
|
? { [this.keys[1]]: { value: new Big(0) } } |
|
|
? { [this.keys[1]]: { value: new Big(0) } } |
|
|
: undefined, |
|
|
: undefined, |
|
|
|