method ChartJs.DatasetController.prototype.updateSharedOptionsimport { ChartJs } from "https://deno.land/x/fresh_charts@0.3.0/deps.ts"; const { DatasetController } = ChartJs; updateSharedOptions(sharedOptions: AnyObject,mode: UpdateMode,newOptions: AnyObject,): voidUtility to animate the shared options, that are potentially affecting multiple elements. Utility to animate the shared options, that are potentially affecting multiple elements. ParameterssharedOptions: AnyObjectmode: UpdateModenewOptions: AnyObjectReturnsvoid