Search found 1 match

by montardon
Wed Apr 05, 2017 1:11 pm
Forum: JFreeChart
Topic: JFreeChart: tooltip stop working on rotated plot
Replies: 5
Views: 6587

JFreeChart: tooltip stop working on rotated plot

I have a basic XYPlot with one serie. When the plot orientation is vertical, the tooltip is working fine. When the plot orientation is horizontal, the tooltip does not appear at all, or sometimes by error with wrong values. public class HorizontalPlotTooltip { public static void main(String[] args) ...