|
|
|
@ -261,7 +261,9 @@ public class VanChartCustomPlotPane extends AbstractVanChartTypePane {
|
|
|
|
|
} |
|
|
|
|
Plot cloned = null; |
|
|
|
|
try { |
|
|
|
|
cloned = (Plot) newPlot.clone(); |
|
|
|
|
if(newPlot != null) { |
|
|
|
|
cloned = (Plot) newPlot.clone(); |
|
|
|
|
} |
|
|
|
|
} catch (CloneNotSupportedException e) { |
|
|
|
|
FineLoggerFactory.getLogger().error("Error In ScatterChart"); |
|
|
|
|
} |
|
|
|
|