(d, trace)
| 1267 | } |
| 1268 | |
| 1269 | function extracTextFontSize(d, trace) { |
| 1270 | var fontSize = d.ts || trace.textfont.size; |
| 1271 | return isNumeric(fontSize) && fontSize > 0 ? fontSize : 0; |
| 1272 | } |
| 1273 | |
| 1274 | // draw text at points |
| 1275 | drawing.textPointStyle = function (s, trace, gd) { |
no outgoing calls
no test coverage detected
searching dependent graphs…