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

3D columns overlapping with high depth #5297

Closed
KacperMadej opened this issue May 9, 2016 · 3 comments
Closed

3D columns overlapping with high depth #5297

KacperMadej opened this issue May 9, 2016 · 3 comments

Comments

@KacperMadej
Copy link

Behaviour

3D columns are overlapping each other when there is high depth set

Live demo of the issue

http://jsfiddle.net/0ggczp13/1/

@pawelfus
Copy link
Contributor

pawelfus commented May 9, 2016

It looks like the issue with using the same group for all series - which is fine in 2D, but cause rendering issues in 3D. Connected ticket: #4369

@javiros
Copy link

javiros commented Feb 15, 2017

Hi guys, is there a solution to this issue yet?
screen shot 2017-02-15 at 17 25 59

@Izothep
Copy link
Contributor

Izothep commented Feb 17, 2017

As a workaround you should be able to modify SVGRenderer.prototype.cuboidPath and inside this method change an idea of calculating zIndex for columns. http://jsfiddle.net/4y3qgdmn/32/

In this case it is necessary to change where series is rendered. Instead of individual groups per series use just one group for all series’ points.

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

5 participants