Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@devexpress/dx-react-chart

Package Overview
Dependencies
Maintainers
13
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devexpress/dx-react-chart - npm Package Compare versions

Comparing version 1.10.4 to 1.10.5

21

dist/dx-react-chart.d.ts
// Dependencies for this module:
// ../../../../react
// ../../../../@devexpress/dx-react-core
// ../../../../@devexpress/dx-core
import * as React from 'react';
import { Getters } from '@devexpress/dx-react-core';
import { PureComputed } from '@devexpress/dx-core';

@@ -115,6 +111,2 @@ export const Chart: React.ComponentType<ChartProps>;

}
export type HoverStateState = {
hover?: SeriesRef;
};
export type GetPointerMoveHandlersFn = PureComputed<[Getters], HandlerFnList>;

@@ -242,5 +234,2 @@

}
export type ViewportState = {
viewport?: ViewportOptions;
};

@@ -596,12 +585,4 @@

export declare type Scales = {
readonly xScale: ScaleObject;
readonly yScale: ScaleObject;
};
export declare type GetAnimationStyleFn = (scales: Scales, point?: PointComponentProps) => {
readonly animation: string;
readonly transformOrigin?: string;
};
export declare type BuildAnimatedStyleGetterFn = PureComputed<[any, GetAnimationStyleFn, Scales, PointComponentProps?]>;
export declare type DomainBounds = Readonly<[any, any]>;

@@ -608,0 +589,0 @@ export declare type ViewportOptions = {

11

dist/dx-react-chart.es.js
/**
* Bundle of @devexpress/dx-react-chart
* Generated: 2019-03-11
* Version: 1.10.4
* Generated: 2019-03-28
* Version: 1.10.5
* License: https://js.devexpress.com/Licensing

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

scale: scale,
paneSize: [_this.adjustedWidth, _this.adjustedHeight],
}), _e = _d.sides, dx = _e[0], dy = _e[1], ticks = _d.ticks;

@@ -932,3 +933,7 @@ // This is a workaround for a case when only a part of domain is visible.

var _b = layouts.pane, width = _b.width, height = _b.height;
var ticks = getGridCoordinates({ scaleName: scaleName, scale: scale });
var ticks = getGridCoordinates({
scaleName: scaleName,
scale: scale,
paneSize: [_this.adjustedWidth, _this.adjustedHeight],
});
return ((createElement(Fragment, null, ticks.map(function (_a) {

@@ -935,0 +940,0 @@ var key = _a.key, x = _a.x, dx = _a.dx, y = _a.y, dy = _a.dy;

{
"name": "@devexpress/dx-react-chart",
"version": "1.10.4",
"version": "1.10.5",
"description": "Composable plugin-based chart component for React",

@@ -47,3 +47,3 @@ "author": {

"devDependencies": {
"@devexpress/dx-testing": "1.10.4",
"@devexpress/dx-testing": "1.10.5",
"core-js": "^2.6.5",

@@ -68,13 +68,12 @@ "enzyme": "3.9.0",

"dependencies": {
"@devexpress/dx-chart-core": "1.10.4",
"@devexpress/dx-chart-core": "1.10.5",
"d3-scale": "^2.2.2",
"d3-shape": "^1.3.4",
"prop-types": "^15.7.2"
"d3-shape": "^1.3.4"
},
"peerDependencies": {
"@devexpress/dx-react-core": "1.10.4",
"@devexpress/dx-react-core": "1.10.5",
"react": ">=16.8.3",
"react-dom": ">=16.8.3"
},
"gitHead": "b67a8aea7e713a96731fd2fbf063acde1a1bb4c7"
"gitHead": "a88f0951a1abeff9f79fb0dc0148cd28879541d5"
}

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