(attr)
| 1462 | }; |
| 1463 | |
| 1464 | function getComputedSize(attr) { |
| 1465 | return ( |
| 1466 | (typeof attr === 'string') && |
| 1467 | (attr.slice(-2) === 'px') && |
| 1468 | parseFloat(attr) |
| 1469 | ); |
| 1470 | } |
| 1471 | |
| 1472 | |
| 1473 | plots.plotAutoSize = function plotAutoSize(gd, layout, fullLayout) { |
no outgoing calls
no test coverage detected
searching dependent graphs…