Browse Source

CHART-16680 仪表盘切换,部分属性默认不是自动

feature/big-screen
白岳 4 years ago
parent
commit
7792e29c81
  1. 2
      designer-chart/src/main/java/com/fr/van/chart/gauge/VanChartGaugePlotPane.java

2
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 {

Loading…
Cancel
Save