diff --git a/Source/Charts/Jobs/AnimatedViewPortJob.swift b/Source/Charts/Jobs/AnimatedViewPortJob.swift index 7b2cd3e175..985358e4b6 100644 --- a/Source/Charts/Jobs/AnimatedViewPortJob.swift +++ b/Source/Charts/Jobs/AnimatedViewPortJob.swift @@ -120,11 +120,11 @@ open class AnimatedViewPortJob: ViewPortJob internal func animationUpdate() { - fatalError("`animationUpdate()` must be overriden by subclasses") + // Override this } internal func animationEnd() { - fatalError("`animationEnd()` must be overriden by subclasses") + // Override this } }