Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-charts

Package Overview
Dependencies
Maintainers
3
Versions
298
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 21.1.41 to 21.2.3

19

CHANGELOG.md

@@ -9,2 +9,21 @@ # Changelog

- `#I452421` - Fixed an issue where a dotted line was showing up for line charts while exporting through PhantomJS.
- `#I451960` - Resolved an issue where the datalabel border was getting added while exporting using PhantomJS.
- `#I452091` - Resolved an issue where line charts were not being rendered while exporting using PhantomJS.
- `#I455206` - Fixed an issue where the DataLabel was not visible despite there being enough space to display it.
- `#I452148` - `MultipleRows` in labelIntersectAction property is now working properly.
- `#I456533` - Fixed an issue where the tick line was visible even if there was no axis label for it.
- `#F181431` - Fixed the issue where chart width was not changing on print.
#### New Features
- `#I451521` - Provided support for dashArray in series border for Pie chart.
- `#I360879` - Provided support to disable marker explode in shared tooltip.
## 21.1.41 (2023-04-18)
### Chart
#### Bug Fixes
- `#I451521` - Now, the border is proper in the funnel and pyramid series.

@@ -11,0 +30,0 @@ - `#I453698` - Cross shape marker now displays correctly in Scatter Series.

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 21.1.41
* version : 21.2.3
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.

@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license.

{
"_from": "@syncfusion/ej2-charts@*",
"_id": "@syncfusion/ej2-charts@21.1.39",
"_id": "@syncfusion/ej2-charts@21.1.41",
"_inBundle": false,
"_integrity": "sha512-6ji93Yy5o4qTcYK86H8bOZwjk26nl+wbeQiFq14MCJ/9K5OXL9yuXkyjbWvIVzZjHHdl11aGSzLWl/CDVGlRLQ==",
"_integrity": "sha512-gMrxqhFknkiqgTswdSCt/5wBb3QmCpWZpotZ8NckSQWwtRx9WWKKuGaIQI3G7z/qOXcvi0T0liP1Q2Gp5bfwow==",
"_location": "/@syncfusion/ej2-charts",

@@ -22,11 +22,8 @@ "_phantomChildren": {},

"/@syncfusion/ej2",
"/@syncfusion/ej2-angular-charts",
"/@syncfusion/ej2-office-chart",
"/@syncfusion/ej2-pivotview",
"/@syncfusion/ej2-react-charts",
"/@syncfusion/ej2-spreadsheet",
"/@syncfusion/ej2-vue-charts"
"/@syncfusion/ej2-spreadsheet"
],
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-charts/-/ej2-charts-21.1.39.tgz",
"_shasum": "f16399eb9ccfa640de12298bcf5212aeccc46f16",
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-charts/-/ej2-charts-21.1.41.tgz",
"_shasum": "b24c02bebf11428172d65b17bcdb710a30501ef5",
"_spec": "@syncfusion/ej2-charts@*",

@@ -39,10 +36,10 @@ "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",

"dependencies": {
"@syncfusion/ej2-base": "~21.1.40",
"@syncfusion/ej2-calendars": "~21.1.41",
"@syncfusion/ej2-compression": "~21.1.37",
"@syncfusion/ej2-data": "~21.1.38",
"@syncfusion/ej2-file-utils": "~21.1.37",
"@syncfusion/ej2-navigations": "~21.1.39",
"@syncfusion/ej2-pdf-export": "~21.1.37",
"@syncfusion/ej2-svg-base": "~21.1.38"
"@syncfusion/ej2-base": "~21.2.3",
"@syncfusion/ej2-calendars": "~21.2.3",
"@syncfusion/ej2-compression": "~21.2.3",
"@syncfusion/ej2-data": "~21.2.3",
"@syncfusion/ej2-file-utils": "~21.2.3",
"@syncfusion/ej2-navigations": "~21.2.3",
"@syncfusion/ej2-pdf-export": "~21.2.3",
"@syncfusion/ej2-svg-base": "~21.2.3"
},

@@ -76,5 +73,5 @@ "deprecated": false,

"typings": "index.d.ts",
"version": "21.1.41",
"version": "21.2.3",
"sideEffects": false,
"homepage": "https://www.syncfusion.com/javascript-ui-controls"
}

@@ -545,2 +545,10 @@ import { Property, ChildProperty, Complex, createElement, Browser } from '@syncfusion/ej2-base';import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';import { DataManager, Query } from '@syncfusion/ej2-data';import { Border, Font, Animation, EmptyPointSettings, Connector } from '../../common/model/base';import { Rect, Size, PathOption } from '@syncfusion/ej2-svg-base';import { ChartLocation, stringToNumber, appendChildElement } from '../../common/utils/helper';import { AccumulationType, AccumulationLabelPosition, PyramidModes } from '../model/enum';import { IAccSeriesRenderEventArgs, IAccPointRenderEventArgs, IAccTextRenderEventArgs } from '../model/pie-interface';import { LegendShape } from '../../chart/utils/enum';import { Data } from '../../common/model/data';import { seriesRender, pointRender } from '../../common/model/constants';import { getSeriesColor } from '../../common/model/theme';import { FontModel, BorderModel, AnimationModel, EmptyPointSettingsModel, ConnectorModel } from '../../common/model/base-model';import { AccumulationChart } from '../accumulation';import { getElement, firstToLowerCase } from '../../common/utils/helper';import { Units, Alignment, Regions, Position, SeriesCategories, LabelOverflow, TextWrap } from '../../common/utils/enum';import { GroupModes } from './enum';

/**
* Defines the pattern of dashes and gaps to the series border.
*
* @default '0'
*/
dashArray?: string;
}

@@ -543,2 +543,8 @@ /**

opacity: number;
/**
* Defines the pattern of dashes and gaps to the series border.
*
* @default '0'
*/
dashArray: string;
/** @private */

@@ -545,0 +551,0 @@ points: AccPoints[];

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

point.color = argsData.fill;
option = new PathOption(pointId + point.index, point.color, argsData.border.width || 1, argsData.border.color || point.color, this.opacity, '', '');
option = new PathOption(pointId + point.index, point.color, argsData.border.width || 1, argsData.border.color || point.color, this.opacity, argsData.series.dashArray, '');
accumulation[(firstToLowerCase(this.type) + 'SeriesModule')].

@@ -625,2 +625,5 @@ renderPoint(point, this, accumulation, option, seriesGroup, redraw);

], AccumulationSeries.prototype, "opacity", void 0);
__decorate([
Property('0')
], AccumulationSeries.prototype, "dashArray", void 0);
return AccumulationSeries;

@@ -627,0 +630,0 @@ }(ChildProperty));

@@ -230,2 +230,10 @@ import { Property, ChildProperty, Complex, Collection, DateFormatOptions, getValue } from '@syncfusion/ej2-base';import { isNullOrUndefined, extend } from '@syncfusion/ej2-base';import { StackValues, RectOption, ControlPoints, PolarArc, appendChildElement, appendClipElement } from '../../common/utils/helper';import { firstToLowerCase, ChartLocation, CircleOption, IHistogramValues, getColorByValue } from '../../common/utils/helper';import { Rect, SvgRenderer, CanvasRenderer } from '@syncfusion/ej2-svg-base';import { ChartSeriesType, ChartShape, LegendShape, LabelPosition, SeriesValueType, EmptyPointMode, SplineType } from '../utils/enum';import { ChartDrawType, DataLabelIntersectAction } from '../utils/enum';import { BorderModel, FontModel, MarginModel, AnimationModel, EmptyPointSettingsModel, OffsetModel } from '../../common/model/base-model';import { ConnectorModel } from '../../common/model/base-model';import { CornerRadiusModel, DragSettingsModel } from '../../common/model/base-model';import { ErrorBarType, ErrorBarDirection, ErrorBarMode, TrendlineTypes } from '../utils/enum';import { Border, Font, Margin, Animation, EmptyPointSettings, CornerRadius, Connector, DragSettings } from '../../common/model/base';import { DataManager, Query, DataUtil } from '@syncfusion/ej2-data';import { Chart } from '../chart';import { Axis, Column, Row } from '../axis/axis';import { Data } from '../../common/model/data';import { Offset } from '../../common/model/base';import { ISeriesRenderEventArgs } from '../../chart/model/chart-interface';import { seriesRender } from '../../common/model/constants';import { Alignment, SeriesCategories } from '../../common/utils/enum';import { BoxPlotMode, Segment } from '../utils/enum';import { sort, getVisiblePoints, setRange } from '../../common/utils/helper';import { Browser } from '@syncfusion/ej2-base';import { StockSeries } from '../../stock-chart/index';

/**
* By default trackball will be enabled on mouse move, however it can be disabled by setting false to allowHighlight in marker.
*
* @default true
*/
allowHighlight?: boolean;
/**
* The opacity of the marker.

@@ -268,3 +276,3 @@ *

*
* @default '0'
* @default ''
*/

@@ -737,3 +745,3 @@

*
* @default '0'
* @default ''
*/

@@ -740,0 +748,0 @@

@@ -194,2 +194,8 @@ import { ChildProperty } from '@syncfusion/ej2-base';

/**
* By default trackball will be enabled on mouse move, however it can be disabled by setting false to allowHighlight in marker.
*
* @default true
*/
allowHighlight: boolean;
/**
* The opacity of the marker.

@@ -309,3 +315,3 @@ *

*
* @default '0'
* @default ''
*/

@@ -708,3 +714,3 @@ dashArray: string;

*
* @default '0'
* @default ''
*/

@@ -711,0 +717,0 @@ dashArray: string;

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

__decorate([
Property(true)
], MarkerSettings.prototype, "allowHighlight", void 0);
__decorate([
Property(1)

@@ -210,3 +213,3 @@ ], MarkerSettings.prototype, "opacity", void 0);

__decorate([
Property('0')
Property('')
], Trendline.prototype, "dashArray", void 0);

@@ -850,3 +853,3 @@ __decorate([

__decorate([
Property('0')
Property('')
], SeriesBase.prototype, "dashArray", void 0);

@@ -853,0 +856,0 @@ __decorate([

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

data_1.point.symbolLocations.map(function (location, index) {
if (!data_1.series.isRectSeries || data_1.point.marker.visible) {
if (data_1.series.marker.allowHighlight && (!data_1.series.isRectSeries || data_1.point.marker.visible)) {
_this.drawTrackBall(data_1.series, data_1.point, location, index);

@@ -147,0 +147,0 @@ }

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

controlName: 'Chart',
allowHighlight: chart.getModuleName() === 'chart' && !series.marker.allowHighlight,
tooltipRender: function () {

@@ -201,2 +202,3 @@ module.removeHighlight();

this.svgTooltip.arrowPadding = this.text.length > 1 || this.chart.stockChart ? 0 : 7;
this.svgTooltip.allowHighlight = chart.getModuleName() === 'chart' && !series.marker.allowHighlight;
this.svgTooltip.dataBind();

@@ -203,0 +205,0 @@ }

Sorry, the diff of this file is too big to display

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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