(_chart)
| 697 | }); |
| 698 | }); |
| 699 | function plotHeight (_chart) { |
| 700 | return _chart.y()(_chart.yAxisMax()) - _chart.y()(_chart.yAxisMin()); |
| 701 | } |
| 702 | }); |
| 703 | |
| 704 | describe('sub-charts with different filter types', () => { |
no test coverage detected
searching dependent graphs…