Ticket #17 (new defect)
Objects added to charts do not contribute to the vertical scale
| Reported by: | maccaf | Owned by: | maccaf |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | charts | Version: | devel |
| Severity: | major | Keywords: | |
| Cc: | OS: | All |
Description
Seems that the objects added to charts (lines mainly) do not entirely contribute to the vertical scale range. Lines should contribute to the scale when a portion of them is still visible, so that trend lines do not loose meaning.
Example:
Add the following line to Finmeccanica (FNC.MI):
start: 06/07/2006 15,9100 end: 15/01/2007 19,2800
When one of the line points is outside the visible are, the line is moved loosing its meaning.
Note: See
TracTickets for help on using
tickets.

Changeset [545] partially fixes this problem by removing the clipping from the convertToY method.