Ticket #17 (new defect)

Opened 5 years ago

Last modified 5 years ago

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.

Change History

comment:1 Changed 5 years ago by maccaf

  • Severity changed from critical to major

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

Note: See TracTickets for help on using tickets.