(s, len)
| 2474 | } |
| 2475 | |
| 2476 | function plainText(s, len) { |
| 2477 | return svgTextUtils.plainText(s || '', { |
| 2478 | len: len, |
| 2479 | allowedTags: ['br', 'sub', 'sup', 'b', 'i', 'em', 's', 'u'] |
| 2480 | }); |
| 2481 | } |
| 2482 | |
| 2483 | function orderRangePoints(hoverData, hovermode) { |
| 2484 | var axLetter = hovermode.charAt(0); |
no outgoing calls
no test coverage detected
searching dependent graphs…