Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-charts

Package Overview
Dependencies
Maintainers
3
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 22.1.34 to 22.1.36

11

CHANGELOG.md

@@ -7,2 +7,12 @@ # Changelog

#### Bug Fixes
- `#F182477` - Resolved the issue where the X axis displayed all values even when an interval of 1 and only one data point was provided.
- `#I471069` - Fixed an issue where multiple axes were not displaying properly when using large records of data.
- `#I461357` - Fixed issue with selection not working when using zoom settings.
## 22.1.34 (2023-06-21)
### Chart
#### New Features

@@ -34,2 +44,3 @@

- By default, the tooltip for the range selector in the stock chart has been removed. Instead, the tooltip will now appear only when you move the slider.
- The print option has been removed from the period selector because it is already available in the export dropdown. This modification provides a cleaner interface and reduces clutter in the stock chart's period selector.

@@ -36,0 +47,0 @@ ## 21.2.10 (2023-06-13)

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 22.1.34
* version : 22.1.36
* 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@20.9.33",
"_id": "@syncfusion/ej2-charts@21.1.36",
"_inBundle": false,
"_integrity": "sha512-l717HzdbWJc3SwaiaOL+zUWKWWNAbtkblHqk3/WoCrO7thfg6UKqgbMoQDGWwtyNfYjY6PaadEBBv2PWtucaew==",
"_integrity": "sha512-Tl1SHQF2B1yIgeK6PS3ysgtEv9ZHUduak1KSHf+suSR37K5PCa9zY80wZcvRQpQEZmtf6NyQd2ouTLhMLBjy1Q==",
"_location": "/@syncfusion/ej2-charts",

@@ -29,4 +29,4 @@ "_phantomChildren": {},

],
"_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-charts/-/ej2-charts-20.9.33.tgz",
"_shasum": "972fa20e96091f358fcb11812a745efbaaf5f45c",
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-charts/-/ej2-charts-21.1.36.tgz",
"_shasum": "f1e03dad2e9b742c475bd6ae8e7387f4032270e7",
"_spec": "@syncfusion/ej2-charts@*",

@@ -40,7 +40,7 @@ "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",

"@syncfusion/ej2-base": "~22.1.34",
"@syncfusion/ej2-calendars": "~22.1.34",
"@syncfusion/ej2-calendars": "~22.1.36",
"@syncfusion/ej2-compression": "~22.1.34",
"@syncfusion/ej2-data": "~22.1.34",
"@syncfusion/ej2-data": "~22.1.36",
"@syncfusion/ej2-file-utils": "~22.1.34",
"@syncfusion/ej2-navigations": "~22.1.34",
"@syncfusion/ej2-navigations": "~22.1.36",
"@syncfusion/ej2-pdf-export": "~22.1.34",

@@ -76,5 +76,5 @@ "@syncfusion/ej2-svg-base": "~22.1.34"

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

@@ -169,5 +169,2 @@ import { getMinPointsDelta, getActualDesiredIntervalsCount, setRange, triggerLabelRender } from '../../common/utils/helper';

}
if (series.yMin == series.yMax && series.points.length === 1 && series.yMax > 0 && series.yMin > 0) {
series.yMin = 0;
}
this.findMinMax(series.yMin, series.yMax);

@@ -264,3 +261,3 @@ };

axis.doubleRange = new DoubleRange(minimum, maximum);
if (minimum === 0) {
if (minimum === 0 || (minimum < 0 && maximum < 0)) {
interval = this.calculateNumericNiceInterval(axis, axis.doubleRange.delta, size);

@@ -267,0 +264,0 @@ maximum = Math.ceil(maximum / interval) * interval;

@@ -777,2 +777,3 @@ import { EventHandler, Browser, createElement } from '@syncfusion/ej2-base';

if (target.id.indexOf(chart.element.id + '_Zooming_') === -1 &&
(chart.zoomSettings.enablePinchZooming || chart.zoomSettings.enableSelectionZooming) &&
withInBounds(chart.previousMouseMoveX, chart.previousMouseMoveY, chart.chartAxisLayoutPanel.seriesClipRect)) {

@@ -779,0 +780,0 @@ chart.isChartDrag = true;

@@ -367,3 +367,4 @@ import { titlePositionX, textElement, appendChildElement, getElement } from '../../common/utils/helper';

id: this.stockChart.element.id + '_additionalExport',
width: this.stockChart.availableSize.width
width: this.stockChart.availableSize.width,
fill: this.stockChart.background ? this.stockChart.background : 'transparent'
});

@@ -370,0 +371,0 @@ var titleHeight = measureText(this.stockChart.title, this.stockChart.titleStyle, this.stockChart.themeStyle.chartTitleFont).height;

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

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