From 7792e29c813f515d3c4ece6e6d423ebac0d6502a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E5=B2=B3?= <445798420@qq.com> Date: Mon, 9 Nov 2020 16:35:27 +0800 Subject: [PATCH] =?UTF-8?q?CHART-16680=20=E4=BB=AA=E8=A1=A8=E7=9B=98?= =?UTF-8?q?=E5=88=87=E6=8D=A2=EF=BC=8C=E9=83=A8=E5=88=86=E5=B1=9E=E6=80=A7?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E4=B8=8D=E6=98=AF=E8=87=AA=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/fr/van/chart/gauge/VanChartGaugePlotPane.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/designer-chart/src/main/java/com/fr/van/chart/gauge/VanChartGaugePlotPane.java b/designer-chart/src/main/java/com/fr/van/chart/gauge/VanChartGaugePlotPane.java index 3d979119c..d1a7650f5 100644 --- a/designer-chart/src/main/java/com/fr/van/chart/gauge/VanChartGaugePlotPane.java +++ b/designer-chart/src/main/java/com/fr/van/chart/gauge/VanChartGaugePlotPane.java @@ -120,6 +120,8 @@ public class VanChartGaugePlotPane extends AbstractVanChartTypePane { cloneDetail.setInnerPaneBackgroundColor(newDetail.getInnerPaneBackgroundColor()); cloneDetail.setThermometerWidth(newDetail.getThermometerWidth()); cloneDetail.setChutePercent(newDetail.getChutePercent()); + cloneDetail.setPaneBackgroundColorAuto(newDetail.isPaneBackgroundColorAuto()); + cloneDetail.setSlotBackgroundColorAuto(newDetail.isSlotBackgroundColorAuto()); } protected void cloneOldConditionCollection(Plot oldPlot, Plot newPlot) throws CloneNotSupportedException {