NikhithaTarala / achartengine

Automatically exported from code.google.com/p/achartengine
0 stars 0 forks source link

pan: bar spacing is ignored if XAxisMin < lowest x-axis value #180

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
if bar spacing is set, everything shows great, until the graph is moved to the 
right and the axis origin is lower than the lowest x-axis value

mRenderer.setBarSpacing(0.4);
mRenderer.setPanEnabled(true, false);

version: svn 362

Original issue reported on code.google.com by NorbertNagold@gmail.com on 2 Feb 2012 at 9:50

Attachments:

GoogleCodeExporter commented 8 years ago
https://github.com/nobnago/Anki-Android/commit/66700edb24dbeb76c92d8b8e5e4a9272e
05aaed8

Original comment by NorbertNagold@gmail.com on 2 Feb 2012 at 10:07

GoogleCodeExporter commented 8 years ago

Original comment by dandrome...@gmail.com on 10 Mar 2012 at 5:16