Luca Milanesio
2013-11-08 a0831dca3c087658a689bae102e2040a90c48d2e
src/main/java/com/gitblit/wicket/charting/GoogleChart.java
@@ -23,9 +23,9 @@
/**
 * Abstract parent class for Google Charts built with the Visualization API.
 *
 *
 * @author James Moger
 *
 *
 */
public abstract class GoogleChart implements Serializable {
@@ -57,7 +57,7 @@
   public void setHeight(int height) {
      this.height = height;
   }
   public void setShowLegend(boolean val) {
      this.showLegend = val;
   }