Details
-
Task
-
Resolution: Fixed
-
P2: Important
-
None
-
None
-
34d683d34 (dev), 8522a6c15 (dev), 1baaed02b (6.8), ad1b40e04 (6.8)
Description
Currently graphs content is clipped to GraphsView. This means that lines, bars etc. can extend over graphs axis and margins. Instead the graphs should be clipped to plotting area.
Adding clipping item into GraphsView and changing renderers to fit requires changes also into graphs rendering math. But it mostly makes math simpler.