Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-charts

Package Overview
Dependencies
Maintainers
2
Versions
297
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-charts - npm Package Compare versions

Comparing version 16.3.17 to 16.3.21

6

CHANGELOG.md

@@ -11,4 +11,10 @@ <!-- markdownlint-disable MD010 -->

## 16.3.17 (2018-09-12)
### Chart
#### Bug Fixes
- Chart now working properly in IE11 after legend click.
#### New Features

@@ -15,0 +21,0 @@

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 16.3.17
* version : 16.3.21
* Copyright Syncfusion Inc. 2001 - 2018. 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.3.17",
"version": "16.3.21",
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball.",

@@ -8,10 +8,10 @@ "author": "Syncfusion Inc.",

"dependencies": {
"@syncfusion/ej2-base": "~16.3.17",
"@syncfusion/ej2-data": "~16.3.17",
"@syncfusion/ej2-svg-base": "~16.3.17",
"@syncfusion/ej2-pdf-export": "~16.3.17",
"@syncfusion/ej2-file-utils": "~16.3.17",
"@syncfusion/ej2-compression": "~16.3.17",
"@syncfusion/ej2-navigations": "~16.3.17",
"@syncfusion/ej2-calendars": "~16.3.17"
"@syncfusion/ej2-base": "~16.3.21",
"@syncfusion/ej2-data": "~16.3.21",
"@syncfusion/ej2-svg-base": "~16.3.21",
"@syncfusion/ej2-pdf-export": "~16.3.21",
"@syncfusion/ej2-file-utils": "~16.3.21",
"@syncfusion/ej2-compression": "~16.3.21",
"@syncfusion/ej2-navigations": "~16.3.21",
"@syncfusion/ej2-calendars": "~16.3.21"
},

@@ -42,3 +42,4 @@ "devDependencies": {

"module": "./index.js",
"es2015": "./dist/es6/ej2-charts.es2015.js"
"es2015": "./dist/es6/ej2-charts.es2015.js",
"sideEffects": false
}

@@ -665,3 +665,2 @@ var __extends = (this && this.__extends) || (function () {

point.labelVisible = true;
point.isExplode = point.index === this.series[0].explodeIndex;
}

@@ -668,0 +667,0 @@ };

@@ -92,3 +92,3 @@ var __extends = (this && this.__extends) || (function () {

position = Math.round(tempInterval);
triggerLabelRender(this.chart, position, axis.labels[position] ? axis.labels[position] : position.toString(), labelStyle, axis);
triggerLabelRender(this.chart, position, axis.labels[position] ? axis.labels[position].toString() : position.toString(), labelStyle, axis);
}

@@ -95,0 +95,0 @@ }

@@ -141,3 +141,4 @@ import { createTemplate, measureElementRect, logBase, removeElement } from '../utils/helper';

if (Date.parse(accPoint.x) === Date.parse(this.annotation.x) &&
accPoint.y === this.annotation.y) {
// tslint:disable-next-line
accPoint.y == this.annotation.y) {
point = accPoint;

@@ -148,3 +149,4 @@ break;

else {
if (accPoint.x === this.annotation.x && accPoint.y === this.annotation.y) {
// tslint:disable-next-line
if (accPoint.x == this.annotation.x && accPoint.y == this.annotation.y) {
point = accPoint;

@@ -151,0 +153,0 @@ break;

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc