Bugs: Browse | Submit New | Admin
In a line graph with both positive and negative values, the baseline position is not calculated correctly. The reason is that the normalize function (in line.rb)only uses the maximum value, which gives an incorrect @norm_baseline if minimum_value <> 0. Br/M
Add A Comment: