I am new to JS/Electron. I’m trying to create an Electron App, my Electron App has several charts, I am using LightningChart JS for my charting. The LightningChart API asks my to target a div, then it apparently inserts a canvas into the div upon which it draws. My application stacks 5-10 charts in a vertical column. I would like