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

dropDest.x not defined #19

Closed
ghost opened this issue Oct 25, 2013 · 4 comments
Closed

dropDest.x not defined #19

ghost opened this issue Oct 25, 2013 · 4 comments

Comments

@ghost
Copy link

ghost commented Oct 25, 2013

Hi John,

Hope alls going well! This is by no means urgent but I hit a wall trying to fix it.

So the hidden x axis causes an error on tool tips. Its because dropDest.x is not defined below I think:

this.chart.axes.forEach(function (axis) {
if (axis.position === "x" && !this.x.hidden) {
if (axis === this.x) {
// Set the y co-ordinate for the x axis
if (xIndex === 0) {
coord.y = firstOrig.y;
} else if (xIndex === 1) {
coord.y = this.chart._yPixels();
}

image

Anyway, let me know if you have any pointers.

Cheers,

Adam

@ghost
Copy link
Author

ghost commented Oct 25, 2013

It's not the 'hidden' that causes it as turning it back on it still does the same thing.

@johnkiernander
Copy link
Member

Is it all browsers or just Chrome. I can't check right now but Chrome v30 broke some other stuff I had to fix.

On 25 Oct 2013, at 16:26, Adam Slader notifications@github.com wrote:

It's not the 'hidden' that causes it as turning it back on it still does the same thing.


Reply to this email directly or view it on GitHub.

@ghost
Copy link
Author

ghost commented Oct 28, 2013

Yeah seems limited to chrome... it doesn't break it through.

@johnkiernander
Copy link
Member

Try it in version 1.1.2, it should now be fixed.

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

1 participant