Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 4 commits into from
Sep 19, 2021

Conversation

halfhp
Copy link
Owner

@halfhp halfhp commented Sep 19, 2021

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
Copy link

codecov-commenter commented Sep 19, 2021

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%) ⬇️

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.

@halfhp halfhp merged commit 0a2e282 into master Sep 19, 2021
@halfhp halfhp deleted the #104-recyclerview-fix branch September 19, 2021 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

XYPlot in 1.5.7 doesn't show when swiping back in ViewPager2
2 participants