27d67f73aa1509395d6608497676420c98c62345
Move startPolling() before nv.addGraph calls so it fires immediately after DOM setup. This eliminates the race where nv.addGraph's async render loop could delay or silently swallow the polling start. Charts still initialize via nv.addGraph and have null guards in updateCharts. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Languages
JavaScript
86.8%
CSS
7%
HTML
6.2%