java/sql-dk/src/info/globalcode/sql/dk/formatting/BarChartFormatter.java
branchv_0
changeset 228 3787c999d12c
parent 226 b40153eb7716
equal deleted inserted replaced
227:0094319a274a 228:3787c999d12c
    26 import java.util.List;
    26 import java.util.List;
    27 import java.util.logging.Level;
    27 import java.util.logging.Level;
    28 import java.util.logging.Logger;
    28 import java.util.logging.Logger;
    29 
    29 
    30 /**
    30 /**
       
    31  * TODO: min/max values – range for case that no value is 100 %
       
    32  *
       
    33  * TODO: multiple barcharts in same table (last column is still default) + multiple resultsets
       
    34  *
       
    35  * TODO: negative values - bar starting from the middle, not always from the left
    31  *
    36  *
    32  * @author Ing. František Kučera (frantovo.cz)
    37  * @author Ing. František Kučera (frantovo.cz)
    33  */
    38  */
    34 @PropertyDeclaration(name = BarChartFormatter.PROPERTY_PRECISION, type = Integer.class, defaultValue = BarChartFormatter.PROPERTY_PRECISION_DEFAULT, description = "number of characters representing 100 % in the bar chart")
    39 @PropertyDeclaration(name = BarChartFormatter.PROPERTY_PRECISION, type = Integer.class, defaultValue = BarChartFormatter.PROPERTY_PRECISION_DEFAULT, description = "number of characters representing 100 % in the bar chart")
    35 public class BarChartFormatter extends TabularPrefetchingFormatter {
    40 public class BarChartFormatter extends TabularPrefetchingFormatter {