BarChartFormatter: TODO comments v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Sun, 13 Sep 2015 20:10:13 +0200
branchv_0
changeset 228 3787c999d12c
parent 227 0094319a274a
child 229 7699133f5a01
BarChartFormatter: TODO comments
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)
  */