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

Stacking percent in Highstock #2445

Closed
pawelfus opened this issue Nov 12, 2013 · 4 comments
Closed

Stacking percent in Highstock #2445

pawelfus opened this issue Nov 12, 2013 · 4 comments

Comments

@pawelfus
Copy link
Contributor

Examples:
1.3.7: http://jsfiddle.net/dmup9/7/
1.3.5: http://jsfiddle.net/dmup9/6/

As we can see 1.3.7 version stacks columns improperly.

@pawelfus
Copy link
Contributor Author

Note, it's somehow connected to data, for example this example works fine: http://jsfiddle.net/vh9y9/

@TorsteinHonsi
Copy link
Collaborator

Looks like it needs a fixed witdh in order to reproduce: http://jsfiddle.net/dmup9/11/

@pawelfus
Copy link
Contributor Author

With disabled dataGrouping, works fine: http://jsfiddle.net/dmup9/12/

@havgry
Copy link

havgry commented Jan 31, 2014

It's the combination of dataGrouping and stacking percent. Forced dataGrouping has to be enabled or variables such as width will affect the result.

The bug is only reliably reproduced with forced dataGrouping: http://jsfiddle.net/b87ZT/
Compared to the expected behaviour (1.3.5): http://jsfiddle.net/b87ZT/1/

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

3 participants