()
| 528 | }); |
| 529 | |
| 530 | function countTernarySubplot() { |
| 531 | return d3SelectAll('.ternary').size(); |
| 532 | } |
| 533 | |
| 534 | function countTraces(type) { |
| 535 | return d3SelectAll('.ternary').selectAll('g.trace.' + type).size(); |
no outgoing calls
no test coverage detected
searching dependent graphs…