victory-errorbar
Advanced tools
Comparing version 36.8.5 to 36.8.6
# victory-errorbar | ||
## 36.8.6 | ||
### Patch Changes | ||
- Migrate victory-native to TypeScript ([#2739](https://github.com/FormidableLabs/victory/pull/2739)) | ||
## 36.8.5 | ||
@@ -4,0 +10,0 @@ |
@@ -72,18 +72,3 @@ import PropTypes from "prop-types"; | ||
}; | ||
static defaultProps: { | ||
containerComponent: JSX.Element; | ||
data: { | ||
x: number; | ||
y: number; | ||
errorX: number; | ||
errorY: number; | ||
}[]; | ||
dataComponent: JSX.Element; | ||
labelComponent: JSX.Element; | ||
groupComponent: JSX.Element; | ||
samples: number; | ||
sortOrder: string; | ||
standalone: boolean; | ||
theme: import("victory-core").VictoryThemeDefinition; | ||
}; | ||
static defaultProps: VictoryErrorBarProps; | ||
static getDomain: (props: any, axis: any) => any; | ||
@@ -90,0 +75,0 @@ static getData: (props: any) => any; |
@@ -72,18 +72,3 @@ import PropTypes from "prop-types"; | ||
}; | ||
static defaultProps: { | ||
containerComponent: JSX.Element; | ||
data: { | ||
x: number; | ||
y: number; | ||
errorX: number; | ||
errorY: number; | ||
}[]; | ||
dataComponent: JSX.Element; | ||
labelComponent: JSX.Element; | ||
groupComponent: JSX.Element; | ||
samples: number; | ||
sortOrder: string; | ||
standalone: boolean; | ||
theme: import("victory-core").VictoryThemeDefinition; | ||
}; | ||
static defaultProps: VictoryErrorBarProps; | ||
static getDomain: (props: any, axis: any) => any; | ||
@@ -90,0 +75,0 @@ static getData: (props: any) => any; |
{ | ||
"name": "victory-errorbar", | ||
"version": "36.8.5", | ||
"version": "36.8.6", | ||
"description": "Error Bar Component for Victory", | ||
@@ -25,3 +25,3 @@ "keywords": [ | ||
"prop-types": "^15.8.1", | ||
"victory-core": "^36.8.5" | ||
"victory-core": "^36.8.6" | ||
}, | ||
@@ -28,0 +28,0 @@ "peerDependencies": { |
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
1235541
20736
Updatedvictory-core@^36.8.6