hqchart 1.1.15076 → 1.1.15084
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 +27 -22
- package/package.json +1 -1
- package/src/jscommon/umychart.complier.js +1 -1
- package/src/jscommon/umychart.js +40 -10
- package/src/jscommon/umychart.resource/font/iconfont.css +7 -3
- package/src/jscommon/umychart.resource/font/iconfont.ttf +0 -0
- package/src/jscommon/umychart.resource/font/iconfont.woff +0 -0
- package/src/jscommon/umychart.resource/font/iconfont.woff2 +0 -0
- package/src/jscommon/umychart.style.js +6 -0
- package/src/jscommon/umychart.uniapp.h5/umychart.uniapp.h5.js +48 -12
- package/src/jscommon/umychart.version.js +1 -1
- package/src/jscommon/umychart.vue/umychart.vue.js +48 -12
|
@@ -4912,6 +4912,7 @@ function JSChart(divElement, bOffscreen, bCacheCanvas)
|
|
|
4912
4912
|
if (IFrameSplitOperator.IsBool(item.MaxMin)) chart.Frame.SubFrame[i].Frame.MaxMinWindow=item.MaxMin;
|
|
4913
4913
|
if (IFrameSplitOperator.IsBool(item.TitleWindow)) chart.Frame.SubFrame[i].Frame.TitleWindow=item.TitleWindow;
|
|
4914
4914
|
if (IFrameSplitOperator.IsBool(item.AddIndexWindow)) frame.AddIndexWindow=item.AddIndexWindow;
|
|
4915
|
+
if (IFrameSplitOperator.IsBool(item.IndexHelp)) frame.IndexHelp=item.IndexHelp;
|
|
4915
4916
|
|
|
4916
4917
|
if (item.IsDrawTitleBG==true) chart.Frame.SubFrame[i].Frame.IsDrawTitleBG=item.IsDrawTitleBG;
|
|
4917
4918
|
if (IFrameSplitOperator.IsBool(item.IsShowNameArrow)) chart.Frame.SubFrame[i].Frame.IsShowNameArrow=item.IsShowNameArrow;
|
|
@@ -5467,6 +5468,7 @@ function JSChart(divElement, bOffscreen, bCacheCanvas)
|
|
|
5467
5468
|
if (IFrameSplitOperator.IsBool(item.MaxMin)) frame.MaxMinWindow=item.MaxMin;
|
|
5468
5469
|
if (IFrameSplitOperator.IsBool(item.TitleWindow)) frame.TitleWindow=item.TitleWindow;
|
|
5469
5470
|
if (IFrameSplitOperator.IsBool(item.AddIndexWindow)) frame.AddIndexWindow=item.AddIndexWindow;
|
|
5471
|
+
if (IFrameSplitOperator.IsBool(item.IndexHelp)) frame.IndexHelp=item.IndexHelp;
|
|
5470
5472
|
|
|
5471
5473
|
if (IFrameSplitOperator.IsNumber(item.YSplitType)) chart.Frame.SubFrame[index].Frame.YSplitOperator.SplitType=item.YSplitType;
|
|
5472
5474
|
if (IFrameSplitOperator.IsNumber(item.FilterType)) chart.Frame.SubFrame[index].Frame.YSplitOperator.FilterType=item.FilterType;
|
|
@@ -7120,6 +7122,7 @@ var JSCHART_BUTTON_ID=
|
|
|
7120
7122
|
ADD_INDEX_WINDOW:44, //增加指标窗口
|
|
7121
7123
|
|
|
7122
7124
|
CHIP_CLOSE:45, //关闭筹码图
|
|
7125
|
+
INDEX_HELP:46, //指标帮助
|
|
7123
7126
|
}
|
|
7124
7127
|
|
|
7125
7128
|
var JSCHART_DATA_FIELD_ID=
|
|
@@ -14457,6 +14460,7 @@ function JSChartContainer(uielement, OffscreenElement, cacheElement)
|
|
|
14457
14460
|
if (IFrameSplitOperator.IsBool(windowItem.Close)) frame.CloseIndex=windowItem.Close;
|
|
14458
14461
|
if (IFrameSplitOperator.IsBool(windowItem.Overlay)) frame.OverlayIndex=windowItem.Overlay;
|
|
14459
14462
|
if (IFrameSplitOperator.IsBool(windowItem.AddIndexWindow)) frame.AddIndexWindow=windowItem.AddIndexWindow;
|
|
14463
|
+
if (IFrameSplitOperator.IsBool(windowItem.IndexHelp)) frame.IndexHelp=windowItem.IndexHelp;
|
|
14460
14464
|
|
|
14461
14465
|
if (IFrameSplitOperator.IsBool(windowItem.IsDrawTitleBG)) frame.IsDrawTitleBG=windowItem.IsDrawTitleBG;
|
|
14462
14466
|
|
|
@@ -14520,6 +14524,7 @@ function JSChartContainer(uielement, OffscreenElement, cacheElement)
|
|
|
14520
14524
|
if (IFrameSplitOperator.IsBool(item.MaxMin)) frame.MaxMinWindow=item.MaxMin;
|
|
14521
14525
|
if (IFrameSplitOperator.IsBool(item.TitleWindow)) frame.TitleWindow=item.TitleWindow;
|
|
14522
14526
|
if (IFrameSplitOperator.IsBool(item.AddIndexWindow)) frame.AddIndexWindow=item.AddIndexWindow;
|
|
14527
|
+
if (IFrameSplitOperator.IsBool(item.IndexHelp)) frame.IndexHelp=item.IndexHelp;
|
|
14523
14528
|
|
|
14524
14529
|
if (IFrameSplitOperator.IsBool(item.IsDrawTitleBG)) frame.IsDrawTitleBG=item.IsDrawTitleBG;
|
|
14525
14530
|
if (IFrameSplitOperator.IsBool(item.IsShowNameArrow)) frame.IsShowNameArrow=item.IsShowNameArrow;
|
|
@@ -17588,6 +17593,7 @@ function IChartFramePainting()
|
|
|
17588
17593
|
|
|
17589
17594
|
if (lockData.Callback) this.LockPaint.Callback=lockData.Callback; //回调
|
|
17590
17595
|
if (lockData.IndexName) this.LockPaint.IndexName=lockData.IndexName; //指标名字
|
|
17596
|
+
if (lockData.IndexID) this.LockPaint.IndexID=lockData.IndexID; //指标ID
|
|
17591
17597
|
if (lockData.ID) this.LockPaint.LockID=lockData.ID; //锁ID
|
|
17592
17598
|
if (lockData.BG) this.LockPaint.BGColor=lockData.BG; //背景色
|
|
17593
17599
|
if (lockData.Text) this.LockPaint.Title= lockData.Text;
|
|
@@ -17730,6 +17736,7 @@ function AverageWidthFrame()
|
|
|
17730
17736
|
this.TitleWindowButton=CloneData(g_JSChartResource.Buttons.TitleWindow);
|
|
17731
17737
|
this.ExportDataButton=CloneData(g_JSChartResource.Buttons.ExportData);
|
|
17732
17738
|
this.AddIndexWindowButton=CloneData(g_JSChartResource.Buttons.AddIndexWindow);
|
|
17739
|
+
this.IndexHelpButton=CloneData(g_JSChartResource.Buttons.IndexHelp);
|
|
17733
17740
|
|
|
17734
17741
|
this.ButtonTooltip=CloneData(g_JSChartResource.Buttons.Tooltip);
|
|
17735
17742
|
|
|
@@ -17768,6 +17775,7 @@ function AverageWidthFrame()
|
|
|
17768
17775
|
this.TitleWindowButton=CloneData(g_JSChartResource.Buttons.TitleWindow);
|
|
17769
17776
|
this.ButtonTooltip=CloneData(g_JSChartResource.Buttons.Tooltip);
|
|
17770
17777
|
this.AddIndexWindowButton=CloneData(g_JSChartResource.Buttons.AddIndexWindow);
|
|
17778
|
+
this.IndexHelpButton=CloneData(g_JSChartResource.Buttons.IndexHelp);
|
|
17771
17779
|
}
|
|
17772
17780
|
|
|
17773
17781
|
if (this.DivFrameToolbar) this.DivFrameToolbar.ReloadResource(resource);
|
|
@@ -20423,6 +20431,7 @@ function MinuteFrame()
|
|
|
20423
20431
|
this.ExportData=g_JSChartResource.MinuteToolbar.ExportData; //是否显示'导出数据'菜单
|
|
20424
20432
|
this.OverlayIndex=g_JSChartResource.MinuteToolbar.OverlayIndex; //是否显示叠加指标
|
|
20425
20433
|
this.AddIndexWindow=g_JSChartResource.MinuteToolbar.AddIndexWindow; //是否显示'增加指标窗口'菜单
|
|
20434
|
+
this.IndexHelp=g_JSChartResource.MinuteToolbar.IndexHelp;
|
|
20426
20435
|
|
|
20427
20436
|
this.IsShowPositionTitle=false; //是否显示持仓标题
|
|
20428
20437
|
|
|
@@ -20579,6 +20588,7 @@ function MinuteFrame()
|
|
|
20579
20588
|
if (this.ChangeIndex) aryButton.push( { ID:JSCHART_BUTTON_ID.CHANGE_INDEX, Style:this.ChangeIndexButton });
|
|
20580
20589
|
if (this.ModifyIndex) aryButton.push( { ID:JSCHART_BUTTON_ID.MODIFY_INDEX_PARAM, Style:this.ModifyIndexParamButton });
|
|
20581
20590
|
if (this.AddIndexWindow) aryButton.push({ ID:JSCHART_BUTTON_ID.ADD_INDEX_WINDOW, Style:this.AddIndexWindowButton} );
|
|
20591
|
+
if (this.IndexHelp) aryButton.push({ ID:JSCHART_BUTTON_ID.INDEX_HELP, Style:this.IndexHelpButton} );
|
|
20582
20592
|
}
|
|
20583
20593
|
|
|
20584
20594
|
if (IFrameSplitOperator.IsNonEmptyArray(this.CustomToolbar))
|
|
@@ -22747,6 +22757,7 @@ function KLineFrame()
|
|
|
22747
22757
|
this.TitleWindow=g_JSChartResource.KLineToolbar.TitleWindow;
|
|
22748
22758
|
this.ExportData=g_JSChartResource.KLineToolbar.ExportData; //是否显示'导出数据'菜单
|
|
22749
22759
|
this.AddIndexWindow=g_JSChartResource.KLineToolbar.AddIndexWindow; //是否显示'增加指标窗口'菜单
|
|
22760
|
+
this.IndexHelp=g_JSChartResource.KLineToolbar.IndexHelp;
|
|
22750
22761
|
|
|
22751
22762
|
this.SelBorderColor=g_JSChartResource.SelFrameBorderColor;
|
|
22752
22763
|
|
|
@@ -22946,6 +22957,7 @@ function KLineFrame()
|
|
|
22946
22957
|
if (this.ChangeIndex) aryButton.push( { ID:JSCHART_BUTTON_ID.CHANGE_INDEX, Style:this.ChangeIndexButton });
|
|
22947
22958
|
if (this.ModifyIndex) aryButton.push( { ID:JSCHART_BUTTON_ID.MODIFY_INDEX_PARAM, Style:this.ModifyIndexParamButton });
|
|
22948
22959
|
if (this.AddIndexWindow) aryButton.push({ ID:JSCHART_BUTTON_ID.ADD_INDEX_WINDOW, Style:this.AddIndexWindowButton} );
|
|
22960
|
+
if (this.IndexHelp) aryButton.push({ ID:JSCHART_BUTTON_ID.INDEX_HELP, Style:this.IndexHelpButton} );
|
|
22949
22961
|
|
|
22950
22962
|
if (IFrameSplitOperator.IsNonEmptyArray(this.CustomToolbar))
|
|
22951
22963
|
{
|
|
@@ -51858,6 +51870,7 @@ function ChartLock()
|
|
|
51858
51870
|
this.LockID; //锁ID
|
|
51859
51871
|
this.Callback; //回调
|
|
51860
51872
|
this.IndexName; //指标名字
|
|
51873
|
+
this.IndexID; //指标ID
|
|
51861
51874
|
this.MinWidth=null; //最小宽度
|
|
51862
51875
|
|
|
51863
51876
|
this.Draw=function(isDraw)
|
|
@@ -51876,6 +51889,7 @@ function ChartLock()
|
|
|
51876
51889
|
}
|
|
51877
51890
|
|
|
51878
51891
|
var xOffset = this.ChartBorder.GetRight();
|
|
51892
|
+
var border=this.ChartBorder.GetBorder();
|
|
51879
51893
|
var lOffsetWidth = 0;
|
|
51880
51894
|
if (this.ChartFrame.Data != null)
|
|
51881
51895
|
{
|
|
@@ -51902,7 +51916,6 @@ function ChartLock()
|
|
|
51902
51916
|
var lLeft = xOffset - lOffsetWidth;
|
|
51903
51917
|
if (lLeft < this.ChartBorder.GetLeft())
|
|
51904
51918
|
lLeft = this.ChartBorder.GetLeft();
|
|
51905
|
-
var lHeight = this.ChartBorder.GetBottom() - this.ChartBorder.GetTop();
|
|
51906
51919
|
var lWidth = this.ChartBorder.GetRight() - lLeft;
|
|
51907
51920
|
|
|
51908
51921
|
if (this.MinWidth>10 && lWidth<this.MinWidth)
|
|
@@ -51912,19 +51925,19 @@ function ChartLock()
|
|
|
51912
51925
|
if (lLeft < this.ChartBorder.GetLeft()) lLeft = this.ChartBorder.GetLeft();
|
|
51913
51926
|
}
|
|
51914
51927
|
|
|
51928
|
+
var rtBG={ Left:lLeft, Top:border.TopTitle, Bottom:border.Bottom, Width:lWidth };
|
|
51929
|
+
rtBG.Right=rtBG.Width+rtBG.Left;
|
|
51930
|
+
rtBG.Height=rtBG.Bottom-rtBG.Top;
|
|
51931
|
+
|
|
51915
51932
|
if (isDraw)
|
|
51916
51933
|
{
|
|
51917
|
-
var rtBG={ Left:lLeft, Top:this.ChartBorder.GetTop(), Width:lWidth, Height:lHeight };
|
|
51918
|
-
rtBG.Right=rtBG.Width+rtBG.Left;
|
|
51919
|
-
rtBG.Bottom=rtBG.Height+rtBG.Top;
|
|
51920
|
-
|
|
51921
51934
|
//上下渐变
|
|
51922
51935
|
var bgColor=this.SetFillStyle(this.BGColor, rtBG.Left, rtBG.Top, rtBG.Left, rtBG.Bottom);
|
|
51923
51936
|
this.Canvas.fillStyle =bgColor;
|
|
51924
51937
|
this.Canvas.fillRect(rtBG.Left, rtBG.Top, rtBG.Width, rtBG.Height);
|
|
51925
51938
|
|
|
51926
51939
|
var xCenter = rtBG.Left + rtBG.Width / 2;
|
|
51927
|
-
var yCenter = rtBG.Top +
|
|
51940
|
+
var yCenter = rtBG.Top + rtBG.Height / 2;
|
|
51928
51941
|
this.Canvas.textAlign = 'center';
|
|
51929
51942
|
this.Canvas.textBaseline = 'middle';
|
|
51930
51943
|
this.Canvas.fillStyle = this.TextColor;
|
|
@@ -51932,7 +51945,7 @@ function ChartLock()
|
|
|
51932
51945
|
this.Canvas.fillText(this.Title, xCenter, yCenter);
|
|
51933
51946
|
}
|
|
51934
51947
|
|
|
51935
|
-
this.LockRect=
|
|
51948
|
+
this.LockRect=rtBG; //保存上锁区域
|
|
51936
51949
|
}
|
|
51937
51950
|
|
|
51938
51951
|
this.HScreenDraw=function(isDraw)
|
|
@@ -51993,10 +52006,10 @@ function ChartLock()
|
|
|
51993
52006
|
if (this.LockRect==null) return false;
|
|
51994
52007
|
|
|
51995
52008
|
this.Canvas.beginPath();
|
|
51996
|
-
this.Canvas.rect(this.LockRect.Left,this.LockRect.Top,this.LockRect.Width,this.LockRect.
|
|
52009
|
+
this.Canvas.rect(this.LockRect.Left,this.LockRect.Top,this.LockRect.Width,this.LockRect.Height);
|
|
51997
52010
|
if (this.Canvas.isPointInPath(x,y))
|
|
51998
52011
|
{
|
|
51999
|
-
tooltip.Data={ ID:this.LockID, Callback:this.Callback, IndexName:this.IndexName };
|
|
52012
|
+
tooltip.Data={ ID:this.LockID, Callback:this.Callback, IndexName:this.IndexName, IndexID:this.IndexID };
|
|
52000
52013
|
tooltip.ChartPaint=this;
|
|
52001
52014
|
return true;
|
|
52002
52015
|
}
|
|
@@ -65899,7 +65912,7 @@ function DynamicMinuteTitlePainting()
|
|
|
65899
65912
|
if (this.TimeFormat) //指定时间格式
|
|
65900
65913
|
{
|
|
65901
65914
|
var strDate=null, strTime=null, text=null;
|
|
65902
|
-
if (this.IsShowDate) strDate=IFrameSplitOperator.FormatDateString("YYYY-MM-DD"
|
|
65915
|
+
if (this.IsShowDate) strDate=IFrameSplitOperator.FormatDateString(item.Date, "YYYY-MM-DD");
|
|
65903
65916
|
if (this.IsShowTime) strTime=IFrameSplitOperator.FormatTimeString(item.Time,this.TimeFormat);
|
|
65904
65917
|
if (strDate && strTime) text=`${strDate} ${strTime}`;
|
|
65905
65918
|
else if (strDate) text=strDate;
|
|
@@ -80923,6 +80936,7 @@ function JSChartResource()
|
|
|
80923
80936
|
TitleWindow:true, //标题模式
|
|
80924
80937
|
ExportData:false, //数据导出
|
|
80925
80938
|
AddIndexWindow:false, //增加指标窗口
|
|
80939
|
+
IndexHelp:false, //指标帮助
|
|
80926
80940
|
|
|
80927
80941
|
IsShowOverlayToolbar:true, //是否显示叠加坐标工具栏按钮
|
|
80928
80942
|
IsShowOverlayFrame:true, //是否显示右侧叠加坐标
|
|
@@ -80939,6 +80953,7 @@ function JSChartResource()
|
|
|
80939
80953
|
TitleWindow:true, //标题模式
|
|
80940
80954
|
ExportData:false, //数据导出
|
|
80941
80955
|
AddIndexWindow:false, //增加指标窗口
|
|
80956
|
+
IndexHelp:false, //指标帮助
|
|
80942
80957
|
}
|
|
80943
80958
|
|
|
80944
80959
|
this.TooltipBGColor="rgb(255, 255, 255)"; //背景色
|
|
@@ -81543,6 +81558,16 @@ function JSChartResource()
|
|
|
81543
81558
|
MerginLeft:4
|
|
81544
81559
|
},
|
|
81545
81560
|
|
|
81561
|
+
IndexHelp:
|
|
81562
|
+
{
|
|
81563
|
+
Color:"rgb(0,0,0)",
|
|
81564
|
+
MoveOnColor:'rgb(30,144,255)',
|
|
81565
|
+
Family:"iconfont",
|
|
81566
|
+
Text:"\ue6ca",
|
|
81567
|
+
Size:13*GetDevicePixelRatio(),
|
|
81568
|
+
MerginLeft:4
|
|
81569
|
+
},
|
|
81570
|
+
|
|
81546
81571
|
Tooltip:
|
|
81547
81572
|
{
|
|
81548
81573
|
Font:13*GetDevicePixelRatio() +"px 微软雅黑",
|
|
@@ -83445,6 +83470,8 @@ function JSChartResource()
|
|
|
83445
83470
|
T_SetButtonStyle(buttons.TitleWindow, this.Buttons.TitleWindow);
|
|
83446
83471
|
T_SetButtonStyle(buttons.ExportData, this.Buttons.ExportData);
|
|
83447
83472
|
T_SetButtonStyle(buttons.AddIndexWindow, this.Buttons.AddIndexWindow);
|
|
83473
|
+
T_SetButtonStyle(buttons.IndexHelp, this.Buttons.IndexHelp);
|
|
83474
|
+
|
|
83448
83475
|
|
|
83449
83476
|
if (buttons.Tooltip)
|
|
83450
83477
|
{
|
|
@@ -84244,6 +84271,7 @@ function JSChartResource()
|
|
|
84244
84271
|
if (IFrameSplitOperator.IsBool(style.TitleWindow)) dest.ModifyIndex=style.TitleWindow;
|
|
84245
84272
|
if (IFrameSplitOperator.IsBool(style.ExportData)) dest.ModifyIndex=style.ExportData;
|
|
84246
84273
|
if (IFrameSplitOperator.IsBool(style.AddIndexWindow)) dest.AddIndexWindow=style.AddIndexWindow;
|
|
84274
|
+
if (IFrameSplitOperator.IsBool(style.IndexHelp)) dest.IndexHelp=style.IndexHelp;
|
|
84247
84275
|
|
|
84248
84276
|
if (IFrameSplitOperator.IsBool(style.IsShowOverlayToolbar)) dest.IsShowOverlayToolbar=style.IsShowOverlayToolbar;
|
|
84249
84277
|
if (IFrameSplitOperator.IsBool(style.IsShowOverlayFrame)) dest.IsShowOverlayFrame=style.IsShowOverlayFrame;
|
|
@@ -84261,6 +84289,7 @@ function JSChartResource()
|
|
|
84261
84289
|
if (IFrameSplitOperator.IsBool(style.TitleWindow)) dest.ModifyIndex=style.TitleWindow;
|
|
84262
84290
|
if (IFrameSplitOperator.IsBool(style.ExportData)) dest.ModifyIndex=style.ExportData;
|
|
84263
84291
|
if (IFrameSplitOperator.IsBool(style.AddIndexWindow)) dest.AddIndexWindow=style.AddIndexWindow;
|
|
84292
|
+
if (IFrameSplitOperator.IsBool(style.IndexHelp)) dest.IndexHelp=style.IndexHelp;
|
|
84264
84293
|
}
|
|
84265
84294
|
|
|
84266
84295
|
|
|
@@ -84596,6 +84625,7 @@ function JSChartLocalization()
|
|
|
84596
84625
|
["Toolbar-"+JSCHART_BUTTON_ID.TITLE_WINDOW, {CN:"折叠窗口", EN:"Collapse window", TC:"折叠窗口"}],
|
|
84597
84626
|
["Toolbar-"+JSCHART_BUTTON_ID.EXPORT_DATA, {CN:"数据导出", EN:"Export data", TC:"数据导出"}],
|
|
84598
84627
|
["Toolbar-"+JSCHART_BUTTON_ID.ADD_INDEX_WINDOW, {CN:"增加指标窗口", EN:"Add index window", TC:"增加指标窗口"}],
|
|
84628
|
+
["Toolbar-"+JSCHART_BUTTON_ID.INDEX_HELP, {CN:"指标帮助", EN:"Help", TC:"指标帮助"}],
|
|
84599
84629
|
|
|
84600
84630
|
["Toolbar-"+JSCHART_BUTTON_ID.CLOSE_BEFOREOPEN_ID, {CN:"关闭集合竞价", EN:"Close call auction", TC:"关闭集合竞价"}],
|
|
84601
84631
|
["Toolbar-"+JSCHART_BUTTON_ID.CLOSE_OVERLAY_INDEX, {CN:"关闭叠加指标", EN:"Delte overlay indicator", TC:"关闭叠加指标"}],
|
|
@@ -130470,7 +130500,7 @@ function ScriptIndex(name,script,args,option)
|
|
|
130470
130500
|
}
|
|
130471
130501
|
else //上锁
|
|
130472
130502
|
{
|
|
130473
|
-
let lockData={ IsLocked:true,Callback:param.Self.LockCallback,IndexName:param.Self.Name
|
|
130503
|
+
let lockData={ IsLocked:true,Callback:param.Self.LockCallback,IndexName:param.Self.Name,IndexID:param.Self.ID, ID:param.Self.LockID,
|
|
130474
130504
|
BG:param.Self.LockBG,Text:param.Self.LockText,TextColor:param.Self.LockTextColor, Font:param.Self.LockFont, Count:param.Self.LockCount, MinWidth:param.Self.LockMinWidth };
|
|
130475
130505
|
param.HQChart.Frame.SubFrame[windowIndex].Frame.SetLock(lockData);
|
|
130476
130506
|
}
|
|
@@ -136998,6 +137028,12 @@ function GetBlackStyle()
|
|
|
136998
137028
|
Color:"rgb(156,156,156)"
|
|
136999
137029
|
},
|
|
137000
137030
|
|
|
137031
|
+
IndexHelp:
|
|
137032
|
+
{
|
|
137033
|
+
MoveOnColor:"rgb(255,255,255)",
|
|
137034
|
+
Color:"rgb(156,156,156)"
|
|
137035
|
+
},
|
|
137036
|
+
|
|
137001
137037
|
Tooltip:
|
|
137002
137038
|
{
|
|
137003
137039
|
//Font:12*GetDevicePixelRatio() +"px 微软雅黑",
|
|
@@ -165588,7 +165624,7 @@ function HQChartScriptWorker()
|
|
|
165588
165624
|
|
|
165589
165625
|
|
|
165590
165626
|
|
|
165591
|
-
var HQCHART_VERSION="1.1.
|
|
165627
|
+
var HQCHART_VERSION="1.1.15083";
|
|
165592
165628
|
|
|
165593
165629
|
function PrintHQChartVersion()
|
|
165594
165630
|
{
|