You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that Flotr2 mouse tracking does not work with time points. I copy and pasted this into the examples page, located at http://www.humblesoftware.com/flotr2 . The mouse is only able to track points on one of the graphs, but it should be able to track points on both graphs.
(functionbasic(container){vardatas=[[[newDate("Thu Jan 01 1903 00:00:00 GMT-0500 (EST)").getTime(),0.537],[newDate("Fri Jan 01 1904 00:00:00 GMT-0500 (EST)").getTime(),0.609],[newDate("Sun Jan 01 1905 00:00:00 GMT-0500 (EST)").getTime(),0.477],[newDate("Mon Jan 01 1906 00:00:00 GMT-0500 (EST)").getTime(),0.596],[newDate("Tue Jan 01 1907 00:00:00 GMT-0500 (EST)").getTime(),0.473],[newDate("Wed Jan 01 1908 00:00:00 GMT-0500 (EST)").getTime(),0.331]],[[newDate('Thu Jan 01 1903 00:00:00 GMT-0500 (EST)').getTime(),0.659],[newDate('Fri Jan 01 1904 00:00:00 GMT-0500 (EST)').getTime(),0.617],[newDate('Sun Jan 01 1905 00:00:00 GMT-0500 (EST)').getTime(),0.513],[newDate('Mon Jan 01 1906 00:00:00 GMT-0500 (EST)').getTime(),0.318],[newDate('Tue Jan 01 1907 00:00:00 GMT-0500 (EST)').getTime(),0.396],[newDate('Wed Jan 01 1908 00:00:00 GMT-0500 (EST)').getTime(),0.487]]];vari,graph;// Generate first data set// Draw Graphgraph=Flotr.draw(container,datas,{xaxis: {mode: "time",minorTickFreq: 4},grid: {minorVerticalLines: true},mouse : {track : true}// this seems to produce a problem});})(document.getElementById("editor-render-0"));
The text was updated successfully, but these errors were encountered:
It seems that Flotr2 mouse tracking does not work with time points. I copy and pasted this into the examples page, located at http://www.humblesoftware.com/flotr2 . The mouse is only able to track points on one of the graphs, but it should be able to track points on both graphs.
The text was updated successfully, but these errors were encountered: