We are creating 2D Bar charts through xml. We are having a problem where sometimes charts with a lesser value will be longer than charts with a bigger value. For instance, a chart with a value of 69 will be longer than one with a value of 80. This doesn't happen in all cases. This is what an example looks like:
We are dynamically generating the code to display these, but I can't see why it would skew the graph... Here is the generated HTML (sorry the code shortcut wouldn't display the object right, so I had to make images):
Top Graph (69)
Bottom Graph (80):
I know there is a height difference in the object but I have played with that and made them identical.
Can anyone see something wrong with the code?
Thanks for any help.
Josh