hqchart 1.1.14538 → 1.1.14552

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.
@@ -268,6 +268,23 @@ function GetBlackStyle()
268
268
  LineDash:[2,2]
269
269
  },
270
270
 
271
+ PredictionKLine:
272
+ {
273
+ Line:
274
+ {
275
+ Color:"rgb(220,220,220)",
276
+ LineDash:[3*GetDevicePixelRatio(),3*GetDevicePixelRatio()]
277
+ },
278
+
279
+ Bar:
280
+ {
281
+ UpColor:"rgb(30,144,255)",
282
+ DownColor:"rgb(30,144,255)",
283
+ UnchangeColor:"rgb(30,144,255)" ,
284
+ DrawType:3
285
+ }
286
+ },
287
+
271
288
  PriceGapStyple:
272
289
  {
273
290
  Line:{ Color:"rgb(128,128,128)" },