BarChartFormatter: TODO comments v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Sun, 13 Sep 2015 20:10:13 +0200
branchv_0
changeset 2283787c999d12c
parent 227 0094319a274a
child 229 7699133f5a01
BarChartFormatter: TODO comments
java/sql-dk/src/info/globalcode/sql/dk/formatting/BarChartFormatter.java
     1.1 --- a/java/sql-dk/src/info/globalcode/sql/dk/formatting/BarChartFormatter.java	Sun Sep 13 19:25:36 2015 +0200
     1.2 +++ b/java/sql-dk/src/info/globalcode/sql/dk/formatting/BarChartFormatter.java	Sun Sep 13 20:10:13 2015 +0200
     1.3 @@ -28,6 +28,11 @@
     1.4  import java.util.logging.Logger;
     1.5  
     1.6  /**
     1.7 + * TODO: min/max values – range for case that no value is 100 %
     1.8 + *
     1.9 + * TODO: multiple barcharts in same table (last column is still default) + multiple resultsets
    1.10 + *
    1.11 + * TODO: negative values - bar starting from the middle, not always from the left
    1.12   *
    1.13   * @author Ing. František Kučera (frantovo.cz)
    1.14   */