MCPcopy Create free account
hub / github.com/bqplot/bqplot / initialize

Method initialize

js/src/PanZoomModel.ts:37–41  ·  view source on GitHub ↗
(attributes, options)

Source from the content-addressed store, hash-verified

35 }
36
37 initialize(attributes, options) {
38 super.initialize(attributes, options);
39 this.on('change:scales', this.snapshot_scales, this);
40 this.snapshot_scales();
41 }
42
43 reset_scales() {
44 const scales = this.getScales();

Callers

nothing calls this directly

Calls 1

snapshot_scalesMethod · 0.95

Tested by

no test coverage detected