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

addAxisRange rescales axis but not the data #40

Open
GoogleCodeExporter opened this issue Dec 16, 2015 · 2 comments
Open

addAxisRange rescales axis but not the data #40

GoogleCodeExporter opened this issue Dec 16, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. take the sample file
2. set max value of addAxisRange to 200 @line 183


What is the expected output? What do you see instead?
the axis have the correct range but the range is not applied to the data

Original issue reported on code.google.com by alex3.dr@gmail.com on 11 Sep 2011 at 5:02

@GoogleCodeExporter
Copy link
Author

Did you set up the range for the data?
This command should re-size your data set.

$lineChart->setDataRange(0,200);

Original comment by bardellie on 11 Sep 2011 at 8:04

  • Changed state: Accepted
  • Added labels: Type-Other
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

thx for the quick response and the hint! according to the documentation it 
seems to be the correct behavior that you have to set both axisRange and 
dataRange.

btw thx for the great lib and support :)

Original comment by alex3.dr@gmail.com on 12 Sep 2011 at 12:25

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

No branches or pull requests

1 participant