-1

Using achartengine i am displaying graphs, but issue with bars.

When i add normal 5-10 data at x-axis its displayed good graphs as below image. Bar spacing displayed normal.

enter image description here

But when i add full data between 20-25 at x-axis its not display proper bar graphs as below image. Bar spacing not displayed. Joint all the bars together.

enter image description here

Please help to resolve this issue.

Deval Patel
  • 780
  • 7
  • 18

1 Answers1

1
renderer.setBarWidth(30);
renderer.setBarSpacing(0.5);
Digvesh Patel
  • 6,503
  • 1
  • 20
  • 34