Bug 430614

Summary: Lines from background visible when using fill color in LineChart
Product: [Frameworks and Libraries] frameworks-kquickcharts Reporter: Bharadwaj Raju <bharadwaj.raju777>
Component: generalAssignee: Arjen Hiemstra <ahiemstra>
Status: REPORTED ---    
Severity: normal CC: kdelibs-bugs
Priority: NOR    
Version: 5.77.0   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: Screenshot of glitch
Sample code

Description Bharadwaj Raju 2020-12-20 08:22:45 UTC
Created attachment 134220 [details]
Screenshot of glitch

SUMMARY
When using LineChart with a fill color, some lines of the background are visible in the plot. Attached screenshot.


STEPS TO REPRODUCE
1. Have a LineChart and set its fillColorSource.


OBSERVED RESULT
The fill shows lines from the background.


EXPECTED RESULT
The fill color is solid.


SOFTWARE/OS VERSIONS
KDE Plasma Version: 5.20.4
KDE Frameworks Version: 5.77.0
Qt Version: 5.15.2
Comment 1 Bharadwaj Raju 2020-12-20 08:24:05 UTC
Created attachment 134221 [details]
Sample code

Sample QML code which produces the bug.