0
votes

I am using amCharts version 1.1 to create column/bar graphs. The issue occurs when I render a graph that has more than one column (see images below, hover for more info in tooltip) figure 1 figure 2 figure 3

Now how do I make sure that the chart does not miss the bars? This works perfectly in the line graph (shows all 9 data points) so why is it missing only here?

1

1 Answers

2
votes

I guess you have a property startOnAxis set to true (default is false). Try setting it to false or remove this property at all.