To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=49386
------- Additional comments from [EMAIL PROTECTED] Tue May 17 09:21:48 -0700 2005 ------- The problem occurs when you have negative values only, and they differ by less than one thousandth. This is dur to a threshold value that is calculated as min( max_data, major_step, minor_step ). To include max_data in this case seems wrong, but it might have been added for some reason I do not understand yet. (Another way to fix would be to include abs( max_data ) or (max_data - min_data)). (See sch/source/core/chaxis.cxx:2584 ChartAxis::DrawGrids.) --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
