Closed GoogleCodeExporter closed 9 years ago
yes i got the same issue for setOrientation(Orientation.VERTICAL) in barchart
view.
the mouse scrolling in chart at opposite direction
package. achartengine-0.7.0.jar
thanks.
tom
Original comment by tanmoyj...@grmtech.com
on 26 Sep 2011 at 11:42
Yes, I have the same problem. Is there a solution?
Original comment by ejcdevel...@gmail.com
on 25 Oct 2011 at 11:41
For the text stretching problem you can rescale the width...
paint.setTextScaleX(0.7f);
Original comment by darren.s...@gmail.com
on 23 Nov 2011 at 3:06
I have this problem to. Can anyone help me?
Original comment by pashashm...@gmail.com
on 26 Dec 2011 at 5:06
Fixed in SVN rev. r329.
Original comment by dandrome...@gmail.com
on 5 Jan 2012 at 4:58
How can I add this changes to the achartengine-07.0 library using Eclipse
Original comment by ejcdevel...@gmail.com
on 5 Jan 2012 at 5:41
Checkout the source code and find a build.xml there. Do ant dist and you will
get a new achartengine.jar file built.
Original comment by dandrome...@gmail.com
on 5 Jan 2012 at 6:34
Sorry, but how do I do ant dist?
I found the file:
http://code.google.com/p/achartengine/source/browse/trunk/achartengine/build.xml
Original comment by ejcdevel...@gmail.com
on 5 Jan 2012 at 8:20
Checkout the project first from SVN.
http://code.google.com/p/achartengine/source/checkout
Original comment by dandrome...@gmail.com
on 5 Jan 2012 at 8:28
I feel really bad asking, but where am I supposed to write that command?
Original comment by ejcdevel...@gmail.com
on 5 Jan 2012 at 9:18
If you are using an IDE like Eclipse, install a plugin for SVN and checkout the
source code using that.
Original comment by dandrome...@gmail.com
on 6 Jan 2012 at 1:25
First, Thanks for your patience. I have installed svn plugin and checkout the
project. I can see it now in the explorer window together with my projects in
Eclipse. How do I generate a new achartengine-0.7.0.jar file?
Original comment by ejcdevel...@gmail.com
on 7 Jan 2012 at 3:59
I receive this message:
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK.
It is currently set to "C:\Program Files\Java\jre6"
Original comment by ejcdevel...@gmail.com
on 7 Jan 2012 at 4:04
Done! I did it.
Now the bar graph works great!
Thanks a lot!
Original comment by ejcdevel...@gmail.com
on 7 Jan 2012 at 3:19
Original issue reported on code.google.com by
MRast...@fcs-inc.com
on 18 Jul 2011 at 7:28