1. Prob. w/ AxisTrace and Tooltip jfree.org |
2. bug refresh with AxisTrace and tooltips jfree.orgHi, I have a bug refresh with AxisTrace and tooltips. When Axis trace and tooltips are enable and i drag the mouse between 2 point (in a scatter plot) the chart is refresh in the tooltips area only. http:*//img511.imageshack.us/my.php?image=scatterxo5.png This picture is a result when I drag my mouse. Can I resolve this bug and how? thanks for your answer. Zolotaya ... |
3. AxisTrace is not erased after showing a tooltip jfree.orgHi, I would like to enable a crosshair that changes with the mouse and not only when the chart is clicked. The simplest way seems to be to use HorizontalAxisTrace and VerticalAxisTrace. It works fine until a tooltip is shown. In that case the last trace drawn is not removed. Seems like a bug in the paint strategy used by JFreeChart. ... |