Colors getting overlapped in StackedBarCharts

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
gayathri
Posts: 3
Joined: Tue Nov 11, 2008 7:31 am

Colors getting overlapped in StackedBarCharts

Post by gayathri » Tue Nov 11, 2008 8:02 am

Hi David,

I am using stackedbarchart in my application.Values will change dynamically in the application and if any one of the value is very large then graph is plotted with the color corresponding to that value and not able to see other values.

I tried using setForegroundAlpha()to plot but its looking as if graph is overlapped.

can you please suggest me , is there any option in jfreecharts to overcome this?

Locked