diff --git a/designer-chart/src/main/java/com/fr/van/chart/heatmap/designer/style/VanChartHeatMapSeriesPane.java b/designer-chart/src/main/java/com/fr/van/chart/heatmap/designer/style/VanChartHeatMapSeriesPane.java index 6e4309a87..1e06db777 100644 --- a/designer-chart/src/main/java/com/fr/van/chart/heatmap/designer/style/VanChartHeatMapSeriesPane.java +++ b/designer-chart/src/main/java/com/fr/van/chart/heatmap/designer/style/VanChartHeatMapSeriesPane.java @@ -111,7 +111,7 @@ public class VanChartHeatMapSeriesPane extends VanChartMapSeriesPane { double[] col = {f}; Component[][] components = new Component[][]{ - new Component[]{getVanChartFillStylePane()}, + new Component[]{getVanChartValueColorPane()}, }; JPanel panel = TableLayout4VanChartHelper.createGapTableLayoutPane(components, row, col);