Lines Matching defs:cfg
8 function Plots(cfg)
18 this.addAttrs(attrs, cfg);
254 cfg = Y.clone(styles);
256 cfg.type = cfg.shape;
257 marker = graphic.addShape(cfg);
299 cfg,
312 cfg = {
320 cfg.fill.opacity = styles.fill.alpha;
324 cfg.type = shape;
328 cfg.dimensions.radius = styles.radius;
336 this._groupMarker = graphic.addShape(cfg);