Pfuster12/LiveChart

[BUG] Fill Path brakes if dataset doesn't start at x=0 coordinate

Closed this issue · 0 comments

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:

  1. Draw a dataset starting at x>0
  2. flag drawFill()
  3. Fill path starts at x=0

Expected behavior
Fill path start at dataset start.