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

victory-core

Package Overview
Dependencies
Maintainers
7
Versions
304
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

victory-core - npm Package Versions

1
31

4.5.1

Diff

boygirl
published 4.5.0 •

ebrillhart
published 4.4.2 •

ebrillhart
published 4.4.1 •

ebrillhart
published 4.4.0 •

boygirl
published 4.3.0 •

Changelog

Source

34.3.0 (2020-05-12)

  • #1531 - Adds a VictoryHistogram component. Huge thanks to @NgoKnows for this new feature!
<VictoryHistogram
  binSpacing={1}
  bins={[0, 20, 50, 500]}
  data={[
    { value: 1 }, { value: 1 }, { value: 2 }, { value: 3 } ...
  ]}
  x="value"
/>

Histogram bins may be defined with the bin prop, which takes either an array of bin edges, or a single number which corresponds to an approximate number of bins. VictoryHistogram is meant to work with continuous data, and expects a data prop as an array of objects with x values. By default, histogram bins will be laid out with no spaces between bins, but the optional binSpacing prop may be provided to change this behavior. Additional documentation and examples will be coming soon.

ebrillhart
published 4.2.2 •

Changelog

Source

34.2.2 (2020-05-11)

  • #1558 - Adds a backgroundComponent for VictoryChart that will be rendered if VictoryChart's style component includes background styles. The Background component renders a rect for cartesian charts and a circle for polar charts that is correctly sized and positioned to fill the entire range of the chart. Thanks @maddles and @wparsons!
ebrillhart
published 4.2.1 •

Changelog

Source

34.2.1 (2020-05-09)

  • #1563 - Fixes a regression introduced in 34.1.3 that was effecting charts with the domain prop defined for a single dimension.
  • #1564 - Fixes a regression introduced in 34.1.3 that was causing domainPadding to not be applied to stacked and grouped charts with domain props defined.
ebrillhart
published 4.2.0 •

Changelog

Source

34.2.0 (2020-05-06)

Update typescript types for all Victory components. A huge thanks to @maddles @wparsons and @kale-stew for this work. This release includes the following PRs

#1557, #1556, #1554, #1552, #1551, #1550, #1547, #1546, #1543, #1538, #1536, #1535, #1534, #1533, #1532, #1530,#1529, #1528, #1527, #1526, #1525, #1524, #1522, #1521, #1520, #1519, #1515, #1514, #1512, #1510, #1508

boygirl
published 4.1.1 •

Changelog

Source

34.1.1 (2020-02-06)

  • #1485 - Better typescript linting and minor bug fix for VictoryChart types
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