hqchart 1.1.14001 → 1.1.14005
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 +3 -3
- package/package.json +1 -1
- package/src/jscommon/umychart.TReport.js +12 -1
- package/src/jscommon/umychart.js +1 -1
- package/src/jscommon/umychart.uniapp.h5/umychart.uniapp.h5.js +2 -2
- package/src/jscommon/umychart.version.js +1 -1
- package/src/jscommon/umychart.vue/umychart.vue.js +14 -3
package/lib/umychart.vue.js
CHANGED
|
@@ -2438,7 +2438,7 @@ if(this.YSplitOperator&&this.YSplitOperator.CoordinateType==1)isYPercentage=true
|
|
|
2438
2438
|
}if(item.Message[1]!=null&&isDrawRight){if(item.Font!=null)this.Canvas.font=item.Font;if(Array.isArray(item.Message[1])){if(this.MultiTextFormat==1)//显示1行 格式:价格/百分比
|
|
2439
2439
|
{if(item.ExtendData){if(item.ExtendData.Font)this.Canvas.font=item.ExtendData.Font;var width1=this.Canvas.measureText(item.Message[1][0]).width;var width2=this.Canvas.measureText(item.Message[1][1]).width;var width3=this.Canvas.measureText('/').width;textWidth=width1+width3;if(rightExtendWidth<width2)rightExtendWidth=width2;//JSConsole.Chart.Log(`[ChartData::GetScaleTextWidth] ${item.Message[1][1]}/${item.Message[1][0]} ${textWidth}, ${rightExtendWidth}`);
|
|
2440
2440
|
}}else if(this.MultiTextFormat==2)//显示2行
|
|
2441
|
-
{textWidth=this.Canvas.measureText(item.Message[1][0]).width;var textWidth2=this.Canvas.measureText(item.Message[1][1]).width;if(textWidth<textWidth2)textWidth=textWidth2;}else if(this.MultiTextFormat==3){textWidth=this.GetMulitTextMaxWidth(item.Message[
|
|
2441
|
+
{textWidth=this.Canvas.measureText(item.Message[1][0]).width;var textWidth2=this.Canvas.measureText(item.Message[1][1]).width;if(textWidth<textWidth2)textWidth=textWidth2;}else if(this.MultiTextFormat==3){textWidth=this.GetMulitTextMaxWidth(item.Message[1]);}else//显示第1行
|
|
2442
2442
|
{textWidth=this.Canvas.measureText(item.Message[1][0]).width;if(isYPercentage){var perTextWidth=this.Canvas.measureText("-00.00%").width;if(perTextWidth>textWidth)textWidth=perTextWidth;}}}else{textWidth=this.Canvas.measureText(item.Message[1]).width;}if(width.Right==null||width.Right<textWidth)width.Right=textWidth;}}if(IFrameSplitOperator.IsNumber(width.Right))width.Right+=rightExtendWidth;if(IFrameSplitOperator.IsNumber(width.Left))width.Left+=this.YTextPadding[0]+leftExtendLineWidth;if(IFrameSplitOperator.IsNumber(width.Right))width.Right+=this.YTextPadding[1]+rightExtendLineWidth;return{TextWidth:width};};this.ClearToolbar=function(){if(!this.ToolbarID)return;var divToolbar=document.getElementById(this.ToolbarID);if(!divToolbar)return;this.ChartBorder.UIElement.parentNode.removeChild(divToolbar);this.ToolbarRect=null;};this.HideToolbar=function(){if(!this.ToolbarID)return;this.ToolbarRect=null;var divToolbar=document.getElementById(this.ToolbarID);if(!divToolbar)return;if(divToolbar.style.display!='none')divToolbar.style.display='none';};this.GetMainOverlayFrame=function(){if(!this.FrameData||!this.FrameData.SubFrameItem)return null;var subFrame=this.FrameData.SubFrameItem;var leftFrame=null,rightFrame=null;for(var i=0;i<subFrame.OverlayIndex.length;++i){var item=subFrame.OverlayIndex[i];var overlayFrame=item.Frame;if(overlayFrame.IsShowMainFrame==2)rightFrame=overlayFrame;else if(overlayFrame.IsShowMainFrame==1)leftFrame=overlayFrame;}if(!leftFrame&&!rightFrame)return null;return[leftFrame,rightFrame];};}function MinuteFrame(){this.newMethod=AverageWidthFrame;//派生
|
|
2443
2443
|
this.newMethod();delete this.newMethod;this.ClassName="MinuteFrame";this.DataWidth=1*GetDevicePixelRatio();this.DistanceWidth=1*GetDevicePixelRatio();this.MinuteCount=243;//每天的分钟个数
|
|
2444
2444
|
this.BeforeBGColor=g_JSChartResource.Minute.Before.BGColor;//集合竞价背景
|
|
@@ -13236,7 +13236,7 @@ this.SortHeader=function(column,sortData){var _this67=this;var sortInfo={Field:t
|
|
|
13236
13236
|
{this.Data.Data=[];for(var i=0;i<this.SourceData.Data.length;++i){this.Data.Data.push(this.SourceData.Data[i]);}}else{var event=this.GetEventCallback(JSCHART_EVENT_ID.ON_TREPORT_LOCAL_SORT);if(event&&event.Callback){var sendData={Column:column,SortInfo:sortInfo,SymbolList:this.Data.Data,Result:null};event.Callback(event,sendData,this);if(Array.isArray(sendData.Result))this.Data.Data=sendData.Result;}else{this.Data.Data.sort(function(left,right){return _this67.LocalSort(left,right,column,sortInfo.Sort,sortInfo.CellType);});}}this.Data.YOffset=0;this.SortInfo.Field=sortInfo.Field;this.SortInfo.Sort=sortInfo.Sort;this.SortInfo.CellType=sortInfo.CellType;this.Draw();this.DelayUpdateStockData();};//本地排序
|
|
13237
13237
|
this.LocalSort=function(left,right,column,sortType,cellType){switch(column.Type){case TREPORT_COLUMN_ID.SYMBOL_ID:case TREPORT_COLUMN_ID.NAME_ID:return this.LocalStringSort(left,right,column,sortType,cellType);case TREPORT_COLUMN_ID.PRICE_ID:case TREPORT_COLUMN_ID.VOL_ID:case TREPORT_COLUMN_ID.UPDOWN_ID:case TREPORT_COLUMN_ID.BUY_PRICE_ID:case TREPORT_COLUMN_ID.SELL_PRICE_ID:case TREPORT_COLUMN_ID.AMOUNT_ID:case TREPORT_COLUMN_ID.BUY_VOL_ID:case TREPORT_COLUMN_ID.SELL_VOL_ID:case TREPORT_COLUMN_ID.YCLOSE_ID:case TREPORT_COLUMN_ID.OPEN_ID:case TREPORT_COLUMN_ID.HIGH_ID:case TREPORT_COLUMN_ID.LOW_ID:case TREPORT_COLUMN_ID.AVERAGE_PRICE_ID:case TREPORT_COLUMN_ID.EXE_PRICE_ID://行权价格
|
|
13238
13238
|
case TREPORT_COLUMN_ID.POSITION_ID://持仓量
|
|
13239
|
-
case TREPORT_COLUMN_ID.AMPLITUDE_ID:case TREPORT_COLUMN_ID.INCREASE_ID:return this.LocalNumberSort(left,right,column,sortType,cellType);default:return 0;}};this.LocalNumberSort=function(left,right,column,sortType,cellType){var leftStock=this.GetExePriceData(left);var rightStock=this.GetExePriceData(right);var leftValue=-99999999999999,rightValue=-99999999999999;if(sortType==2)leftValue=rightValue=99999999999999;var filedName=MAP_TREPORT_COLUMN_FIELD.get(column.Type);if(cellType==0)//行权价格
|
|
13239
|
+
case TREPORT_COLUMN_ID.AMPLITUDE_ID:case TREPORT_COLUMN_ID.INCREASE_ID:case TREPORT_COLUMN_ID.RESERVE_NUMBER1_ID:case TREPORT_COLUMN_ID.RESERVE_NUMBER2_ID:case TREPORT_COLUMN_ID.RESERVE_NUMBER3_ID:case TREPORT_COLUMN_ID.RESERVE_NUMBER4_ID:case TREPORT_COLUMN_ID.RESERVE_NUMBER5_ID:case TREPORT_COLUMN_ID.RESERVE_NUMBER6_ID:case TREPORT_COLUMN_ID.RESERVE_NUMBER7_ID:case TREPORT_COLUMN_ID.RESERVE_NUMBER8_ID:case TREPORT_COLUMN_ID.RESERVE_NUMBER9_ID:case TREPORT_COLUMN_ID.RESERVE_NUMBER10_ID:return this.LocalNumberSort(left,right,column,sortType,cellType);default:return 0;}};this.LocalNumberSort=function(left,right,column,sortType,cellType){var leftStock=this.GetExePriceData(left);var rightStock=this.GetExePriceData(right);var leftValue=-99999999999999,rightValue=-99999999999999;if(sortType==2)leftValue=rightValue=99999999999999;var filedName=MAP_TREPORT_COLUMN_FIELD.get(column.Type);if(cellType==0)//行权价格
|
|
13240
13240
|
{if(leftStock&&IFrameSplitOperator.IsNumber(leftStock.ExePrice))leftValue=leftStock.ExePrice;if(rightStock&&IFrameSplitOperator.IsNumber(rightStock.ExePrice))rightValue=rightStock.ExePrice;}else if(cellType==1){if(leftStock&&leftStock.LeftData){var value=leftStock.LeftData[filedName];if(IFrameSplitOperator.IsNumber(value))leftValue=value;}if(rightStock&&rightStock.LeftData){var value=rightStock.LeftData[filedName];if(IFrameSplitOperator.IsNumber(value))rightValue=value;}}else if(cellType==2){if(leftStock&&leftStock.RightData){var value=leftStock.RightData[filedName];if(IFrameSplitOperator.IsNumber(value))leftValue=value;}if(rightStock&&rightStock.RightData){var value=rightStock.RightData[filedName];if(IFrameSplitOperator.IsNumber(value))rightValue=value;}}if(sortType==1){if(rightValue<leftValue)return-1;else if(rightValue<leftValue)return 1;else return 0;}else{if(leftValue<rightValue)return-1;else if(leftValue>rightValue)return 1;else return 0;}};this.GetTReportChart=function(){var chart=this.ChartPaint[0];return chart;};this.OnWheel=function(e)//滚轴
|
|
13241
13241
|
{JSConsole.Chart.Log('[JSTReportChartContainer::OnWheel]',e);if(this.ChartSplashPaint&&this.ChartSplashPaint.IsEnableSplash==true)return;if(!this.Data||!IFrameSplitOperator.IsNonEmptyArray(this.Data.Data))return;var x=e.clientX-this.UIElement.getBoundingClientRect().left;var y=e.clientY-this.UIElement.getBoundingClientRect().top;var isInClient=false;this.Canvas.beginPath();this.Canvas.rect(this.Frame.ChartBorder.GetLeft(),this.Frame.ChartBorder.GetTop(),this.Frame.ChartBorder.GetWidth(),this.Frame.ChartBorder.GetHeight());isInClient=this.Canvas.isPointInPath(x,y);if(!isInClient)return;var chart=this.GetTReportChart();if(!chart)return;var wheelValue=e.wheelDelta;if(!IFrameSplitOperator.IsObjectExist(e.wheelDelta))wheelValue=e.deltaY*-0.01;if(wheelValue<0)//下
|
|
13242
13242
|
{var result=this.MoveSelectedRow(1,{EnablePageCycle:this.EnablePageCycle});if(result){if(result.Redraw)this.Draw();if(result.Update)this.DelayUpdateStockData();}}else if(wheelValue>0)//上
|
|
@@ -13886,7 +13886,7 @@ hisData.Symbol=message.symbol;}var stockObj={HQDataType:HQ_DATA_TYPE.KLINE_ID,St
|
|
|
13886
13886
|
this.ExecuteScript(item,data);}this.Status=0;}};this.OnExecuteFinish=function(data,indexInfo,jsExectute,jobInfo){var message={Data:data,IndexInfo:indexInfo,ID:JSCHART_WORKER_MESSAGE_ID.FINISH_EXECUTE_SCRIPT,JobInfo:jobInfo};postMessage(message);};this.OnExecuteError=function(error,indexInfo,jobData){var message={IndexInfo:indexInfo,ID:JSCHART_WORKER_MESSAGE_ID.ERROR_EXECUTE_SCRIPT,Error:error};postMessage(message);};}/********************************************************************************
|
|
13887
13887
|
* 版本信息输出
|
|
13888
13888
|
*
|
|
13889
|
-
*/var HQCHART_VERSION="1.1.
|
|
13889
|
+
*/var HQCHART_VERSION="1.1.14004";function PrintHQChartVersion(){var logo='\n\n*************************************************************************************************************************************************************************** \n* \n* :%@@- \n* :@@@@- \n* =@@@@ :#@@@ .:+#@@@#=: :=*@@@@@@#+-. *@@@@. \n* :@@@@@ .@@@@@ .#@@@@@@@@@@@- +@@@@@@@@@@@@@+ @@@@@ -%@@* \n* +@@@@% #@@@@# *@@@@@@@@@@@@@@%. =@@@@@@@@@@@@@@@- @@@@@ -@@@@+ \n* %@@@@* @@@@@+ .%@@@@@@@@@@@@@@@@%: #@@@@@@@@@@@@@@@% @@@@# *@@@@= \n* @@@@@= @@@@@- .%@@@@@@@*++*%@@@@@@% .%@@@@@@@%*+==+**= -@@@@+ #@@@@- \n* @@@@@. @@@@@. #@@@@@%= =@@@@@@* %@@@@@@#: *@@@@- :::. .-+*###+: ::: .+##+: -%%@@@@@%%%% \n* .@@@@@ .@@@@@. +@@@@@% .@@@@@@ *@@@@@@: %@@@@: +@@@@@%. :%@@@@@@@@@@: *@@@ :@@@@@* @@@@@@@@@@@@ \n* :@@@@@ :@@@@@ @@@@@% :@@@@@+ @@@@@@: %@@@@-@@@@@@@@@. @@@@@@@@@@@@@. :@@@%-@@@@@@.:@@@@@@@@@@@# \n* -@@@@% -@@@@@ =@@@@@. %@@@@% %@@@@@- %@@@@@@@@@@@@@@* %@@@@@@@@@@@@+ -@@@@@@@@@@# -@@@@@@@@@@@. \n* +@@@@%=========#@@@@% @@@@@# :@@@@@ .@@@@@% @@@@@@@@%@@@@@@@ -%+:. .#@@@@* +@@@@@@@%%@. .::+@@@@#:: \n* #@@@@@@@@@@@@@@@@@@@# .@@@@@ .@@@@@ :@@@@@. @@@@@@#. #@@@@@. -@@@@* #@@@@@@: *@@@@+ \n* %@@@@@@@@@@@@@@@@@@@+ :@@@@@ .@@@@@ -@@@@@ @@@@@+ @@@@@. :@@@@* @@@@@% #@@@@- \n* @@@@@@@@@@@@@@@@@@@@: :@@@@% :@@@@@ +@@@@% -@@@@+ @@@@@ -@@@@+ @@@@@. @@@@@. \n* .@@@@@@@@@@@@@@@@@@@@ :@@@@% -@@@@% *@@@@% #@@@@. @@@@@ .=*#%%%@@@@@= :@@@@# @@@@@. \n* -@@@@@:::::::::=@@@@@ :@@@@@ @@@@@* +@@@@% @@@@@ @@@@% -#@@@@@@@@@@@@: -@@@@* @@@@@ \n* =@@@@% =@@@@% .@@@@@ :@@@@@. -@@@@% @@@@@ .@@@@* +@@@@@@@@@@@@@@. =@@@@+ .@@@@@ \n* +@@@@# +@@@@# @@@@@# %@@@@% :@@@@@ .@@@@% =@@@@= -@@@@@*-:..%@@@@ +@@@@= :@@@@# \n* *@@@@* *@@@@* +@@@@@: #@@@@@+ .@@@@@@ :@@@@% *@@@@- @@@@@. @@@@% #@@@@: =@@@@+ \n* %@@@@= %@@@@+ @@@@@@- .%@@@@@# #@@@@@# :@@@@% #@@@@: @@@@% @@@@* %@@@@. #@@@@- \n* @@@@@- @@@@@= =@@@@@@#=...-*@@@@@@@: @@@@@@%=. :+**. :@@@@* %@@@@. .@@@@* *@@@@= @@@@@ %@@@@+ \n* .@@@@@: .@@@@@: *@@@@@@@@@@@@@@@@@@@# =@@@@@@@@%%%@@@@@@ +@@@@- @@@@@ .@@@@@: :%@@@@@- .@@@@% %@@@@@*+- \n* :@@@@@ :@@@@@ +@@@@@@@@@@@@@@@@@@@# =@@@@@@@@@@@@@@@@% %@@@@ @@@@@ @@@@@@@@@@@@@@@: -@@@@* *@@@@@@@@- \n* =@@@@@ -@@@@@ :@@@@@@@@@@@@@@@@@@@# :@@@@@@@@@@@@@@@% @@@@@ %@@@% #@@@@@@@@@#@@@@. +@@@@- .@@@@@@@@# \n* *@@@@# =@@@@% :#@@@@@@@#: :@@@@@= =@@@@@@@@@@@+. @@@@@ :@@@+ *@@@@@@@- %@@@ *@@@= =@@@@@@@* \n* =++++- -++++= .:::. .=*+: :-=+++=:. ****= .=+. .-++=: :+++ -+=: .-=+=:. \n* \n* \n* HQChart \n* Ver: '+HQCHART_VERSION+' \n* License: Apache License 2.0 \n* Source: https://github.com/jones2000/HQChart\n*\n************************************************************************************************************************************************************************** \n ';console.log(logo);}PrintHQChartVersion();//把给外界调用的方法暴露出来
|
|
13890
13890
|
exports.default=(_jsChartInit$jsChartS={jsChartInit:JSChart.Init,jsChartStyle:JSChart.SetStyle,// IsIndexSymbol:IsIndexSymbol,
|
|
13891
13891
|
// BaseIndex:BaseIndex,
|
|
13892
13892
|
// ChartLine:ChartLine,
|
package/package.json
CHANGED
|
@@ -1043,6 +1043,17 @@ function JSTReportChartContainer(uielement)
|
|
|
1043
1043
|
case TREPORT_COLUMN_ID.POSITION_ID: //持仓量
|
|
1044
1044
|
case TREPORT_COLUMN_ID.AMPLITUDE_ID:
|
|
1045
1045
|
case TREPORT_COLUMN_ID.INCREASE_ID:
|
|
1046
|
+
|
|
1047
|
+
case TREPORT_COLUMN_ID.RESERVE_NUMBER1_ID:
|
|
1048
|
+
case TREPORT_COLUMN_ID.RESERVE_NUMBER2_ID:
|
|
1049
|
+
case TREPORT_COLUMN_ID.RESERVE_NUMBER3_ID:
|
|
1050
|
+
case TREPORT_COLUMN_ID.RESERVE_NUMBER4_ID:
|
|
1051
|
+
case TREPORT_COLUMN_ID.RESERVE_NUMBER5_ID:
|
|
1052
|
+
case TREPORT_COLUMN_ID.RESERVE_NUMBER6_ID:
|
|
1053
|
+
case TREPORT_COLUMN_ID.RESERVE_NUMBER7_ID:
|
|
1054
|
+
case TREPORT_COLUMN_ID.RESERVE_NUMBER8_ID:
|
|
1055
|
+
case TREPORT_COLUMN_ID.RESERVE_NUMBER9_ID:
|
|
1056
|
+
case TREPORT_COLUMN_ID.RESERVE_NUMBER10_ID:
|
|
1046
1057
|
return this.LocalNumberSort(left, right, column, sortType, cellType);
|
|
1047
1058
|
|
|
1048
1059
|
default:
|
|
@@ -2198,7 +2209,7 @@ function ChartTReport()
|
|
|
2198
2209
|
this.FormatReserveNumber=function(column, data, drawInfo)
|
|
2199
2210
|
{
|
|
2200
2211
|
if (column.DefaultText) drawInfo.Text=column.DefaultText;
|
|
2201
|
-
|
|
2212
|
+
|
|
2202
2213
|
var fieldName=MAP_TREPORT_COLUMN_FIELD.get(column.Type);
|
|
2203
2214
|
if (!fieldName) return;
|
|
2204
2215
|
|
package/src/jscommon/umychart.js
CHANGED
|
@@ -13638,7 +13638,7 @@ function AverageWidthFrame()
|
|
|
13638
13638
|
}
|
|
13639
13639
|
else if (this.MultiTextFormat==3)
|
|
13640
13640
|
{
|
|
13641
|
-
textWidth=this.GetMulitTextMaxWidth(item.Message[
|
|
13641
|
+
textWidth=this.GetMulitTextMaxWidth(item.Message[1]);
|
|
13642
13642
|
}
|
|
13643
13643
|
else //显示第1行
|
|
13644
13644
|
{
|
|
@@ -17563,7 +17563,7 @@ function AverageWidthFrame()
|
|
|
17563
17563
|
}
|
|
17564
17564
|
else if (this.MultiTextFormat==3)
|
|
17565
17565
|
{
|
|
17566
|
-
textWidth=this.GetMulitTextMaxWidth(item.Message[
|
|
17566
|
+
textWidth=this.GetMulitTextMaxWidth(item.Message[1]);
|
|
17567
17567
|
}
|
|
17568
17568
|
else //显示第1行
|
|
17569
17569
|
{
|
|
@@ -138812,7 +138812,7 @@ function ScrollBarBGChart()
|
|
|
138812
138812
|
|
|
138813
138813
|
|
|
138814
138814
|
|
|
138815
|
-
var HQCHART_VERSION="1.1.
|
|
138815
|
+
var HQCHART_VERSION="1.1.14004";
|
|
138816
138816
|
|
|
138817
138817
|
function PrintHQChartVersion()
|
|
138818
138818
|
{
|
|
@@ -17607,7 +17607,7 @@ function AverageWidthFrame()
|
|
|
17607
17607
|
}
|
|
17608
17608
|
else if (this.MultiTextFormat==3)
|
|
17609
17609
|
{
|
|
17610
|
-
textWidth=this.GetMulitTextMaxWidth(item.Message[
|
|
17610
|
+
textWidth=this.GetMulitTextMaxWidth(item.Message[1]);
|
|
17611
17611
|
}
|
|
17612
17612
|
else //显示第1行
|
|
17613
17613
|
{
|
|
@@ -136560,6 +136560,17 @@ function JSTReportChartContainer(uielement)
|
|
|
136560
136560
|
case TREPORT_COLUMN_ID.POSITION_ID: //持仓量
|
|
136561
136561
|
case TREPORT_COLUMN_ID.AMPLITUDE_ID:
|
|
136562
136562
|
case TREPORT_COLUMN_ID.INCREASE_ID:
|
|
136563
|
+
|
|
136564
|
+
case TREPORT_COLUMN_ID.RESERVE_NUMBER1_ID:
|
|
136565
|
+
case TREPORT_COLUMN_ID.RESERVE_NUMBER2_ID:
|
|
136566
|
+
case TREPORT_COLUMN_ID.RESERVE_NUMBER3_ID:
|
|
136567
|
+
case TREPORT_COLUMN_ID.RESERVE_NUMBER4_ID:
|
|
136568
|
+
case TREPORT_COLUMN_ID.RESERVE_NUMBER5_ID:
|
|
136569
|
+
case TREPORT_COLUMN_ID.RESERVE_NUMBER6_ID:
|
|
136570
|
+
case TREPORT_COLUMN_ID.RESERVE_NUMBER7_ID:
|
|
136571
|
+
case TREPORT_COLUMN_ID.RESERVE_NUMBER8_ID:
|
|
136572
|
+
case TREPORT_COLUMN_ID.RESERVE_NUMBER9_ID:
|
|
136573
|
+
case TREPORT_COLUMN_ID.RESERVE_NUMBER10_ID:
|
|
136563
136574
|
return this.LocalNumberSort(left, right, column, sortType, cellType);
|
|
136564
136575
|
|
|
136565
136576
|
default:
|
|
@@ -137715,7 +137726,7 @@ function ChartTReport()
|
|
|
137715
137726
|
this.FormatReserveNumber=function(column, data, drawInfo)
|
|
137716
137727
|
{
|
|
137717
137728
|
if (column.DefaultText) drawInfo.Text=column.DefaultText;
|
|
137718
|
-
|
|
137729
|
+
|
|
137719
137730
|
var fieldName=MAP_TREPORT_COLUMN_FIELD.get(column.Type);
|
|
137720
137731
|
if (!fieldName) return;
|
|
137721
137732
|
|
|
@@ -145232,7 +145243,7 @@ function HQChartScriptWorker()
|
|
|
145232
145243
|
|
|
145233
145244
|
|
|
145234
145245
|
|
|
145235
|
-
var HQCHART_VERSION="1.1.
|
|
145246
|
+
var HQCHART_VERSION="1.1.14004";
|
|
145236
145247
|
|
|
145237
145248
|
function PrintHQChartVersion()
|
|
145238
145249
|
{
|