hqchart 1.1.12685 → 1.1.12693

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -106,10 +106,10 @@ function GetBlackStyle()
106
106
  PositionColor:"rgb(101,104,112)" //持仓
107
107
  },
108
108
 
109
- FrameBorderPen: "rgba(236,236,236,0.13)", //边框
109
+ FrameBorderPen: "rgb(47,51,62)", //边框
110
110
  MultiDayBorderPen:"rgba(236,236,236,0.5)",
111
111
  FrameSplitPen: "rgba(236,236,236,0.13)", //分割线
112
- FrameSplitTextColor: "rgb(101,104,112)", //刻度文字颜色
112
+ FrameSplitTextColor: "rgb(220,220,220)", //刻度文字颜色
113
113
  FrameSplitTextFont: 12*GetDevicePixelRatio() +"px 微软雅黑", //坐标刻度文字字体
114
114
  FrameTitleBGColor: "rgb(0,0,0)", //标题栏背景色
115
115
  OverlayIndexTitleBGColor:'rgba(0,0,0,0.7)', //叠加指标背景色
@@ -125,8 +125,15 @@ function GetBlackStyle()
125
125
  SplitColor:"rgb(101,104,112)",
126
126
  Font:14*GetDevicePixelRatio() +"px 微软雅黑"
127
127
  }
128
- },
129
-
128
+ },
129
+
130
+ //叠加指标框架
131
+ OverlayFrame:
132
+ {
133
+ BolderPen:'rgb(130,130,130)', //指标边框线
134
+ TitleColor:'rgb(181,181,181)', //指标名字颜色
135
+ TitleFont:11*GetDevicePixelRatio() +'px arial', //指标名字字体
136
+ },
130
137
 
131
138
  FrameLatestPrice : {
132
139
  TextColor:'rgb(255,255,255)', //最新价格文字颜色