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

Clippaths wrong size - markers aren't visible #50

Closed
mikeapr4 opened this issue Jun 17, 2016 · 7 comments
Closed

Clippaths wrong size - markers aren't visible #50

mikeapr4 opened this issue Jun 17, 2016 · 7 comments

Comments

@mikeapr4
Copy link

See here:
http://jsfiddle.net/yhLwgmh4/

Resizing the chart after load is part of the problem, also the point rendering outside the viewable area of the chart (parent container clipping) seems related too.

I have confirmed that without the custom events plugin included the markers are visible, also when the clippaths are explicitly set after the resize.

@sebastianbochan
Copy link
Collaborator

sebastianbochan commented Jun 21, 2016

Thank you for the reporting, I will take a look for that as soon as possible.

@sebastianbochan
Copy link
Collaborator

The issue is related with the Highcharts issue, reported here: highcharts/highcharts#5442

@mikeapr4
Copy link
Author

I'm not so sure, @sebastianbochan , if I take your http://jsfiddle.net/nrbfteby/ and comment out the custom events script tag, it works fine.

@sebastianbochan
Copy link
Collaborator

The reported bug is when we call series.update() with animation and then i.e chart.redraw(). The combination of that, we use in customEvents.

@mikeapr4
Copy link
Author

mikeapr4 commented Jun 28, 2016

I see the failure in your jsfiddle, but when I do not include the custom_events code it's not reproduceable (http://jsfiddle.net/5txzhzn5/), maybe there is still a defect, let's see what the Highcharts guys say.

@sebastianbochan
Copy link
Collaborator

@mikeapr4 I found a workaround, let me know if you find any issues.

@mikeapr4
Copy link
Author

Just to confirm, v4.2.6 of HighCharts fixed the issue, as you said, the defect was in HighCharts. Thanks!

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

No branches or pull requests

2 participants