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

Setting yaxis min breaks in radar chart #4371

Closed
RobertAndreiGit opened this issue Mar 31, 2024 · 2 comments
Closed

Setting yaxis min breaks in radar chart #4371

RobertAndreiGit opened this issue Mar 31, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@RobertAndreiGit
Copy link

Description

Steps to Reproduce

  1. Set chart to type 'radar'
  2. Set config.yaxis.min value to 1
  3. Add a series with values from 1 to 5

Expected Behavior

Value of 1 will be found at the center of the radar, at 1.

Actual Behavior

1 is found at 3, while 4 and 5 are outside the radar

Screenshots

Screenshot 2024-03-31 at 23 37 13

Reproduction Link

https://codepen.io/robertandreigit/pen/rNbYePp

@RobertAndreiGit RobertAndreiGit added the bug Something isn't working label Mar 31, 2024
@rosco54
Copy link
Contributor

rosco54 commented Apr 1, 2024

It seems to have broken going from version 3.11.2 to 3.11.3.

Possibly this commit here @junedchhipa ?
017f410

@RobertAndreiGit
Copy link
Author

On 3.11.2 the behaviour is still different than I'd expect. When yaxis min is set to 1, having a value of 0 in the series is displayed in the center, and a value of 1 is somewhere between 1 and 2. Although 5 is displayed where it should be if that helps.
Screenshot 2024-04-01 at 13 55 54

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

No branches or pull requests

2 participants