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

Function _checkFontFamilies

test/jasmine/tests/pie_test.js:257–263  ·  view source on GitHub ↗
(expFontFamilies)

Source from the content-addressed store, hash-verified

255 }
256
257 function _checkFontFamilies(expFontFamilies) {
258 return function() {
259 d3SelectAll(SLICES_TEXT_SELECTOR).each(function(d, i) {
260 expect(this.style.fontFamily).toBe(expFontFamilies[i], 'fontFamily of ' + i);
261 });
262 };
263 }
264
265 function _checkFontSizes(expFontSizes) {
266 return function() {

Callers 1

pie_test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…