I use jfreechart 1.0.8 and removeDomainMarker is not working.
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at org.jfree.chart.plot.XYPlot.removeRangeMarker(XYPlot.java:2444)
at org.jfree.chart.plot.XYPlot.removeRangeMarker(XYPlot.java:2414)
removeDomainMarker is not working
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
I looked at the code, but couldn't figure out a way to reproduce the NullPointerException. Can you post a small self-contained demo showing the problem? Or, even better, a JUnit test?
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader


-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
Oh, I see the bug now. I'll fix this for 1.0.10.
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

