Needs work
Project:
Views Charts
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
21 Sep 2009 at 17:43 UTC
Updated:
27 Sep 2012 at 23:50 UTC
The setting "Min. Value of Y axis" doesn't work for the latest dev version. It wasn't working in the alpha release and I made it work as I suggested on this issue: http://drupal.org/node/503710#comment-1982172
Comments
Comment #1
irakli commentedThis is not even a bug. It's just a placeholder setting that is completely not implemented right now.
Not very cool, I admit, but just the way it is, for now. So changing to feature request and postponed.
Comment #2
rsevero commentedFinally fixed with http://drupal.org/cvs?commit=450860.
Comment #4
batje commentedWhen we store a '0' for the min_y value in a barchart, we see the value is stored, but not used.
Even if we set the value in code like this
the y-axis will be at 1. When you open the view after saving, and return to the field, the 0 has disappeared. Our workaround (for now) is to put in a value close to 0.
Sorry to reopen this, great stuff you built!
Comment #5
rsevero commentedbatje: With which charting library you got the problem above?
I'm betting only with Bluff. Can you please confirm the results with each of the 4 charting libraries available?
Comment #6
batje commentedthe issue seems more that the views options with a value 0 are not stored at all. Is this becasue 0 is also FALSE?
(and the issue is not just for min value for y axis, but also for the max value & the step value. The issue occurs in chromium, FF & IE)
Comment #7
batje commentedforgot to update the status
Comment #8
marshmn commentedI also hit the issue with setting the Y-minimum to '0' fails to work (with Bluff at least).
I found that I was able to workaround it by setting the value to '0.0'
Comment #9
AvalancheOfLlamas commentedConfirmed for Flot Charts as well, a value of 0 disappears. EDIT: However the 0.0 workaround works, thanks!