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

victory-polar-axis

Package Overview
Dependencies
Maintainers
3
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

victory-polar-axis - npm Package Compare versions

Comparing version 35.4.6 to 35.4.7

20

es/victory-polar-axis.js

@@ -246,17 +246,9 @@ import _isEmpty from "lodash/isEmpty";

value: {
axisComponent: React.createElement(LineSegment, {
type: "axis"
}),
axisComponent: React.createElement(LineSegment, null),
axisLabelComponent: React.createElement(VictoryLabel, null),
circularAxisComponent: React.createElement(Arc, {
type: "axis"
}),
circularGridComponent: React.createElement(Arc, {
type: "grid"
}),
circularAxisComponent: React.createElement(Arc, null),
circularGridComponent: React.createElement(Arc, null),
containerComponent: React.createElement(VictoryContainer, null),
endAngle: 360,
gridComponent: React.createElement(LineSegment, {
type: "grid"
}),
gridComponent: React.createElement(LineSegment, null),
groupComponent: React.createElement("g", {

@@ -269,5 +261,3 @@ role: "presentation"

theme: VictoryTheme.grayscale,
tickComponent: React.createElement(LineSegment, {
type: "tick"
}),
tickComponent: React.createElement(LineSegment, null),
tickLabelComponent: React.createElement(VictoryLabel, null)

@@ -274,0 +264,0 @@ }

@@ -262,17 +262,9 @@ "use strict";

value: {
axisComponent: _react.default.createElement(_victoryCore.LineSegment, {
type: "axis"
}),
axisComponent: _react.default.createElement(_victoryCore.LineSegment, null),
axisLabelComponent: _react.default.createElement(_victoryCore.VictoryLabel, null),
circularAxisComponent: _react.default.createElement(_victoryCore.Arc, {
type: "axis"
}),
circularGridComponent: _react.default.createElement(_victoryCore.Arc, {
type: "grid"
}),
circularAxisComponent: _react.default.createElement(_victoryCore.Arc, null),
circularGridComponent: _react.default.createElement(_victoryCore.Arc, null),
containerComponent: _react.default.createElement(_victoryCore.VictoryContainer, null),
endAngle: 360,
gridComponent: _react.default.createElement(_victoryCore.LineSegment, {
type: "grid"
}),
gridComponent: _react.default.createElement(_victoryCore.LineSegment, null),
groupComponent: _react.default.createElement("g", {

@@ -285,5 +277,3 @@ role: "presentation"

theme: _victoryCore.VictoryTheme.grayscale,
tickComponent: _react.default.createElement(_victoryCore.LineSegment, {
type: "tick"
}),
tickComponent: _react.default.createElement(_victoryCore.LineSegment, null),
tickLabelComponent: _react.default.createElement(_victoryCore.VictoryLabel, null)

@@ -290,0 +280,0 @@ }

{
"name": "victory-polar-axis",
"version": "35.4.6",
"version": "35.4.7",
"description": "Polar Axis Component for Victory",

@@ -24,3 +24,3 @@ "keywords": [

"prop-types": "^15.5.8",
"victory-core": "^35.4.6"
"victory-core": "^35.4.7"
},

@@ -27,0 +27,0 @@ "scripts": {

@@ -112,9 +112,9 @@ import React from "react";

static defaultProps = {
axisComponent: <LineSegment type={"axis"} />,
axisComponent: <LineSegment />,
axisLabelComponent: <VictoryLabel />,
circularAxisComponent: <Arc type={"axis"} />,
circularGridComponent: <Arc type={"grid"} />,
circularAxisComponent: <Arc />,
circularGridComponent: <Arc />,
containerComponent: <VictoryContainer />,
endAngle: 360,
gridComponent: <LineSegment type={"grid"} />,
gridComponent: <LineSegment />,
groupComponent: <g role="presentation" />,

@@ -125,3 +125,3 @@ labelPlacement: "parallel",

theme: VictoryTheme.grayscale,
tickComponent: <LineSegment type={"tick"} />,
tickComponent: <LineSegment />,
tickLabelComponent: <VictoryLabel />

@@ -128,0 +128,0 @@ };

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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