James Moger
2013-11-20 8f1c9fd7e0f7ea3d7d0b87788eb92ba2f0f09d59
src/main/java/com/gitblit/wicket/charting/SecureChart.java
@@ -43,7 +43,7 @@
/**
 * This is a fork of org.wicketstuff.googlecharts.Chart whose only purpose
 * is to build https urls instead of http urls.
 *
 *
 * @author Daniel Spiewak
 * @author James Moger
 */
@@ -140,7 +140,7 @@
        url.append(param).append('=').append(value);
    }
    private CharSequence convert(ChartDataEncoding encoding, double value, double max) {
       switch (encoding) {
       case TEXT: