Can you automatically take an image of a chart and attach it to a record?

Thanks Bill. Any ideas on how to select the chart from within skuid? The snippets from highcharts have the chart being created within the JS snippet, or that stack overflow link suggests using var chart = $(‘#container’).highcharts();

I can select my chart’s div using document.querySelector(‘#chartUniqueId’) but that’s not anywhere close to the actual chart itself. 

In the console inspection, it appears that there’s a div with a class of highcharts-container, but the id of that div changes on every page load. I would need to "select the div with the class highcharts-container that is a child of the child of the child of the div with the id of myChartUniqueId