James Moger
2013-11-26 4fcac9d2cbdafb51e3ee9ca3b3da64fd86103174
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: