SUPPORT-8932: fix
This commit is contained in:
parent
40510aca34
commit
07efd60020
1 changed files with 4 additions and 2 deletions
|
|
@ -97,9 +97,11 @@ export class ErvuChartV2 extends Control implements Filterable {
|
|||
|
||||
@ViewChild(ErvuChartTooltip)
|
||||
public chartTooltip: ErvuChartTooltip;
|
||||
@Visible("false")
|
||||
public tooltipPosition: any;
|
||||
@Visible("false")
|
||||
public tooltipModel;
|
||||
|
||||
private tooltipPosition: any;
|
||||
private tooltipModel;
|
||||
private chartRpcService: ChartV2RpcService;
|
||||
private filterMap: { [key: string]: Filter } = {};
|
||||
private loadEnabled: boolean = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue