Justin Bleach
Justin Bleach
Error seems to be coming from the AmStockChart javascript some where. I believe it's happening on the `chart.validateNow(true);` call
@Pauan there isn't any console error but I don't see my chart data either. Here is my chart create function: createDefaultChart() { this.statusAmChart = this.AmCharts.makeChart('statusChartDiv', { "type" : "stock", "dataSets"...
@Pauan that's actually what we start with. Then we build the Panels etc dynamically depending on what's passed in. However, regardless of where I call the `updateChart` function I always...
Full stack: ERROR TypeError: Cannot set property 'innerHTML' of null at b.afterWrite (eval at webpackJsonp.../../../../script-loader/addScript.js.module.exports (addScript.js:20), :7:170) at b.write (eval at webpackJsonp.../../../../script-loader/addScript.js.module.exports (addScript.js:20), :4:101) at b.validateNow (eval at webpackJsonp.../../../../script-loader/addScript.js.module.exports (addScript.js:20),...
There's a configure section at the bottom of the README that mentions using 'workDir'. However when I tried that it failed and suggested I use 'workingDir' instead. That seems to...
I take that back. If you configure it in `gulp{workDir:"..."}` that works.
@malaporte