]> source.dussan.org Git - sonarqube.git/commit
SONAR-2074 Fix display bug caused by Protovis limitation
authorFabrice Bellingard <bellingard@gmail.com>
Wed, 31 Aug 2011 16:58:07 +0000 (18:58 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Wed, 31 Aug 2011 16:58:07 +0000 (18:58 +0200)
commit8e085c96accc9c912747df5c8b93c8a0bc85ad95
tree2f4b3d73dc9069fd3f1d6ca0f576d64c9d495a38
parent8ce8f2a2ff596cb6185b111cf7eda2368bfc3026
SONAR-2074 Fix display bug caused by Protovis limitation

If the array used to display the Y axis contains only data with the
exact same value, Protovis function y() returns NaN, which makes it
impossible to display the line for the given array.
sonar-server/src/main/webapp/javascripts/protovis-sonar.js