Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-charts

Package Overview
Dependencies
5
Maintainers
2
Versions
284
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 16.1.32 to 16.1.35

8

CHANGELOG.md

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

### Common
#### Bug Fixes
- Adding `annotation` dynamically to the chart is now working.
## 16.1.29 (2018-03-13)
### Chart

@@ -13,0 +21,0 @@

5

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 16.1.28
* Copyright Syncfusion Inc. 2001 - 2017. All rights reserved.
* version : 16.1.35
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved.
* Use of this code is subject to the terms of our license.

@@ -10,3 +10,2 @@ * A copy of the current license can be obtained at any time by e-mailing

*/
import * as _charts from '@syncfusion/ej2-charts';

@@ -13,0 +12,0 @@ import * as _base from '@syncfusion/ej2-base';

4

package.json
{
"name": "@syncfusion/ej2-charts",
"version": "16.1.32",
"version": "16.1.35",
"description": "Essential JS 2 Chart Components",

@@ -11,3 +11,3 @@ "author": "Syncfusion Inc.",

"dependencies": {
"@syncfusion/ej2-base": "~16.1.32",
"@syncfusion/ej2-base": "~16.1.35",
"@syncfusion/ej2-data": "~16.1.32",

@@ -14,0 +14,0 @@ "@syncfusion/ej2-pdf-export": "~16.1.32",

@@ -19,6 +19,2 @@

[Demos](http://ej2.syncfusion.com/demos/#/chart/line.html)
[Documentation](http://ej2.syncfusion.com/documentation/chart/)
## Changelog
Check the changelog [here](https://github.com/syncfusion/ej2-charts/blob/master/CHANGELOG.md)
[Documentation](http://ej2.syncfusion.com/documentation/chart/)

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

member: 'Annotation',
args: [this, this.annotations]
args: [this]
});

@@ -465,0 +465,0 @@ }

@@ -5,3 +5,2 @@ /**

import { AccumulationChart } from '../../accumulation-chart/accumulation';
import { AccumulationAnnotationSettings } from '../model/acc-base';
import { AnnotationBase } from '../../common/annotation/annotation';

@@ -19,3 +18,3 @@ /**

*/
constructor(control: AccumulationChart, annotations: AccumulationAnnotationSettings[]);
constructor(control: AccumulationChart);
/**

@@ -22,0 +21,0 @@ * Method to render the annotation for accumulation chart

@@ -16,6 +16,5 @@ var __extends = (this && this.__extends) || (function () {

__extends(AccumulationAnnotation, _super);
function AccumulationAnnotation(control, annotations) {
function AccumulationAnnotation(control) {
var _this = _super.call(this, control) || this;
_this.pie = control;
_this.annotations = annotations;
return _this;

@@ -25,2 +24,3 @@ }

var _this = this;
this.annotations = this.pie.annotations;
this.parentElement = ej2_base_1.createElement('div', {

@@ -27,0 +27,0 @@ id: this.pie.element.id + '_Annotation_Collections'

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

_this.chart = control;
_this.annotations = annotations;
return _this;

@@ -25,2 +24,3 @@ }

var _this = this;
this.annotations = this.chart.annotations;
this.parentElement = ej2_base_1.createElement('div', {

@@ -27,0 +27,0 @@ id: this.chart.element.id + '_Annotation_Collections'

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc