Commit fa9ef73
Fix Drawable LineChart Fill Bug
The LineChart fill draws using intervals to avoid
memory issues, but with a larger data set and many
different (darker) colors Android does not draw the
drawable all the way to the edge of the interval.
This makes it look like there are spaces between the fill.
Draw a little beyond the existing interval so there are no gaps.
PhilJay#52841 parent 40223e2 commit fa9ef73
File tree
1 file changed
+14
-3
lines changed- MPChartLib/src/main/java/com/github/mikephil/charting/renderer
1 file changed
+14
-3
lines changedLines changed: 14 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
462 | 462 | | |
463 | 463 | | |
464 | 464 | | |
465 | | - | |
| 465 | + | |
466 | 466 | | |
467 | 467 | | |
468 | | - | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
469 | 481 | | |
470 | 482 | | |
471 | 483 | | |
472 | | - | |
473 | 484 | | |
474 | 485 | | |
475 | 486 | | |
| |||
0 commit comments