Closed jonoabroad closed 9 years ago
Very well written bug report, I will look into this.
Thank you, it was the end of a long day. I figured it was better to log a bug than complain about it. I worked around it by providing default values:
var data = [
{
label:"CPU Temperature",
values:[{time:0,y:0}]
},
{
label:"CPU Voltage",
values:[{time:0,y:0}]
}
];
@jonoabroad - Fixed in v0.8.1, sorry you had to deal with that :beers:
I have a real time graph defined as follows:
and data defined as:
retrieving data for the graph from a JSON source, I am formatting it, and pushing to the chart.
I am pushing an array of objects to the chart, one object per series.
The full stack trace is :
Could it be that I'm using JQuery 2.x?