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

Guage subdivisions #29

Open
jessjpj opened this issue May 2, 2016 · 1 comment
Open

Guage subdivisions #29

jessjpj opened this issue May 2, 2016 · 1 comment

Comments

@jessjpj
Copy link

jessjpj commented May 2, 2016

I changed the following _gaugeView.maxValue = 240.0; _gaugeView.showRangeLabels = YES; _gaugeView.rangeValues = @[ @50, @90, @130, @240.0 ]; into _gaugeView.maxValue = 1000; _gaugeView.showRangeLabels = YES; _gaugeView.rangeValues = @[ @50, @90, @600, @1000.0 ]; and I am getting the output as
img_0024 . That is the subdivisions are not updating properly. So I am asking is what is the algorithm we are supposed to follow here? Is there any calculations to be followed to acheive the correct view for any random value a user is giving? Thanks in advance.

@LanouariMarouane
Copy link

Hello did you find a solution to this probleme ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants