@syncfusion/ej2-charts
Advanced tools
Comparing version 16.1.28 to 16.1.29
@@ -11,2 +11,9 @@ <!-- markdownlint-disable MD010 --> | ||
### Chart | ||
#### Bug Fixes | ||
- Issue in `removeSeries` has been fixed. | ||
- Zooming is now working properly, when enabling the panning through code. | ||
## 16.1.24 | ||
@@ -13,0 +20,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 16.1.26 | ||
* version : 16.1.28 | ||
* Copyright Syncfusion Inc. 2001 - 2017. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"name": "@syncfusion/ej2-charts", | ||
"version": "16.1.28", | ||
"version": "16.1.29", | ||
"description": "Essential JS 2 Chart Components", | ||
@@ -11,3 +11,3 @@ "author": "Syncfusion Inc.", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~16.1.28", | ||
"@syncfusion/ej2-base": "~16.1.29", | ||
"@syncfusion/ej2-data": "~16.1.28", | ||
@@ -14,0 +14,0 @@ "@syncfusion/ej2-pdf-export": "~16.1.28", |
@@ -21,2 +21,3 @@ define(["require", "exports", "@syncfusion/ej2-base", "../../common/utils/helper", "./zooming-toolkit", "../../common/model/constants", "../../common/utils/helper"], function (require, exports, ej2_base_1, helper_1, zooming_toolkit_1, constants_1, helper_2) { | ||
this.isIOS = ej2_base_1.Browser.isIos || ej2_base_1.Browser.isIos7; | ||
this.isZoomed = this.performedUI = this.zooming.enablePan && this.zooming.enableSelectionZooming; | ||
} | ||
@@ -23,0 +24,0 @@ Zoom.prototype.renderZooming = function (e, chart, isTouch) { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13655950
83036