Search found 31 matches
- Thu Nov 18, 2004 3:44 pm
- Forum: JFreeChart
- Topic: align grid with second range axis
- Replies: 0
- Views: 1612
align grid with second range axis
Hi, we have the requirement that the gridlines of a chart should not only align with the first range axis, but also with the second range axis. Is this possible? If yes, how. How would I get the number of ticks drawn in the chart? Or how would I get the delta of one tick to another? Looking around f...
- Wed Sep 01, 2004 4:43 pm
- Forum: JFreeChart
- Topic: outline color for bar charts not working with alpha value
- Replies: 3
- Views: 3270
- Wed Sep 01, 2004 1:38 pm
- Forum: JFreeChart
- Topic: outline color for bar charts not working with alpha value
- Replies: 3
- Views: 3270
outline color for bar charts not working with alpha value
Hi, Setting the colors using an alpha for a Bar Chart works like: XYBarRenderer renderer = new XYBarRenderer(); final int alpha = 192; // is like 0.75f renderer.setSeriesPaint(0, new Color(0, 255, 0, alpha)); // green renderer.setSeriesPaint(1, new Color(255, 255, 0, alpha)); // yellow plot.setDatas...
- Tue Aug 03, 2004 2:12 pm
- Forum: JFreeChart
- Topic: BarChart is too small
- Replies: 0
- Views: 1736
BarChart is too small
Hi, I'm using XYBarRenderer after adding some bar charts to my chart with a TimeAxis. As I understood is the parameter margin for describing how much space has to be on both sides for a barchart for the period of one day. If there are a couple of days, it looks quite good for one or two bar charts. ...
- Wed Jul 21, 2004 9:20 am
- Forum: JFreeChart
- Topic: overlaid chart with xy-line and stacked bar
- Replies: 4
- Views: 6975
- Thu Jun 17, 2004 5:27 pm
- Forum: JFreeChart
- Topic: Pattern instead of colors for area charts
- Replies: 1
- Views: 2146
Pattern instead of colors for area charts
Hi
how difficult would it be to change the usage of colors by pattern?
I guess this would be done in some renderers, but where exactly, any hints?
Thanks
Heinrich
how difficult would it be to change the usage of colors by pattern?
I guess this would be done in some renderers, but where exactly, any hints?
Thanks
Heinrich
- Thu Jun 17, 2004 5:06 pm
- Forum: JFreeChart
- Topic: Stacked Bar Chart with TimeSeries
- Replies: 1
- Views: 2900
- Thu Jun 17, 2004 4:51 pm
- Forum: JFreeChart
- Topic: overlaid chart with xy-line and stacked bar
- Replies: 4
- Views: 6975
Hi now I implemented a data container for my stacked bar charts with time series, here is how it looks like at the moment: http://xmlblaster.org/overlayExample1.png But unfortunately there are some open questions: 1. Is there a more elegant way of doing this ingeneral? Or are there some data contain...
- Thu Jun 17, 2004 4:25 pm
- Forum: JFreeChart
- Topic: How to combine stacked chart with a line chart
- Replies: 2
- Views: 2796
- Thu May 06, 2004 5:59 pm
- Forum: JFreeChart
- Topic: overlaid chart with xy-line and stacked bar
- Replies: 4
- Views: 6975
overlaid chart with xy-line and stacked bar
Hi, I'd like to create a chart which has two basic datasets included into one chart. The one dataset would be a TimeSeries, just a collection of series over time. The other dataset would be some stacked bar chart, as they appear i.e. in 'Stacked Bar Chart Demo1'. The position of the stacked bars wou...
- Fri Apr 02, 2004 2:20 pm
- Forum: JFreeChart
- Topic: jfreechart 0.9.17 and log4j problem and suggestion
- Replies: 13
- Views: 16911
ahh, thanks for this solution.garv wrote:D'oh! It's in commons-logging!
Have a nice and recovering weekend, Garv!
cheers
Heinrich
- Fri Apr 02, 2004 12:12 pm
- Forum: JFreeChart
- Topic: jfreechart 0.9.17 and log4j problem and suggestion
- Replies: 13
- Views: 16911
- Fri Apr 02, 2004 11:03 am
- Forum: JFreeChart
- Topic: jfreechart 0.9.17 and log4j problem and suggestion
- Replies: 13
- Views: 16911
Garv, IIRC there is no TRACE-Level in log4j. According to autocompletion in Eclipse, there is ;). Gee, my eclipse seems to be broken :-( Which classes are you using? I cant find Level Trace wheter in javap org.apache.log4j.Level nor in javap java.util.logging.Level. What am I missing? But I guess th...
- Fri Apr 02, 2004 9:57 am
- Forum: JFreeChart
- Topic: jfreechart 0.9.17 and log4j problem and suggestion
- Replies: 13
- Views: 16911
IMHO that's a lot of effort better spent elsewhere. I think it would suffice if the sub-surface stuff ("entering function draw()") that's currently being logged as INFO is instead logged as DEBUG or TRACE from the next release onward. IIRC there is no TRACE-Level in log4j. They discussed the introd...
- Tue Mar 30, 2004 4:19 pm
- Forum: JFreeChart
- Topic: JFreeChart 0.9.17 probably bugg found
- Replies: 5
- Views: 5376
this is not quite right, jfreechart uses log4j. I found following references: Axis.java - org.jfree.chart.axis CategoryAxis.java - org.jfree.chart.axis JFreeChart.java - org.jfree.chart logger - org.jfree.chart.axis.Axis (2 matches) logger - org.jfree.chart.axis.CategoryAxis (2 matches) logger - org...