(str)
| 87 | } |
| 88 | |
| 89 | function fixDates(str) { |
| 90 | // hack to conver date axes to some numbers to parse with parse-svg-path |
| 91 | return str.replace(/[ _\-:]/g, ''); |
| 92 | } |
| 93 | |
| 94 | describe('Draw new selections to layout', function() { |
| 95 | var gd; |
no outgoing calls
no test coverage detected
searching dependent graphs…