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

Logarithmic scale on radar charts #2078

Closed
flozdra opened this issue Nov 29, 2020 · 1 comment · Fixed by FarmAI/erp_web#12 or vikas-ukani/load-backend-api#7
Closed

Logarithmic scale on radar charts #2078

flozdra opened this issue Nov 29, 2020 · 1 comment · Fixed by FarmAI/erp_web#12 or vikas-ukani/load-backend-api#7
Labels
bug Something isn't working

Comments

@flozdra
Copy link

flozdra commented Nov 29, 2020

Bug report

When using the logarithmic scale on a radar chart, the scale is great, but points plotted on the chart follow a linear scale.

Codepen

https://codepen.io/flozdra/pen/oNzgPyX

Explanation

  • What is the behavior you expect?
    I'm trying to get the values on radar chart on a logarithmic scale

  • What is happening instead?
    Values don't follow the logarithmic scale

  • What error message are you getting?
    No error message is shown.

@RobsonMi
Copy link

RobsonMi commented Oct 2, 2022

This issue is still not fixed in 3.35.5. Values to not appear on chart. Probably because maxY and minY values are taken from globals which there is no documented way on how to set them?

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