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

Function assertNonSelectionModeStyle

test/jasmine/tests/bar_test.js:1662–1666  ·  view source on GitHub ↗
(label)

Source from the content-addressed store, hash-verified

1660 }
1661
1662 function assertNonSelectionModeStyle(label) {
1663 assertTextFontColors(['blue', 'orange', LIGHT, 'red', 'orange', DARK], label)();
1664 assertTextFontFamilies(['Arial', 'serif', 'Roboto', 'Arial', 'serif', 'Roboto'])();
1665 assertTextFontSizes([16, 24, 12, 8, 24, 12])();
1666 }
1667
1668 function select1stBar2ndTrace() {
1669 return new Promise(function(resolve) {

Callers 1

bar_test.jsFile · 0.85

Calls 3

assertTextFontFamiliesFunction · 0.85
assertTextFontSizesFunction · 0.85
assertTextFontColorsFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…