Code review comment for lp:~richardw/jarmon/independent-ds-transformers-1188220

Revision history for this message
Petr P (trubus) wrote :

It seems a quick fix, could you add this small change? Then I'll approve :)

652c652
< if( Math.pow(1000, si+1)*0.9 > axis.max ) {
---
> if( Math.pow(1000, si+1)*0.9 > axis.max && -(Math.pow(1000, si+1))*0.9 < axis.min) {

« Back to merge proposal