|
|
@ -77,10 +77,11 @@ public class VanChartBubblePlotPane extends AbstractVanChartTypePane { |
|
|
|
newPlot = (VanChartBubblePlot)bubbleChart[i].getPlot(); |
|
|
|
newPlot = (VanChartBubblePlot)bubbleChart[i].getPlot(); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
Plot cloned = null; |
|
|
|
Plot cloned = null; |
|
|
|
try { |
|
|
|
try { |
|
|
|
cloned = (Plot)newPlot.clone(); |
|
|
|
if(newPlot != null) { |
|
|
|
|
|
|
|
cloned = (Plot) newPlot.clone(); |
|
|
|
|
|
|
|
} |
|
|
|
} catch (CloneNotSupportedException e) { |
|
|
|
} catch (CloneNotSupportedException e) { |
|
|
|
FineLoggerFactory.getLogger().error("Error In BubbleChart"); |
|
|
|
FineLoggerFactory.getLogger().error("Error In BubbleChart"); |
|
|
|
} |
|
|
|
} |
|
|
|