* Utility for determining if `options` should be included in the updated properties * @protected
(mode, sharedOptions)
| 876 | * @protected |
| 877 | */ |
| 878 | includeOptions(mode, sharedOptions) { |
| 879 | return !sharedOptions || isDirectUpdateMode(mode) || this.chart._animationsDisabled; |
| 880 | } |
| 881 | |
| 882 | /** |
| 883 | * @todo v4, rename to getSharedOptions and remove excess functions |
no test coverage detected