()
| 2961 | } |
| 2962 | |
| 2963 | function mockAx() { |
| 2964 | return { |
| 2965 | _id: 'x', |
| 2966 | type: 'linear', |
| 2967 | _length: 100, |
| 2968 | _traceIndices: [0] |
| 2969 | }; |
| 2970 | } |
| 2971 | |
| 2972 | it('returns reasonable range without explicit rangemode or autorange', function() { |
| 2973 | gd = mockGd([ |
no outgoing calls
no test coverage detected
searching dependent graphs…