[ 3 posts ]

harish.venkat

  • Joined: Thu Sep 29, 2011 9:00 am
  • Posts: 8
  • Offline
  • Profile

why minimum attribute not working in axes

Post Posted: Sun Jan 29, 2012 8:22 pm
+0-
here is my code
Code:
    var styleDef = {
        axes:{
            category:{
                label:{
                    rotation:-45,
                    color: "#ff0000"
                }
         },
         values:{
         label:{
            alwaysShowZero: false,
            minimum: 500,
            color: "#ff0000"
         }
         }
            }
        };

why is minimum not working.

Alberto Santini

YUI Contributor

  • Offline
  • Profile

Re: why minimum attribute not working in axes

Post Posted: Mon Jan 30, 2012 2:16 am
+1-
Hello harish.

Check the following (closed) tickect:
http://yuilibrary.com/projects/yui3/ticket/2530908

And the post "Charts - numeric axis maximum not being respected" for a workaround:
viewtopic.php?f=92&t=8405

If you think it is a bug you should fill (or reopen) the ticket.

Hope that helps,
IceBox

P.S.: Minimum applied to label (vs. values)? Maybe it is not related with this issue.

harish.venkat

  • Joined: Thu Sep 29, 2011 9:00 am
  • Posts: 8
  • Offline
  • Profile

Re: why minimum attribute not working in axes

Post Posted: Mon Jan 30, 2012 10:57 am
+0-
thank you it worked
  [ 3 posts ]
Display posts from previous:  Sort by  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum