jfree / jfreechart

A 2D chart library for Java applications (JavaFX, Swing or server-side).
http://www.jfree.org/jfreechart/
GNU Lesser General Public License v2.1
1.2k stars 459 forks source link

Zooming bug when using CombinedDomainXYPlot in combination with OfflineRenderingChartPanel #351

Open Yuri-Blankenstein-TNO opened 1 year ago

Yuri-Blankenstein-TNO commented 1 year ago

When using CombinedDomainXYPlot in combination with OfflineRenderingChartPanel the zoom rectangle is incorrectly drawn over both sub-plots. As a result both plots will be zoomed in when releasing the mouse. This bug is caused by an incorrect copy of the sub-plot rendering infos in the OfflineRenderingChartPanel. I'll prepare a merge request for this.