(e)
| 482 | document.removeEventListener('keydown', escCloseOnce); |
| 483 | } |
| 484 | function escCloseOnce(e){ if(e.key === 'Escape') closeDetail(); } |
| 485 | |
| 486 | function drawLineChart(id, series, emptyText, unit = ''){ |
| 487 | const canvas = $(id); |
nothing calls this directly
no test coverage detected