Closed nssantos closed 8 years ago
I'm getting the following error when I try to render a real time chart bar: TypeError: layer.values is undefined
To be more specific, the error occur on this line: start = Math.max(0, layer.values.length - this.options.historySize);
start = Math.max(0, layer.values.length - this.options.historySize);
I'm using the latest d3 v3 version, since the more recent version does not work with epoch.
The problem was in the data type.
I'm getting the following error when I try to render a real time chart bar: TypeError: layer.values is undefined
To be more specific, the error occur on this line:
start = Math.max(0, layer.values.length - this.options.historySize);
I'm using the latest d3 v3 version, since the more recent version does not work with epoch.