hqchart 1.1.12580 → 1.1.12582
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/package.json
CHANGED
|
@@ -1011,7 +1011,7 @@ td.context-menu {
|
|
|
1011
1011
|
.jchart-chartdrawsvg-tooltip{
|
|
1012
1012
|
position: absolute;
|
|
1013
1013
|
z-index: 10;
|
|
1014
|
-
max-height: 270px
|
|
1014
|
+
/*max-height: 270px;*/
|
|
1015
1015
|
line-height: 28px;
|
|
1016
1016
|
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.23);
|
|
1017
1017
|
border: solid 1px rgba(200, 210, 219, 0.92);
|
|
@@ -1902,7 +1902,7 @@ function JSChartContainer(uielement)
|
|
|
1902
1902
|
{
|
|
1903
1903
|
var phonePinch = jsChart.PhonePinch;
|
|
1904
1904
|
if (!phonePinch) return;
|
|
1905
|
-
|
|
1905
|
+
phonePinch.Operator=null;
|
|
1906
1906
|
if (this.EnableZoomUpDown && this.EnableZoomUpDown.Touch===false) return;
|
|
1907
1907
|
|
|
1908
1908
|
var yHeight = Math.abs(touches[0].pageY - touches[1].pageY);
|