Add TODO call

This commit is contained in:
SiboVG 2022-09-27 16:18:23 +02:00
parent 3a1bc46cb3
commit 989e80c59c

View File

@ -60,7 +60,7 @@ import org.jfree.ui.RectangleInsets;
import org.jfree.ui.TextAnchor; import org.jfree.ui.TextAnchor;
/* /*
* It should be possible to simplify this code quite a bit by using a single Renderer instance for * TODO: It should be possible to simplify this code quite a bit by using a single Renderer instance for
* both datasets and the legend. But for now, the renderers are queried for the line color information * both datasets and the legend. But for now, the renderers are queried for the line color information
* and this is held in the Legend. * and this is held in the Legend.
*/ */