|
|
@ -354,6 +354,7 @@ export class GfPortfolioProportionChartComponent |
|
|
try { |
|
|
try { |
|
|
const dataIndex = activeElements[0].index; |
|
|
const dataIndex = activeElements[0].index; |
|
|
const symbol = chart.data.labels?.[dataIndex] as string; |
|
|
const symbol = chart.data.labels?.[dataIndex] as string; |
|
|
|
|
|
|
|
|
const dataSource = this.data[symbol]?.dataSource; |
|
|
const dataSource = this.data[symbol]?.dataSource; |
|
|
|
|
|
|
|
|
this.proportionChartClicked.emit( |
|
|
this.proportionChartClicked.emit( |
|
|
|