Dual axis

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
miwashi
Posts: 1
Joined: Mon Aug 15, 2016 1:26 am
antibot: No, of course not.

Dual axis

Post by miwashi » Mon Aug 15, 2016 1:30 am

I am using a ClusteredXYBarRenderer to display data on dual axises.

This is working fine except for bars are overlapping. Is there some way to make them not overlap?

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Re: Dual axis

Post by david.gilbert » Sat Aug 20, 2016 5:36 am

Can you post a small self-contained example of what you are doing? I suspect it will be difficult to synchronise the two datasets, but let me see what you are doing and I'll see.

Locked