MCPcopy
hub / github.com/dc-js/dc.js / transitionDuration

Method transitionDuration

src/base/base-mixin.js:658–664  ·  view source on GitHub ↗

* Set or get the animation transition duration (in milliseconds) for this chart instance. * @param {Number} [duration=750] * @returns {Number|BaseMixin}

(duration)

Source from the content-addressed store, hash-verified

656 * @returns {Number|BaseMixin}
657 */
658 transitionDuration (duration) {
659 if (!arguments.length) {
660 return this._transitionDuration;
661 }
662 this._transitionDuration = duration;
663 return this;
664 }
665
666 /**
667 * Set or get the animation transition delay (in milliseconds) for this chart instance.

Callers 15

_activateRenderletsMethod · 0.95
_doRenderLabelMethod · 0.80
doUpdateLabelsMethod · 0.80
renderXAxisMethod · 0.80
renderYAxisLabelMethod · 0.80
renderYAxisAtMethod · 0.80
redrawBrushMethod · 0.80
_enableMouseZoomMethod · 0.80
constructorMethod · 0.80
_doRenderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected