Displaying 2 results from an estimated 2 matches for "newchart".
Did you mean:
newcert
2007 Jul 10
6
Having trouble using data returned by Ajax.request
...shouldFill: false,
colorScheme: ''blue'',
yNumberOfTicks: 2,
xTicks: [
{v:5, label:''jan''},
]
};
document.getElementById(''weekdiv'').innerHTML = ''<div><canvas
id="newchart"
height="250" width="700"></canvas></div>'';
var weekLine = new Plotr.LineChart(''newchart'',newOptions);
//weekLine.addDataset(dataset2);
weekLine.addDataset(graphData);
weekLine.render();
}
As you can...
2011 Apr 17
7
possibly an inter-process comm problem
I have been running a program with Wine for over a year. With its version 3 there has been basically no problem. Lately, the program is upgraded to version 4 and it crashes with Wine. I tried to print out debug messages but can't seem to get any clue about what is wrong. While I was testing with the debug messages, an interesting thing I found is that if I run it with the following debug