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 */