search for: linechart

Displaying 3 results from an estimated 3 matches for "linechart".

2011 Apr 29
1
Handling of irregular time series in lineChart
Hi, I realized that when I have irregular series to feed into lineChart, the interval of each point in the chart does not seem to take care of irregular time interval I specified in my input xts time series. But rather, lineChart seems to take each point as equal spaced time series. For example, I have the following code: library(quantmod) options(digits.sec=3) t0 &l...
2009 Apr 03
1
swfdec-player - error
Hi, I have problem strange with swf. When i run: $ swfdec-player http://www.pibmug.com/files/map_test.swf it's run swf. Everything is OK But when I try this swf: $ swfdec-player http://www.fi.muni.cz/~xstancek/lineChart.swf SWFDEC: ERROR: swfdec_sprite_movie.c(286): swfdec_sprite_movie_perform_place: using non-implemented clip events 256 ....... SWFDEC: ERROR: swfdec_sprite_movie.c(286): swfdec_sprite_movie_perform_place: using non-implemented clip events 256 and the window is white (it's freezing) http:/...
2007 Jul 10
6
Having trouble using data returned by Ajax.request
...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 see in the last bit of code, I''ve commented out the line: "weekLine.addDataset(dataset2)". dataset2 is an array defi...