Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hoverColumn bug in linechart (and its fix) #19

Open
swanandgore opened this issue Jan 19, 2010 · 2 comments
Open

hoverColumn bug in linechart (and its fix) #19

swanandgore opened this issue Jan 19, 2010 · 2 comments

Comments

@swanandgore
Copy link

Hovering over a column in linechart can create tags in unintended places. This is because createColumns() in g.line.js does not work properly - Xs.sort() does not sort in numerical order! This can be fixed easily by writing code that sorts numerically.

@samgrigg
Copy link

samgrigg commented Feb 1, 2012

Example:
Xs.sort(function(a,b) {return a-b});

@Louhike
Copy link

Louhike commented Apr 3, 2013

The fix of samgrigg seems to solve the problem for a lot of persons. Will it be implemented?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants