MCPcopy
hub / github.com/plotly/plotly.js / _checkFontFamilies

Function _checkFontFamilies

test/jasmine/tests/funnelarea_test.js:233–239  ·  view source on GitHub ↗
(expFontFamilies)

Source from the content-addressed store, hash-verified

231 }
232
233 function _checkFontFamilies(expFontFamilies) {
234 return function() {
235 d3SelectAll(SLICES_TEXT_SELECTOR).each(function(d, i) {
236 expect(this.style.fontFamily).toBe(expFontFamilies[i], 'fontFamily of ' + i);
237 });
238 };
239 }
240
241 function _checkFontSizes(expFontSizes) {
242 return function() {

Callers 1

funnelarea_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…