[BUG] Fill Path brakes if dataset doesn't start at x=0 coordinate
Closed this issue · 0 comments
Pfuster12 commented
Describe the bug
The Fill path for datasets always start at x=0 coordinate, even if dataset doesn't.
To Reproduce
Steps to reproduce the behavior:
- Draw a dataset starting at x>0
- flag
drawFill()
- Fill path starts at x=0
Expected behavior
Fill path start at dataset start.