hqchart 1.1.13167 → 1.1.13182

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hqchart",
3
- "version": "1.1.13167",
3
+ "version": "1.1.13182",
4
4
  "description": "HQChart - H5, 微信小程序 沪深/港股/数字货币/期货/美股 K线图(kline),走势图,缩放,拖拽,十字光标,画图工具,截图,筹码图. 分析家语法,通达信语法,(麦语法),第3方数据对接",
5
5
  "main": "lib/main.js",
6
6
  "scripts": {
@@ -20341,7 +20341,7 @@ function ScriptIndex(name,script,args,option)
20341
20341
  if (varItem.Background) chartText.TextBG=varItem.Background;
20342
20342
 
20343
20343
  //hqChart.TitlePaint[titleIndex].Data[id]=new DynamicTitleData(bar.Data,varItem.Name,bar.Color);
20344
-
20344
+ this.SetChartIndexName(chartText);
20345
20345
  hqChart.ChartPaint.push(chartText);
20346
20346
  }
20347
20347
 
@@ -21005,6 +21005,7 @@ function ScriptIndex(name,script,args,option)
21005
21005
 
21006
21006
  //hqChart.TitlePaint[titleIndex].Data[id]=new DynamicTitleData(bar.Data,varItem.Name,bar.Color);
21007
21007
 
21008
+ this.SetChartIndexName(chartText);
21008
21009
  hqChart.ChartPaint.push(chartText);
21009
21010
  }
21010
21011
 
@@ -22394,6 +22395,7 @@ function OverlayScriptIndex(name,script,args,option)
22394
22395
  var titlePaint=hqChart.TitlePaint[titleIndex];
22395
22396
  titlePaint.OverlayIndex.get(overlayIndex.Identify).Data[id]=new DynamicTitleData(chart.Data,varItem.Name,chart.Color);
22396
22397
 
22398
+ this.SetChartIndexName(chart);
22397
22399
  frame.ChartPaint.push(chart);
22398
22400
  }
22399
22401
 
@@ -22612,7 +22614,7 @@ function OverlayScriptIndex(name,script,args,option)
22612
22614
  chart.Text=varItem.Draw.DrawData.Text;
22613
22615
 
22614
22616
  //hqChart.TitlePaint[titleIndex].Data[id]=new DynamicTitleData(bar.Data,varItem.Name,bar.Color);
22615
-
22617
+ this.SetChartIndexName(chart);
22616
22618
  frame.ChartPaint.push(chart);
22617
22619
  }
22618
22620