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.1.40 to 16.1.48

8

CHANGELOG.md

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

- Mean value for Box and Whisker is now rendering properly with multiple series.
## 16.1.40 (2018-05-08)
### Chart
#### Bug Fixes
- Column width is now working properly, when enabling the `enableSideBySidePlacement` property.

@@ -17,0 +25,0 @@

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 16.1.40
* version : 16.1.48
* 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.1.40",
"version": "16.1.48",
"description": "Essential JS 2 Chart Components",

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

"@syncfusion/ej2-base": "~16.1.38",
"@syncfusion/ej2-data": "~16.1.39",
"@syncfusion/ej2-data": "~16.1.42",
"@syncfusion/ej2-pdf-export": "~16.1.37",

@@ -15,0 +15,0 @@ "@syncfusion/ej2-file-utils": "~16.1.37",

@@ -50,3 +50,3 @@ import { Rect } from '../../common/utils/helper';

*/
renderBoxAndWhisker(series: Series, point: Points, rect: Rect, argsData: IPointRenderEventArgs, direction: string): void;
renderBoxAndWhisker(series: Series, point: Points, rect: Rect, argsData: IPointRenderEventArgs, direction: string, median: number): void;
/**

@@ -53,0 +53,0 @@ * To find the box plot values

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

if (!argsData.cancel) {
this.renderBoxAndWhisker(series, point, centerRegion_1, argsData, this.getPathString(point, series, helper_2.getPoint(point.xValue, point.median, xAxis, yAxis, isInverted), helper_2.getPoint(point.xValue, point.average, xAxis, yAxis, isInverted)));
this.renderBoxAndWhisker(series, point, centerRegion_1, argsData, this.getPathString(point, series, helper_2.getPoint(point.xValue, point.median, xAxis, yAxis, isInverted), helper_2.getPoint(point.xValue + sideBySideInfo.median, point.average, xAxis, yAxis, isInverted)), sideBySideInfo.median);
}

@@ -106,3 +106,3 @@ }

};
BoxAndWhiskerSeries.prototype.renderBoxAndWhisker = function (series, point, rect, argsData, direction) {
BoxAndWhiskerSeries.prototype.renderBoxAndWhisker = function (series, point, rect, argsData, direction, median) {
var location;

@@ -119,3 +119,3 @@ var size;

for (var i = 0; i < point.outliers.length; i++) {
location = helper_2.getPoint(point.xValue, point.outliers[i], series.xAxis, series.yAxis, series.chart.requireInvertedAxis);
location = helper_2.getPoint((point.xValue + median), point.outliers[i], series.xAxis, series.yAxis, series.chart.requireInvertedAxis);
size = new helper_2.Size(series.marker.width, series.marker.height);

@@ -122,0 +122,0 @@ point.symbolLocations.push(location);

@@ -292,2 +292,3 @@ define(["require", "exports", "../../common/utils/helper", "../../common/utils/helper", "../../common/model/constants", "../../common/utils/helper", "@syncfusion/ej2-base", "../../common/utils/helper"], function (require, exports, helper_1, helper_2, constants_1, helper_3, ej2_base_1, helper_4) {

}
location.x = point.regions[0].x + (point.regions[0].width / 2);
}

@@ -294,0 +295,0 @@ else if (labelIndex === 0 || labelIndex === 1) {

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