Hello,
I have to plot one graphic for daily account balances as a vertical bar chart which must be shown as red bars for negative values and blue bars for positive values. Does anybody know how could I do this ?
Thank you.
Two colors vertical bar chart for a single time series
Re: Two colors vertical bar chart for a single time series
You would need to write a custom renderer. It wouldn't be that difficult, just base it on the code in VerticalBarRenderer.java. I'll look at incorporating this as a feature before 1.0.0.
Regards,
DG
Regards,
DG