hide indicators panel when clicking on chart
This commit is contained in:
@ -491,6 +491,11 @@ export class TradingDashboard {
|
||||
this.renderTA();
|
||||
}
|
||||
});
|
||||
|
||||
// Hide indicators panel when clicking on chart
|
||||
this.chart.subscribeClick(param => {
|
||||
window.hideAllPanels?.();
|
||||
});
|
||||
|
||||
window.addEventListener('resize', () => {
|
||||
this.chart.applyOptions({
|
||||
|
||||
Reference in New Issue
Block a user