()
| 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 = { |
no outgoing calls
no test coverage detected
searching dependent graphs…