hqchart 1.1.13973 → 1.1.13981

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.
@@ -5,7 +5,7 @@
5
5
 
6
6
 
7
7
 
8
- var HQCHART_VERSION="1.1.13972";
8
+ var HQCHART_VERSION="1.1.13980";
9
9
 
10
10
  function PrintHQChartVersion()
11
11
  {
@@ -56340,6 +56340,8 @@ HQData.RequestOverlayHistoryData=function(data, callback)
56340
56340
  aryData=HQData.GetKLineDataByDate(fullData, first.date, 20999999)
56341
56341
  }
56342
56342
 
56343
+ //aryData=aryData.slice(aryData.length-20);
56344
+
56343
56345
  var hqchartData={ code:0, symbol: symbol,name: symbol, ver:2.0, data:aryData };
56344
56346
 
56345
56347
  callback(hqchartData);