|
|
|
@ -1,5 +1,6 @@
|
|
|
|
|
package com.fr.van.chart.gauge; |
|
|
|
|
|
|
|
|
|
import com.fr.chart.base.ChartConstants; |
|
|
|
|
import com.fr.chart.base.GradientStyle; |
|
|
|
|
import com.fr.design.i18n.Toolkit; |
|
|
|
|
import com.fr.design.layout.TableLayout; |
|
|
|
@ -46,6 +47,7 @@ public class VanChartGaugeBeautyPane extends VanChartBeautyPane {
|
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
gradientBarPane = TableLayout4VanChartHelper.createGapTableLayoutPane(components, rowSize, columnSize); |
|
|
|
|
colorGradient.updateColor(ChartConstants.GRADIENT_START, ChartConstants.GRADIENT_END); |
|
|
|
|
return gradientBarPane; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|