halfhp / androidplot

Charts and plots for Android
http://androidplot.com
Apache License 2.0
505 stars 159 forks source link

#104 - Add support for redrawing plots inside recyclerview #113

Closed halfhp closed 2 years ago

halfhp commented 2 years ago

adds logic to allow recyclerview to draw plots as expected (fixes #104) . also add……s kotlin support to the demo app and a recyclerview example.

codecov-commenter commented 2 years ago

Codecov Report

Merging #113 (436053f) into master (b365c63) will decrease coverage by 0.22%. The diff coverage is 8.10%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #113      +/-   ##
============================================
- Coverage     69.53%   69.31%   -0.23%     
  Complexity     1199     1199              
============================================
  Files           106      106              
  Lines          4973     4992      +19     
  Branches        505      506       +1     
============================================
+ Hits           3458     3460       +2     
- Misses         1188     1205      +17     
  Partials        327      327              
Impacted Files Coverage Δ
...dplot-core/src/main/java/com/androidplot/Plot.java 50.13% <8.10%> (-2.17%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b365c63...436053f. Read the comment docs.