paragp / achartengine

AChartEngine is a charting library for Android applications. It currently supports the following chart types: line chart area chart scatter chart time chart bar chart pie chart bubble chart doughnut chart range (high-low) bar chart dial chart / gauge combined (any combination of line, cubic line, scatter, bar, range bar, bubble) chart cubic line chart All the above supported chart types can contain multiple series, can be displayed with the X axis horizontally (default) or vertically and support many other custom features. The charts can be built as a view that can be added to a view group or as an intent, such as it can be used to start an activity. The model and the graphing code is well optimized such as it can handle and display huge number of values. AChartEngine is currently at the 1.0.0 release. New chart types will be added in the following releases. Please keep sending your feedback such as we can continually improve this library. Find us on Facebook, too: http://www.facebook.com/achartengine Read a short introduction to AChartEngine here: http://www.javaadvent.com/2012/12/achartengine-charting-library-for.html Another good tutorial can be read here: http://jaxenter.com/effort-free-graphs-on-android-with-achartengine-46199.html
0 stars 1 forks source link

the Time Axis X grid values #300

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
see issue 151 
http://code.google.com/p/achartengine/issues/detail?id=151

Original issue reported on code.google.com by simon0...@gmail.com on 30 Apr 2013 at 1:24

GoogleCodeExporter commented 9 years ago
What is the issue you are reporting?

Original comment by 4viewsoft@gmail.com on 13 May 2013 at 5:16

GoogleCodeExporter commented 9 years ago
this :
http://achartengine.googlecode.com/issues/attachment?aid=1510002002&name=3.+Zoom
+Before.png&token=gX9zBHiQJ_D2JITG7_l6hTFCNE8%3A1368465966759&inline=1
note look like that :
http://achartengine.googlecode.com/issues/attachment?aid=1510002003&name=4.+Zoom
+After.png&token=p9lxFTMCd3P-9DPm5vzOZVyvNrI%3A1368465966759&inline=1
sorry for my english i'm french 

Original comment by simon0...@gmail.com on 13 May 2013 at 5:27

GoogleCodeExporter commented 9 years ago
I cannot guess the issue. Explain it in French or whatever language you want.

Original comment by 4viewsoft@gmail.com on 13 May 2013 at 5:47

GoogleCodeExporter commented 9 years ago
L'issue que j'ai mi en lien au début résolvais un bug concernant l'axe des 
abscisse sur les graphique temporelle, cela avait pour conséquence d'arrondir 
les valeur afficher sous l'axe des abscisse ( tout les 10 min exactement par 
exemple) seulement les version récentes on du modifier cet classe et le bug 
est encore présent ainsi dans le premier screen que j'ai mi précédemment on 
peut voir qu'on passe de 11/04/11 11h40 a 11/05/11 1h33 soit 13h et 53 minute 
après , pourquoi pas simplement 12h après ?

merci

Original comment by simon0...@gmail.com on 13 May 2013 at 6:14

GoogleCodeExporter commented 9 years ago
Use renderer.setXRoundedLabels(false);

Original comment by 4viewsoft@gmail.com on 13 May 2013 at 6:25

GoogleCodeExporter commented 9 years ago
Thanks you a lot !and sorry for the useless issue i should go on stackoverflow
it's because i have the 1.0.0 version and not the 1.1...

Thanks !

Original comment by simon0...@gmail.com on 13 May 2013 at 7:00