@devexpress/dx-react-chart
Advanced tools
Comparing version 2.6.3 to 2.6.4
@@ -271,2 +271,4 @@ // Dependencies for this module: | ||
export namespace Axis { | ||
@@ -370,2 +372,3 @@ interface LabelProps { | ||
export declare const scaleBand: FactoryFn; | ||
@@ -384,3 +387,2 @@ | ||
declare type DataItem = { | ||
@@ -498,3 +500,3 @@ readonly [field: string]: any; | ||
} | ||
interface CommonComponentProps { | ||
export interface CommonComponentProps { | ||
/** A color */ | ||
@@ -501,0 +503,0 @@ color: string; |
{ | ||
"name": "@devexpress/dx-react-chart", | ||
"version": "2.6.3", | ||
"version": "2.6.4", | ||
"description": "Composable plugin-based chart component for React", | ||
@@ -47,3 +47,3 @@ "author": { | ||
"devDependencies": { | ||
"@devexpress/dx-testing": "2.6.3", | ||
"@devexpress/dx-testing": "2.6.4", | ||
"@rollup/plugin-replace": "^2.3.1", | ||
@@ -64,6 +64,6 @@ "core-js": "^3.4.1", | ||
"tslint-config-airbnb": "^5.11.2", | ||
"typescript": "3.8.3" | ||
"typescript": "3.9.5" | ||
}, | ||
"dependencies": { | ||
"@devexpress/dx-chart-core": "2.6.3", | ||
"@devexpress/dx-chart-core": "2.6.4", | ||
"d3-scale": "^3.2.0", | ||
@@ -73,7 +73,7 @@ "d3-shape": "^1.3.7" | ||
"peerDependencies": { | ||
"@devexpress/dx-react-core": "2.6.3", | ||
"@devexpress/dx-react-core": "2.6.4", | ||
"react": ">=16.10.2", | ||
"react-dom": ">=16.10.2" | ||
}, | ||
"gitHead": "d9813b2e336c35a9be9a86e7d1a76a91b49ac84e" | ||
"gitHead": "f2bfa0097fbfc0a0c7d3d20a95a6573662dbc5c5" | ||
} |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
436110
3549
+ Added@devexpress/dx-chart-core@2.6.4(transitive)
+ Added@devexpress/dx-core@2.6.4(transitive)
+ Added@devexpress/dx-react-core@2.6.4(transitive)
- Removed@devexpress/dx-chart-core@2.6.3(transitive)
- Removed@devexpress/dx-core@2.6.3(transitive)
- Removed@devexpress/dx-react-core@2.6.3(transitive)