victory

A collection of composable React components for building interactive data visualizations

OTHER License

Downloads
37.4M
Stars
11K
Committers
221

Bot releases are hidden (Show)

victory - 35.7.0

Published by boygirl over 3 years ago

(2021-05-12)

  • #1835 - This PR makes VictoryAxis responsible for calculating its own default xOffset, yOffset, orientation, and crossAxis values rather than relying on VictoryChart to determine these values. This change corrects several bugs related to how axes update on charts that use VictoryZoomContainer. We don't anticipate breaking changes with this update, but axis positioning will update differently (more correctly) when zooming. Thanks @jhumbug!
victory - 35.6.4

Published by boygirl over 3 years ago

(2021-05-12)

  • #1850 - Update VictoryTheme type definition to allow adding an optional style prop to VictoryGroup via theme. Thanks @hknowlton!
victory - 35.6.3

Published by boygirl over 3 years ago

(2021-05-10)

  • #1844 - Export missing VictoryAccessibleGroup from the main victory package
  • Security updates
victory - 35.6.2

Published by boygirl over 3 years ago

(2021-05-07)

  • #1840 - Improve cursor coordinate type definitions.
  • #1837 - Fix a regression introduced in v35.6.0 impacting inverted domain charts. Thanks @jhumbug!
victory - 35.6.1

Published by boygirl over 3 years ago

(2021-05-05)

  • #1832 - Add support for custom baselines for VictoryStack. Thanks @jhumbug!
  • #1833 - Add missing scale prop type for container type definitions.
victory - 35.6.0

Published by boygirl over 3 years ago

(2021-05-04)

  • #1827 - Points fully outside of a chart domain are now given null values to prevent them from being rendered. Exceptions are made for continuous chart types like VictoryArea and VictoryLine. This PR also includes a fix for animations so that animating data always reaches its final state before a new animation begins. Thanks @jhumbug!
victory - 35.5.1

Published by boygirl over 3 years ago

(2021-04-12)

  • #1819 - Improve built dist output
victory - 35.5.0

Published by boygirl over 3 years ago

(2021-04-07)

  • #1815 - Fix a bug affecting VictoryBrushContainer with allowResize set to false, and use defaultBrushArea="move" by default when allowResize is set to false.
victory - 35.4.13

Published by boygirl over 3 years ago

(2021-04-02)

  • #1812 - Update VictoryTooltip types to allow users to set single dimensions for the center prop
victory - 35.4.12

Published by boygirl over 3 years ago

(2021-03-19)

  • #1807 - Add missing handleWidth type to VictoryBrushContainer interface. Thanks @aknaut!
victory - 35.4.11

Published by boygirl over 3 years ago

(2021-03-04)

  • #1800 - Add missing id prop to VictoryLabelProps interface. Thanks @nielsboecker!
victory - 35.4.10

Published by boygirl over 3 years ago

(2021-03-01)

  • #1799 - Improve event prop interface. Thanks @loganwedwards!
victory - 35.4.9

Published by boygirl over 3 years ago

(2021-02-12)

  • #1789 - Skip the parent namespace when caching event state in VictorySharedEvents. Thanks @the-kwisatz-haderach!
victory - 35.4.8

Published by boygirl over 3 years ago

(2021-02-01)

-#1784 - - Add more font widths for the textsize util. Thanks @eatyourpeas!

victory - 35.4.7

Published by boygirl over 3 years ago

(2021-01-26)

  • #1780 - Remove unused type prop from primitive components used by VictoryAxis and VictoryPolarAxis
  • #1782 - Fix type definition for the getPath prop used by the Point primitive. Thanks @ASmartLynx!
victory - 35.4.6

Published by boygirl over 3 years ago

(2021-01-05)

-#1767 - Adds support for rx and ry props on the Background primitive component. Thanks @NgoKnows!

victory - 35.4.5

Published by boygirl over 3 years ago

(2021-01-04)

  • #1765 - Adds "cross" symbol for VictoryScatter and the Point primitive.

  • #1766 - Allows the bin prop on VictoryHistogram to accept arrays of negative numbers. Thanks @NgoKnows!

victory - 35.4.4

Published by boygirl over 3 years ago

(2020-12-24)

  • #1761 - Add more font widths for the textsize util. Thanks @dlabrecq!
victory - 35.4.3

Published by boygirl over 3 years ago

(2020-12-07)

  • #1755 - Export Portal type
victory - 35.4.2

Published by boygirl over 3 years ago

(2020-12-01)

  • #1751 - Add missing static defaultEvents to VictoryTooltip types. Thanks @beccanelson!