diff -r 0094319a274a -r 3787c999d12c java/sql-dk/src/info/globalcode/sql/dk/formatting/BarChartFormatter.java --- a/java/sql-dk/src/info/globalcode/sql/dk/formatting/BarChartFormatter.java Sun Sep 13 19:25:36 2015 +0200 +++ b/java/sql-dk/src/info/globalcode/sql/dk/formatting/BarChartFormatter.java Sun Sep 13 20:10:13 2015 +0200 @@ -28,6 +28,11 @@ import java.util.logging.Logger; /** + * TODO: min/max values – range for case that no value is 100 % + * + * TODO: multiple barcharts in same table (last column is still default) + multiple resultsets + * + * TODO: negative values - bar starting from the middle, not always from the left * * @author Ing. František Kučera (frantovo.cz) */