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

Function stylePies

src/components/legend/style.js:513–515  ·  view source on GitHub ↗
(d)

Source from the content-addressed store, hash-verified

511 }
512
513 function stylePies(d) {
514 stylePieLike(d, this, 'pie');
515 }
516
517 function styleFunnelareas(d) {
518 stylePieLike(d, this, 'funnelarea');

Callers

nothing calls this directly

Calls 1

stylePieLikeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…