Closed elcarim closed 11 years ago
Could you fork this with your reproduction?
hello.
chrome opera chrome 3 poitns
Eww. What is your chrome version?
Версия 24.0.1312.57 m
I am on 24.0.1312.69 and do not see the issue. Maybe it's windows only?
On Tue, Feb 26, 2013 at 9:03 AM, elcarim notifications@github.com wrote:
Версия 24.0.1312.57 m
— Reply to this email directly or view it on GitHubhttps://github.com/HumbleSoftware/Flotr2/issues/200#issuecomment-14115385 .
I have no problem on notebook (my wife) with WIN7 + CROME! I have problem on my notebook and my pc WIN XP+CROME (BUT i have no problem on this nootebook on FIREFOX and OPERA) + some other peoples (5-10% from all)!
Is the minor version from chrome the same on WIN7 and WIN XP?
-Carl
On Tue, Feb 26, 2013 at 9:08 AM, elcarim notifications@github.com wrote:
I have no problem on notebook (my wife) with WIN7 + CROME! I have problem on my notebook and my pc WIN XP+CROME (BUT i have no problem on this nootebook on FIREFOX and OPERA) + some other peoples (5-10% from all)!
— Reply to this email directly or view it on GitHubhttps://github.com/HumbleSoftware/Flotr2/issues/200#issuecomment-14115817 .
WIN7 chrome version 25.0.1364.97 m
I use your graphs about 2 years since ~ 6+ chrome version and never had the problems with them earlier. Now I have promlems in both ftotr-0.2 -alpha.js and ftotr2. But I didn't notice the date they were appeared exactly.
Could you try updating chrome on the XP laptop?
On Tue, Feb 26, 2013 at 9:13 AM, elcarim notifications@github.com wrote:
WIN7 chrome version 25.0.1364.97 m
— Reply to this email directly or view it on GitHubhttps://github.com/HumbleSoftware/Flotr2/issues/200#issuecomment-14116291 .
I update now chrome on my notebook with WIN xp Версия 25.0.1364.97 m and i have no problem... But i update crhome all time and i try resolve it about one month. sorry. and thanks for goooooood FLOTR!!
Hrmm I wonder what was wrong with the previous chrome :frowning: It's fixed for you now though?
yes. now i have no problem. thx thx thx. have a good tuesday )
the other user has sent me the pictuer just now chrome 25. 0. 1364. 97 m os: win7
I have the problem with google chrome(win XP). 2 points do not drow the line in graphs . The same problem is in ftotr-0.2-alpha.js and flotr2 but it was ansent earlier. 5-10% of people watching the graphs have this problem.
i have no problem
i have problem
expl: http://www.humblesoftware.com/flotr2#!basic
d1 = [[0, 3], [9, 13]], // 2 points - no drow the line
(function basic(container) {
var d1 = [[0, 3], [9, 13]], // First data series d2 = [], // Second data series i, graph;
// Generate first data set for (i = 0; i < 14; i += 0.5) { d2.push([i, Math.sin(i)]); }
// Draw Graph graph = Flotr.draw(container, [ d1, d2 ], { xaxis: { minorTickFreq: 4 }, grid: { minorVerticalLines: true } }); })(document.getElementById("editor-render-0"));
thanks