ok, im not familiar with github but created an account an submitted this Bug
https://github.com/jfree/jfreechart/issues/198
Hope thats right.
Search found 19 matches
- Mon Dec 14, 2020 4:25 pm
- Forum: JFreeChart
- Topic: 1.5.1 PeriodAxis.draw() does not honor axis.isVisible()
- Replies: 3
- Views: 14409
- Tue Dec 08, 2020 11:44 pm
- Forum: JFreeChart
- Topic: MonthDateFormat BUG?
- Replies: 0
- Views: 64816
MonthDateFormat BUG?
public MonthDateFormat(TimeZone zone, Locale locale, int chars, boolean showYearForJan, boolean showYearForDec) { this(zone, locale, chars, new boolean[] {showYearForJan, false, false, false, false, false, false, false, false, false, false, false, showYearForDec}, new SimpleDateFormat("yy")); } Ther...
- Tue Dec 08, 2020 3:17 pm
- Forum: JFreeChart
- Topic: 1.5.1 PeriodAxis.draw() does not honor axis.isVisible()
- Replies: 3
- Views: 14409
1.5.1 PeriodAxis.draw() does not honor axis.isVisible()
1.5.1 PeriodAxis.draw() does not honor axis.isVisible()
- Tue Sep 29, 2020 12:39 pm
- Forum: FXGraphics2D
- Topic: JFreeChartsFX setColor() problem (renderer/pass)
- Replies: 0
- Views: 101176
JFreeChartsFX setColor() problem (renderer/pass)
Hi David, mee again after several years only enjoying the work with JFreeCharts (and JFreeReports). Now we are investigating in JavaFX, of course trying to upgrade JFreeCharts FatClient Apps. 1. Am i right here to discuss JfreeCharts FX ? Else please redirect me. 2. Trying to upgrade we discovered p...
- Mon Sep 19, 2016 2:02 pm
- Forum: JFreeChart
- Topic: How to adjust X = Y numberaxis scale
- Replies: 4
- Views: 9818
Re: How to adjust X = Y numberaxis scale
many thanks for this investigations .... yes of course youre completely right.... But have a louk at your XYShapeRendererDemo example. Is it really the expected behaviour that the shapes are shared when resizing the window, so each circle becomes an ellipse? I would name it "lockAxisRatio(domainAxis...
- Thu Sep 15, 2016 8:24 am
- Forum: JFreeChart
- Topic: How to adjust X = Y numberaxis scale
- Replies: 4
- Views: 9818
Re: How to adjust X = Y numberaxis scale
thanks, yes i already override the zoom method, thats nearly ok,
but as you say, i am searching for a not "dirty" solution adjusting the axis' factors.
Using JFreeCharts since 1997 i could not imagine that there is no option for that too.

best regards
Markus
but as you say, i am searching for a not "dirty" solution adjusting the axis' factors.
Using JFreeCharts since 1997 i could not imagine that there is no option for that too.

best regards
Markus
- Wed Sep 14, 2016 3:54 pm
- Forum: JFreeChart
- Topic: How to adjust X = Y numberaxis scale
- Replies: 4
- Views: 9818
How to adjust X = Y numberaxis scale
Hi David, im sorry, but can't figure out how to adjust x and y axis to have identical scale factors when resizing the window or zooming. What is the preferred method? For example in the XYShapeRendererDemo circle show always remain a cirlce and square should remain square. If you show real word geom...
- Wed Jun 01, 2016 2:04 pm
- Forum: JFreeChart
- Topic: RenderingHint in drawRangeLine() but notin drawRangeMarker()
- Replies: 0
- Views: 5647
RenderingHint in drawRangeLine() but notin drawRangeMarker()
Hi David, it seems to me that using RenderingHint in AbstractCategoryItemRenderer.drawRangeLine() causes my problem. A RangeMarker at y=0.0 and BasicStroke(0.5) and a GridLine at y=0.0 and BasicStroke(0.5) do not hide each other in all zoom status. So if zoom scrolling, sometimes both appear. Thats ...
- Fri Sep 18, 2015 2:54 pm
- Forum: JFreeChart
- Topic: DatasetUtilities.iterateDomainBounds() versus iterateDomainB
- Replies: 2
- Views: 7038
DatasetUtilities.iterateDomainBounds() versus iterateDomainB
Hi David, autoScaling for IntervalXYDataset seams to have a bug, doesnt it? DatasetUtilities.iterateDomainBounds() takes all three values into consideration, but iterateToFindDomainBounds() doesnt. 1. Why those differences in two methods? 2. ok, if IntervalXYZDataset implies getStartXValue() must be...
- Tue May 26, 2015 1:13 pm
- Forum: JFreeChart
- Topic: Layer for selection of curve elements (selectionrectangles)
- Replies: 4
- Views: 8225
Re: Layer for selection of curve elements (selectionrectangl
Thanks, yes
i'll have to speed up the rendering after the selection state of an item has been changed
I first will have a look at the SamplingXYLineAndShapeRenderer ...
thanks
i'll have to speed up the rendering after the selection state of an item has been changed
I first will have a look at the SamplingXYLineAndShapeRenderer ...
thanks
- Sun May 24, 2015 7:16 am
- Forum: JFreeChart
- Topic: Layer for selection of curve elements (selectionrectangles)
- Replies: 4
- Views: 8225
Re: Layer for selection of curve elements (selectionrectangl
yes thats exactly what i want..
"select items and then highlight the selected items in the renderer by e.g. a different outline stroke"
using jfreechart 1.0.19...
regards markus
"select items and then highlight the selected items in the renderer by e.g. a different outline stroke"
using jfreechart 1.0.19...
regards markus
- Fri May 22, 2015 2:02 pm
- Forum: JFreeChart
- Topic: Layer for selection of curve elements (selectionrectangles)
- Replies: 4
- Views: 8225
Layer for selection of curve elements (selectionrectangles)
Hi David, please give some hints, what would be a prefered solution for showing multiple selections rectangles without having to redraw all the underlying series. There are up to 100 series in a plot with up to 100.000 items each. So if the selection rectangle is drawn in the series renderer, it is ...
- Thu Apr 23, 2015 10:46 am
- Forum: JFreeChart
- Topic: Set Position of Legend
- Replies: 5
- Views: 18409
Re: Set Position of Legend
Is it possible to set the legend position centered to the X-Axis, so its aligned to the axis title?
regards markus
regards markus
- Thu Jan 29, 2015 12:47 pm
- Forum: JFreeChart
- Topic: XYPlot rendering logic in jfreechart-fse 1.0-SNAPSHOT
- Replies: 15
- Views: 33165
Re: XYPlot rendering logic in jfreechart-fse 1.0-SNAPSHOT
Thanks a lot,
thats exacly my problem today. Extending XYPlot and extending CategoryPlot and iteratings through renderers, dataSets ans axes.
In which version is any new protected or public method availiable?
regards markus
thats exacly my problem today. Extending XYPlot and extending CategoryPlot and iteratings through renderers, dataSets ans axes.
In which version is any new protected or public method availiable?
regards markus
- Thu Nov 06, 2014 3:44 pm
- Forum: JFreeChart
- Topic: setSeriesRunningTotal needs to be public method?
- Replies: 1
- Views: 6124
Re: setSeriesRunningTotal needs to be public method?
Im getting in trouble with exaclty the same problem...
would be nice to have it public soon....
would be nice to have it public soon....