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

Create chartViewDidEndAnimate in ChartViewDelegate #3852

Merged
merged 3 commits into from
Mar 20, 2019

Conversation

Lcsmarcal
Copy link
Contributor

@Lcsmarcal Lcsmarcal commented Feb 20, 2019

Goals ⚽

Create a callback to get when ChartView stops animating

Implementation Details 🚧

Create another function in ChartViewDelegate protocol and calls in animatorStopped callback from Animator

@codecov-io
Copy link

Codecov Report

Merging #3852 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3852   +/-   ##
=======================================
  Coverage   32.79%   32.79%           
=======================================
  Files         114      114           
  Lines       10731    10731           
=======================================
  Hits         3519     3519           
  Misses       7212     7212
Impacted Files Coverage Δ
Source/Charts/Charts/ChartViewBase.swift 23.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 cf36285...a323ad0. Read the comment docs.

@liuxuan30
Copy link
Member

@jjatie what you say? I'm fine

@jjatie
Copy link
Collaborator

jjatie commented Mar 4, 2019

I would think the delegate would include more information. This naming would also be more clear.

func chartView(_ chartView: ChartViewBase, animatorDidStop animator: Animator)

@liuxuan30
Copy link
Member

@Lcsmarcal please have a look

@liuxuan30 liuxuan30 added this to To do in 3.3 via automation Mar 5, 2019
@liuxuan30 liuxuan30 moved this from To do to In progress in 3.3 Mar 5, 2019
@Lcsmarcal
Copy link
Contributor Author

Sure! I will add the animator in function.

@Lcsmarcal
Copy link
Contributor Author

Done :)

@liuxuan30 liuxuan30 merged commit b1df472 into ChartsOrg:master Mar 20, 2019
3.3 automation moved this from In progress to Done Mar 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
3.3
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

4 participants