method ChartJs.DatasetController.prototype.getSharedOptionsimport { ChartJs } from "https://deno.land/x/fresh_charts@0.3.0/deps.ts"; const { DatasetController } = ChartJs; getSharedOptions(options: AnyObject): undefined | AnyObjectUtility for checking if the options are shared and should be animated separately. Utility for checking if the options are shared and should be animated separately. Parametersoptions: AnyObjectReturnsundefined | AnyObject