MCPcopy
hub / github.com/plotly/plotly.js / initTraces

Function initTraces

test/jasmine/tests/histogram_test.js:514–520  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

512 var traces;
513
514 function initTraces() {
515 traces = [{}, {}, {yaxis: 'y2'}, {yaxis: 'y2'}];
516 traces.forEach(function(t) {
517 t.type = 'histogram';
518 t.x = [1, 2];
519 });
520 }
521
522 function _supply() {
523 gd = {

Callers 1

histogram_test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…