mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 11:10:44 +00:00
Added slight vertical offset to multi-line Summary charts
This commit is contained in:
parent
bfde64fc36
commit
d2a386143c
@ -290,6 +290,7 @@ void SummaryChart::paint(gGraph & w,int left, int top, int width, int height)
|
||||
col.setAlpha(128);
|
||||
short px2=px+barw;
|
||||
short py2=top+height-1-h;
|
||||
py2+=j;
|
||||
if (lastdaygood) {
|
||||
lines->add(lastX[j],lastY[j],px,py2,m_colors[j]);
|
||||
lines->add(px,py2,px2,py2,col);
|
||||
|
Loading…
Reference in New Issue
Block a user