Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-charts

Package Overview
Dependencies
15
Maintainers
3
Versions
279
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 25.1.40 to 25.1.41

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 25.1.40
* version : 25.1.41
* Copyright Syncfusion Inc. 2001 - 2023. 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@25.1.39",
"_id": "@syncfusion/ej2-charts@25.1.40",
"_inBundle": false,
"_integrity": "sha512-AKpQK8+u5JsERELw+mN71s8tJIHfCsHuuIFaWS0KdZTeSK9XNifY0oyFcuruIk9ayFmPHywKgLOPBKFlRTWlbA==",
"_integrity": "sha512-NN9iQU+jVDOXRozCLpMmfhiMOx9GpG5mUKUS6Q1atRz2RkeB/qxyIsm9xbo0/yYlmNBT4qjDotc2vp94sm/0MA==",
"_location": "/@syncfusion/ej2-charts",

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

],
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-charts/-/ej2-charts-25.1.39.tgz",
"_shasum": "ef94f90fff4c2713f734230ce76ad94171d9a491",
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-charts/-/ej2-charts-25.1.40.tgz",
"_shasum": "3a8dfcafaedc8d5db26ea4e9e38eee029c91996d",
"_spec": "@syncfusion/ej2-charts@*",

@@ -43,3 +43,3 @@ "_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",

"@syncfusion/ej2-excel-export": "~25.1.35",
"@syncfusion/ej2-navigations": "~25.1.40",
"@syncfusion/ej2-navigations": "~25.1.41",
"@syncfusion/ej2-pdf-export": "~25.1.38",

@@ -75,5 +75,5 @@ "@syncfusion/ej2-svg-base": "~25.1.37"

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

@@ -293,3 +293,3 @@ import { getMinPointsDelta, getActualDesiredIntervalsCount, setRange, triggerLabelRender } from '../../common/utils/helper';

}
if (duplicateTempInterval < axis.visibleRange.max) {
if (duplicateTempInterval < axis.visibleRange.max && axis.maximum != null) {
axis.visibleRange.max = duplicateTempInterval + axis.visibleRange.interval;

@@ -296,0 +296,0 @@ }

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

Series.prototype.refreshAxisLabel = function () {
if (this.xAxis.valueType !== 'Category') {
if (this.xAxis.valueType.indexOf('Category') == -1) {
return null;

@@ -933,0 +933,0 @@ }

@@ -288,3 +288,3 @@ import { createElement, isNullOrUndefined, Browser } from '@syncfusion/ej2-base';

var exactWidth = (pdfDefaultWidth < width[i]) ? (width[i] + margin.left + margin.right) : pdfDefaultWidth;
var exactHeight = (pdfDefaultHeight < height[i]) ? (height[i] + margin.top + margin.bottom) : pdfDefaultHeight;
var exactHeight = orientation === 0 ? (width[i] + margin.left + margin.right) : (pdfDefaultHeight < height[i]) ? (height[i] + margin.top + margin.bottom) : pdfDefaultHeight;
if (header !== undefined) {

@@ -291,0 +291,0 @@ var font = new PdfStandardFont(1, header.fontSize || 15);

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 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