Search found 3 matches

by ivo.hechmann
Tue Sep 18, 2007 2:47 pm
Forum: JFreeChart
Topic: Steped Chart with cewolf - no shapes and no tooltips?
Replies: 0
Views: 1801

Steped Chart with cewolf - no shapes and no tooltips?

Hello; I create a chart with cewolf (to embed in jsp), an overlaidchart with a step plot. the lines are drawn without shapes. i tried to force shapes in the postprocessor: private final void preventLineOverlap(final XYPlot plot) { if (LOGGER.isDebugEnabled()) { LOGGER.debug(">>> ENTER"); } for (int ...
by ivo.hechmann
Mon Sep 17, 2007 1:42 pm
Forum: JFreeChart
Topic: Line Overlapping
Replies: 3
Views: 4605

Yes, 'next to the other' should mean that both lines are drawn close, so if the blue line and the red line both have the value '5' the blue line is drawn at '4.99' and the red line is drawn at '5.01' for example. If i have four lines and two of them overlap the other two, i see in the legend that th...
by ivo.hechmann
Mon Sep 17, 2007 12:58 pm
Forum: JFreeChart
Topic: Line Overlapping
Replies: 3
Views: 4605

Line Overlapping

Hello;

When i create a graph with two timeseries (blue and red) with exactly the same values i see only one line (which obviously overlapps the other). can i change the behaviour so that both lines are displayed (next to the other)?

Thank you very much...

ivo