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

Function lineposition2decorationLine

src/components/drawing/index.js:73–80  ·  view source on GitHub ↗
(lineposition)

Source from the content-addressed store, hash-verified

71}
72
73function lineposition2decorationLine(lineposition) {
74 return lineposition
75 .replace('under', 'underline')
76 .replace('over', 'overline')
77 .replace('through', 'line-through')
78 .split('+')
79 .join(' ');
80}
81
82/*
83 * Positioning helpers

Callers 1

index.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…