MCPcopy Index your code
hub / github.com/plotly/plotly.js / applyAspectRatio

Function applyAspectRatio

src/traces/pie/plot.js:935–937  ·  view source on GitHub ↗
(x, aspectratio)

Source from the content-addressed store, hash-verified

933}
934
935function applyAspectRatio(x, aspectratio) {
936 return x / (aspectratio === undefined ? 1 : aspectratio);
937}
938
939function getTitleSpace(cd0, plotSize) {
940 var trace = cd0.trace;

Callers 1

positionTitleOutsideFunction · 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…