victory-candlestick
Advanced tools
Comparing version 35.3.3 to 35.3.4
@@ -10,18 +10,18 @@ import * as React from "react"; | ||
VictoryStyleObject, | ||
VictoryLabelStyleObject, | ||
VictoryLabelableProps, | ||
VictoryMultiLabelableProps, | ||
VictoryStyleInterface | ||
VictoryMultiLabelableProps | ||
} from "victory-core"; | ||
export interface VictoryCandlestickStyleInterface extends VictoryStyleInterface { | ||
export interface VictoryCandlestickStyleInterface { | ||
close?: VictoryStyleObject; | ||
closeLabels?: VictoryStyleObject; | ||
closeLabels?: VictoryLabelStyleObject | VictoryLabelStyleObject[]; | ||
data?: VictoryStyleObject; | ||
high?: VictoryStyleObject; | ||
highLabels?: VictoryStyleObject; | ||
labels?: VictoryStyleObject; | ||
highLabels?: VictoryLabelStyleObject | VictoryLabelStyleObject[]; | ||
labels?: VictoryLabelStyleObject | VictoryLabelStyleObject[]; | ||
low?: VictoryStyleObject; | ||
lowLabels?: VictoryStyleObject; | ||
lowLabels?: VictoryLabelStyleObject | VictoryLabelStyleObject[]; | ||
open?: VictoryStyleObject; | ||
openLabels?: VictoryStyleObject; | ||
openLabels?: VictoryLabelStyleObject | VictoryLabelStyleObject[]; | ||
parent?: VictoryStyleObject; | ||
@@ -28,0 +28,0 @@ } |
@@ -10,18 +10,18 @@ import * as React from "react"; | ||
VictoryStyleObject, | ||
VictoryLabelStyleObject, | ||
VictoryLabelableProps, | ||
VictoryMultiLabelableProps, | ||
VictoryStyleInterface | ||
VictoryMultiLabelableProps | ||
} from "victory-core"; | ||
export interface VictoryCandlestickStyleInterface extends VictoryStyleInterface { | ||
export interface VictoryCandlestickStyleInterface { | ||
close?: VictoryStyleObject; | ||
closeLabels?: VictoryStyleObject; | ||
closeLabels?: VictoryLabelStyleObject | VictoryLabelStyleObject[]; | ||
data?: VictoryStyleObject; | ||
high?: VictoryStyleObject; | ||
highLabels?: VictoryStyleObject; | ||
labels?: VictoryStyleObject; | ||
highLabels?: VictoryLabelStyleObject | VictoryLabelStyleObject[]; | ||
labels?: VictoryLabelStyleObject | VictoryLabelStyleObject[]; | ||
low?: VictoryStyleObject; | ||
lowLabels?: VictoryStyleObject; | ||
lowLabels?: VictoryLabelStyleObject | VictoryLabelStyleObject[]; | ||
open?: VictoryStyleObject; | ||
openLabels?: VictoryStyleObject; | ||
openLabels?: VictoryLabelStyleObject | VictoryLabelStyleObject[]; | ||
parent?: VictoryStyleObject; | ||
@@ -28,0 +28,0 @@ } |
{ | ||
"name": "victory-candlestick", | ||
"version": "35.3.3", | ||
"version": "35.3.4", | ||
"description": "Candlestick Component for Victory", | ||
@@ -24,3 +24,3 @@ "keywords": [ | ||
"prop-types": "^15.5.8", | ||
"victory-core": "^35.3.3" | ||
"victory-core": "^35.3.4" | ||
}, | ||
@@ -27,0 +27,0 @@ "scripts": { |
@@ -10,18 +10,18 @@ import * as React from "react"; | ||
VictoryStyleObject, | ||
VictoryLabelStyleObject, | ||
VictoryLabelableProps, | ||
VictoryMultiLabelableProps, | ||
VictoryStyleInterface | ||
VictoryMultiLabelableProps | ||
} from "victory-core"; | ||
export interface VictoryCandlestickStyleInterface extends VictoryStyleInterface { | ||
export interface VictoryCandlestickStyleInterface { | ||
close?: VictoryStyleObject; | ||
closeLabels?: VictoryStyleObject; | ||
closeLabels?: VictoryLabelStyleObject | VictoryLabelStyleObject[]; | ||
data?: VictoryStyleObject; | ||
high?: VictoryStyleObject; | ||
highLabels?: VictoryStyleObject; | ||
labels?: VictoryStyleObject; | ||
highLabels?: VictoryLabelStyleObject | VictoryLabelStyleObject[]; | ||
labels?: VictoryLabelStyleObject | VictoryLabelStyleObject[]; | ||
low?: VictoryStyleObject; | ||
lowLabels?: VictoryStyleObject; | ||
lowLabels?: VictoryLabelStyleObject | VictoryLabelStyleObject[]; | ||
open?: VictoryStyleObject; | ||
openLabels?: VictoryStyleObject; | ||
openLabels?: VictoryLabelStyleObject | VictoryLabelStyleObject[]; | ||
parent?: VictoryStyleObject; | ||
@@ -28,0 +28,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1429341
9742
Updatedvictory-core@^35.3.4