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

TickPlacement 'between' crashes stacked category chart #4704

Closed
Zordiac opened this issue Sep 14, 2024 · 1 comment · Fixed by #4705
Closed

TickPlacement 'between' crashes stacked category chart #4704

Zordiac opened this issue Sep 14, 2024 · 1 comment · Fixed by #4705
Labels
bug Something isn't working

Comments

@Zordiac
Copy link

Zordiac commented Sep 14, 2024

Description

When setting X Axis TickPlacement to 'between' in a stacked column chart with category axis, the chart crashes. Removing the setting or setting it to 'on' resolves the issue

Steps to Reproduce

  1. Create Chart
  2. Add Multiple Y AXis
  3. Add Multiple Column Series
  4. Enable Stacking
  5. Set X Axis to type Category and TickPlacement 'between'

See reproduction link below

Expected Behavior

Chart to not crash

Actual Behavior

Chart crashes

Reproduction Link

https://jsfiddle.net/ygwsmcnj/1/

@Zordiac Zordiac added the bug Something isn't working label Sep 14, 2024
@junedchhipa
Copy link
Contributor

junedchhipa commented Sep 14, 2024

This seems to be broken after 3.47.0 release.
@rosco54 can you take a look, please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants