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/lib/umychart.vue.js +94 -50
- package/package.json +1 -1
- package/src/jscommon/umychart.complier.js +3 -1
- package/src/jscommon/umychart.js +394 -109
- package/src/jscommon/umychart.style.js +11 -4
- package/src/jscommon/umychart.uniapp.h5/umychart.uniapp.h5.js +409 -115
- package/src/jscommon/umychart.version.js +1 -1
- package/src/jscommon/umychart.vue/umychart.vue.js +409 -115
- package/src/jscommon/umychart.wechat/umychart.chartframe.wechat.js +12 -1
- package/src/jscommon/umychart.wechat/umychart.wechat.3.0.js +4 -0
package/package.json
CHANGED
|
@@ -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
|
-
|
|
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];
|