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

Y axis ticks positions - Failed to replace them #59

Open
luanbukbe opened this issue Aug 21, 2015 · 7 comments
Open

Y axis ticks positions - Failed to replace them #59

luanbukbe opened this issue Aug 21, 2015 · 7 comments

Comments

@luanbukbe
Copy link

I have in my Y axis following values [0.001, 0.01,0.1,1, 2.5], since the first ranges 0.001 to 0.01 and 0.01 to 0.1 occupy let's say 5% of the height of the Y axis, I would like to change this proportion so that I could view this data in "more details". I've run through many blogs and stuff, found nothing.
That's the deal, can somebody help me?

@svandecappelle
Copy link
Owner

You should see at the log axis renderer. here: http://www.jqplot.com/deploy/dist/examples/dateAxisLogAxisZooming.html
Using:

axes: { 
  yaxis: {  
     renderer: $.jqplot.LogAxisRenderer
  }
}

@israelandra
Copy link

hi, I have the same problem! So it is that the log does not behave correctly when you have defined ticks "0001, 0:01, 0.1, 1, 2.5," in the case would need to use a breakpoint, but it only accepts one range.
As for other intervals?
can see an example here. http://jsfiddle.net/israel1989/ya529uxy/17/

@luanbukbe
Copy link
Author

I have the same problema that israelandra is facing svandecappelle

@svandecappelle
Copy link
Owner

Why don't you use the LogAxisRenderer like that:
http://jsfiddle.net/h6hbmqst/

Is it the expected render ?

@israelandra
Copy link

Hi,
The problem of using so is that I get the same problem quoted above. The lower intervalos are all together, need was to let them separate.

@svandecappelle
Copy link
Owner

I really don't understand the problem. Did you import the jqplot.logAxisRenderer.min.js from scripts ?
Does my jsFiddle solution show you the correct graph rendering ?

@israelandra
Copy link

the problem is that the ranges of 0.001, 0:01, 0.1 are all together, and I need to leave space between them, so the ideal would be to do the same done with intervals of 1 to 2.5 using breakpoints.

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

3 participants