hqchart 1.1.15921 → 1.1.15923

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.
@@ -2250,6 +2250,8 @@ function JSFloatTooltip()
2250
2250
  for(var i=0;i<aryText.length;++i)
2251
2251
  {
2252
2252
  var item=aryText[i];
2253
+ if (item.Type==-1) continue; //不显示
2254
+
2253
2255
  if (item.Type===1) //涨幅
2254
2256
  {
2255
2257
  var outItem={ Title:item.Name, Text:`${item.Value.toFixed(2)}%`, Color:this.GetColor(item.Value,0) };
@@ -161927,7 +161927,7 @@ function ScrollBarBGChart()
161927
161927
 
161928
161928
 
161929
161929
 
161930
- var HQCHART_VERSION="1.1.15920";
161930
+ var HQCHART_VERSION="1.1.15922";
161931
161931
 
161932
161932
  function PrintHQChartVersion()
161933
161933
  {
@@ -5,7 +5,7 @@
5
5
 
6
6
 
7
7
 
8
- var HQCHART_VERSION="1.1.15920";
8
+ var HQCHART_VERSION="1.1.15922";
9
9
 
10
10
  function PrintHQChartVersion()
11
11
  {
@@ -171137,6 +171137,8 @@ function JSFloatTooltip()
171137
171137
  for(var i=0;i<aryText.length;++i)
171138
171138
  {
171139
171139
  var item=aryText[i];
171140
+ if (item.Type==-1) continue; //不显示
171141
+
171140
171142
  if (item.Type===1) //涨幅
171141
171143
  {
171142
171144
  var outItem={ Title:item.Name, Text:`${item.Value.toFixed(2)}%`, Color:this.GetColor(item.Value,0) };
@@ -183150,7 +183152,7 @@ class ChartCalendar
183150
183152
 
183151
183153
 
183152
183154
 
183153
- var HQCHART_VERSION="1.1.15920";
183155
+ var HQCHART_VERSION="1.1.15922";
183154
183156
 
183155
183157
  function PrintHQChartVersion()
183156
183158
  {