|
|
@ -44,7 +44,7 @@ public class VanChartFunnelSeriesPane extends VanChartAbstractPlotSeriesPane { |
|
|
|
//设置色彩面板内容
|
|
|
|
//设置色彩面板内容
|
|
|
|
protected void setColorPaneContent (JPanel panel) { |
|
|
|
protected void setColorPaneContent (JPanel panel) { |
|
|
|
if (stylePane != null) { |
|
|
|
if (stylePane != null) { |
|
|
|
panel.add(createStylePane(), BorderLayout.CENTER); |
|
|
|
panel.add(stylePane, BorderLayout.CENTER); |
|
|
|
} |
|
|
|
} |
|
|
|
panel.add(createAlphaPane(), BorderLayout.SOUTH); |
|
|
|
panel.add(createAlphaPane(), BorderLayout.SOUTH); |
|
|
|
} |
|
|
|
} |
|
|
|