Bug 430614 - Lines from background visible when using fill color in LineChart
Summary: Lines from background visible when using fill color in LineChart
Status: REPORTED
Alias: None
Product: frameworks-kquickcharts
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 5.77.0
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Arjen Hiemstra
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-20 08:22 UTC by Bharadwaj Raju
Modified: 2020-12-20 08:24 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Screenshot of glitch (17.71 KB, image/png)
2020-12-20 08:22 UTC, Bharadwaj Raju
Details
Sample code (804 bytes, text/plain)
2020-12-20 08:24 UTC, Bharadwaj Raju
Details

Note You need to log in before you can comment on or make changes to this bug.
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.