fix: 优化跑马灯组件配置

优化跑马灯组件配置
main
hong.yang
parent 077619d9da
commit 749889dcad

@ -22,39 +22,6 @@ public class ScreenMarqueeChart extends Chart{
@ApiModelProperty(notes = "个性化")
private Customize customize = new Customize();
// title: '跑马灯占位符',
// fontSize: 40,
// fontWeight: 700,
// icon: {
// name: '',
// position: 'left',
// color: '#fff'
// },
// // 文字颜色类型: 纯色、渐变
// textColorType: 'pure',
// // 文字颜色
// textColor: '#fff',
// // 文字渐变开始颜色
// textGradientColor0: '#fff',
// // 文字渐变结束颜色
// textGradientColor1: '#fff',
// // 文字渐变方向
// textGradientDirection: 'to right',
// // 滚动方向
// direction: 'right',
// // 滚动间隔
// dur: '8',
// // 背景色类型:纯色、渐变、透明
// backgroundColorType: 'transparent',
// // 背景色
// backgroundColor: '#fff',
// // 背景渐变色开始颜色
// bgGradientColor0: '#fff',
// // 背景渐变色结束颜色
// bgGradientColor1: '#fff',
// // 背景色渐变方向
// bgGradientDirection: 'to right'
@Data
public static class Customize {

Loading…
Cancel
Save