componentUtil.enableTopologicalTravel(ComponentModel as ComponentModelConstructor, getDependencies); function getDependencies(componentType: string): string[] { let deps: string[] = []; zrUtil.each((ComponentModel as ComponentModelConstructor).getClassesByMainType(componentType), function (clz) { deps = dep...
('Property "'+t+'" is not existed in element '+o.id)},stopAnimation:function(t){for(var e=this.animators,i=e.length,n=0;n<i;n++)e[n].stop(t);return e.length=0,this},animateTo:function(t,e,i,n,o,a){yi(this,t,e,i,n,o,a)},animateFrom:function(t,e,i,n,o,a){...
r[e].splice(u,0,l):r[e].push(l),t}Ct.prototype={constructor:Ct,one:function(t,e,i,n){return Lt(this,t,e,i,n,!0)},on:function(t,e,i,n){return Lt(this,t,e,i,n,!1)},isSilent:function(t){var e=this._$handlers;return!e[t]||!e[t].length},off:function(t,e){...
t.$constructor.apply(this,arguments):e.apply(this,arguments)};return a(i.prototype,t),i.extend=this.extend,i.superCall=Wi,i.superApply=Hi,u(i,this),i.superClass=e,i}}function Fi(t){var e=["__\0is_clz",Cw++,Math.random().toFixed(3)].join("_");t.prototype[e]=!0,t....
import SymbolClz from './Symbol'; import { isObject } from 'zrender/src/core/util'; import SeriesData from '../../data/SeriesData'; import type Displayable from 'zrender/src/graphic/Displayable'; import { StageHandlerProgressParams,
constructor(data: SeriesData, idx: number) { super(); const symbol = new SymbolClz(data, idx); const rippleGroup = new Group(); this.add(symbol); this.add(rippleGroup); this.updateData(data, idx); } stopEffectAnimation() { (this.childAt(1) as Group).removeAll(); ...
static registerClass(clz: Constructor): Constructor { return ComponentModel.registerClass(clz); } } interface SeriesModel<Opt extends SeriesOption = SeriesOption> extends DataFormatMixin, PaletteMixin<Opt>, DataHost { // methods that can be implemented optionally to provide to components ...
seriesType = cond.subType; } }; function mockMethods(target: any, Clz: any): void { /* eslint-disable */ for (let name in Clz.prototype) { // Do not use hasOwnProperty target[name] = noop; } /* eslint-enable */ } export default Scheduler;...