hqchart 1.1.12687 → 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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "hqchart",
3
3
  "description": "stock chart",
4
4
  "author": "jones2000",
5
- "version": "1.1.12687",
5
+ "version": "1.1.12693",
6
6
  "main": "lib/main.js",
7
7
  "private": false,
8
8
  "license": "Apache License 2.0",
@@ -21521,12 +21521,14 @@ function OverlayScriptIndex(name,script,args,option)
21521
21521
  var titleIndex=windowIndex+1;
21522
21522
  var titlePaint=hqChart.TitlePaint[titleIndex];
21523
21523
  titlePaint.OverlayIndex.set(this.OverlayIndex.Identify,titleInfo);
21524
- this.OverlayIndex.Frame.Frame.Title=titleInfo.Title; //给子框架设置标题
21524
+
21525
21525
  if (this.OutName && this.OutName.length>0 && this.Arguments && this.Arguments.length>0)
21526
21526
  {
21527
21527
  titlePaint.SetDynamicTitle(this.OutName,this.Arguments, this.OverlayIndex.Identify);
21528
21528
  }
21529
21529
 
21530
+ this.OverlayIndex.Frame.Frame.Title=this.Name; //给子框架设置标题
21531
+
21530
21532
  for(var i=0; i<this.OutVar.length; ++i)
21531
21533
  {
21532
21534
  let item=this.OutVar[i];