OCTRI/REDCap-Vizr

Vue Conversion - Don't Use jQuery to Capture Chart Context

heathharrelson opened this issue · 0 comments

Remove use of jQuery in newChart method of chart-config.js. The canvas element can be captured using a Vue ref or plain DOM methods to avoid searching the whole DOM.