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

Function findGridPath

test/jasmine/tests/geo_test.js:2075–2077  ·  view source on GitHub ↗
(axisName)

Source from the content-addressed store, hash-verified

2073
2074 it('should be able to relayout axis grid *tick0* / *dtick*', function(done) {
2075 function findGridPath(axisName) {
2076 return d3Select(gd).select(axisName + ' > path').attr('d');
2077 }
2078
2079 function first(parts) {
2080 return parts[1].split('L')[0].split(',').map(Number);

Callers 1

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