Socket
Socket
Sign inDemoInstall

@visx/axis

Package Overview
Dependencies
46
Maintainers
4
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1234

1.4.0

Diff

Changelog

Source

v1.4.0

:rocket: Enhancements
  • [xychart] make event in EventHandlerParams optional #972
  • [xychart] add colorAccessor to relevant series #1005, closes #996
  • [xychart] include zero in scale domains by default #1008
:bug: Bug Fix
  • [xychart] fix scale options not applied in XYChart #987, closes #986
  • [xychart] expose more AnnotationLineSubject types, fix strokeWidth application #991
  • [annotation] fix application of object type Label props.backgroundPadding, add default anchorLineStroke #989
  • [stats] fix handling of 0 in BoxPlot valueScale #993
  • [xychart] enable style overflow in crosshairs #997

:memo: Documentation

  • [xychart] add advanced usage sandbox examples #972
  • [xychart] fix missing </details> #972
  • [annotation] add docs for Label #989
:trophy: Contributors
Changes:
 - @visx/annotation: 1.3.0 => 1.4.0
 - @visx/axis: 1.3.0 => 1.4.0
 - @visx/brush: 1.3.0 => 1.4.0
 - @visx/demo: 1.3.0 => 1.4.0
 - @visx/grid: 1.3.0 => 1.4.0
 - @visx/legend: 1.3.0 => 1.4.0
 - @visx/marker: 1.3.0 => 1.4.0
 - @visx/react-spring: 1.3.0 => 1.4.0
 - @visx/scale: 1.3.0 => 1.4.0
 - @visx/shape: 1.3.0 => 1.4.0
 - @visx/stats: 1.3.0 => 1.4.0
 - @visx/threshold: 1.3.0 => 1.4.0
 - @visx/visx: 1.3.0 => 1.4.0
 - @visx/xychart: 1.3.0 => 1.4.0
christopher.card.williams
published 1.3.0 •

Changelog

Source

v1.3.0

:rocket: Enhancements
  • [responsive] Add ParentSizeModern, withParentSizeModern that don't add ResizeObserver polyfill #925
  • [scale] add scaleRadial #958
  • [text] add useText hook, refactor Text to use it #946
  • [event] support FocusEvents in localPoint #956
  • [xychart] release package #965
  • [xychart] add PointerEvent handlers to XYChart, all Series #947
  • [xychart] add support for FocusEvents #959
  • [xychart] integrate Annotations #938
:bug: Bug Fix
  • [shape] set y0 when it equals zero #955

:memo: Documentation

  • [xychart] add README and /docs/xychart to demo site #963
  • [demo] fix view demo hover pointer style #929
  • [tooltip] fix offsetTop documentation #970

:house: Internal

  • [xychart] add FocusEvent tests #962
  • [xychart] add PointerEvent tests #952
  • [xychart] add Annotations tests #948
:trophy: Contributors
Changes:
 - @visx/annotation: 1.2.0 => 1.3.0
 - @visx/axis: 1.2.0 => 1.3.0
 - @visx/brush: 1.2.0 => 1.3.0
 - @visx/demo: 1.2.0 => 1.3.0
 - @visx/drag: 1.2.0 => 1.3.0
 - @visx/event: 1.0.0 => 1.3.0
 - @visx/grid: 1.2.0 => 1.3.0
 - @visx/legend: 1.1.0 => 1.3.0
 - @visx/marker: 1.2.0 => 1.3.0
 - @visx/react-spring: 1.2.0 => 1.3.0
 - @visx/responsive: 1.1.0 => 1.3.0
 - @visx/scale: 1.1.0 => 1.3.0
 - @visx/shape: 1.2.0 => 1.3.0
 - @visx/stats: 1.1.0 => 1.3.0
 - @visx/text: 1.1.0 => 1.3.0
 - @visx/threshold: 1.2.0 => 1.3.0
 - @visx/tooltip: 1.1.0 => 1.3.0
 - @visx/visx: 1.2.0 => 1.3.0
 - @visx/xychart: 1.2.0 => 1.3.0
 - @visx/zoom: 1.0.0 => 1.3.0
christopher.card.williams
published 1.3.0-alpha.0 •

christopher.card.williams
published 1.2.0 •

Changelog

Source

v1.2.0

:rocket: Enhancements
  • [brush] expose updateBrush method via innerRef #934, closes #577
  • [annotation] add new Annotation components (Annotation, EditableAnnotation, Label, CircleSubject, LineSubject) #907
  • [drag] add useDrag hook #902
  • [drag] allow x,y,dx,dy overrides in useDrag + Drag #906, closes #905
  • [annotation] add canEditSubject, canEditLabel to EditableAnnotation #919
  • [xychart (unpublished)] make DataProvider optional #913
  • [xychart (unpublished)] expose curve types in BaseAreaSeries, BaseLineSeries #899
  • [xychart (unpublished)] handle rendering + tweening missing values #898
  • [xychart (unpublished)] add (Animated)GlyphSeries #885
  • [xychart (unpublished)] add AreaSeries + AnimatedAreaSeries #878
  • [xychart (unpublished)] add AnimatedLineSeries #874
  • [xychart (unpublished)] add Animated(BarSeries, BarStack, BarGroup) #873
:bug: Bug Fix
  • [shape] conditionally render Arc without data #937

:memo: Documentation

  • [demo/annotation] add annotation demo #909
  • [demo] visx rebrand, move to github pages #890, fixes #850 #861
  • [in the wild] add tokenizedbtc #931

:house: Internal

  • [deps] next@9.5.4 #915, #916
  • [ci] remove .travis.yml #891
  • [xychart (unpublished)] add Annotation tests #912
  • [xychart (unpublished)] add missing data tests #900
:trophy: Contributors
Changes:
 - @visx/annotation: 1.1.0 => 1.2.0
 - @visx/axis: 1.1.0 => 1.2.0
 - @visx/brush: 1.1.0 => 1.2.0
 - @visx/demo: 1.1.0 => 1.2.0
 - @visx/drag: 1.0.0 => 1.2.0
 - @visx/grid: 1.1.0 => 1.2.0
 - @visx/marker: 1.1.0 => 1.2.0
 - @visx/react-spring: 1.1.0 => 1.2.0
 - @visx/shape: 1.1.0 => 1.2.0
 - @visx/threshold: 1.1.0 => 1.2.0
 - @visx/visx: 1.1.0 => 1.2.0
 - @visx/xychart: 1.1.0 => 1.2.0 (private)
christopher.card.williams
published 1.1.0 •

Changelog

Source

v1.1.0

:rocket: Enhancements
  • [scale] bump @types/d3-scale to ^3.1.0 #856 closes #855
  • [shape] set Line shapeRendering to crispEdges if rectilinear #840
  • [network] apply fill & radius to DefaultNode #859
  • [tooltip] add applyPositionStyle prop so users don't have to set absolute positioning when unstyled=true #857
  • [responsive] add initialWidth and initialHeight to withParentSize #836 closes #554
  • [responsive] add ignoreDimensions prop to optimize re-renders #834 closes #247
  • [xychart (unpublished)] add BarSeries #808
  • [xychart (unpublished)] add BarGroup #870 #871
  • [xychart (unpublished)] add BarStack #865 #866
  • [xychart (unpublished)] add EventEmitterContext, TooltipContext #825
  • [xychart (unpublished)] add Tooltip #852
:bug: Bug Fix
  • [tooltip] fix TooltipWithBounds overlowing its parent on small screens #837 closes #466
  • [tooltip] fix TooltipWithBounds positioning when unstyled=true #828
  • [stats] don't throw when first and third quartile are equal #841 closes #427
  • [stats] update min/max to handle no outliers case #853 closes #851
  • [text] render 0 as number #814 fixes #813
  • [shape] render LinkHorizontalStep horizontally not vertically #847 closes #820
  • [axis] fix tickLabelProps when hideZero=true #818 fixes #815
  • [demo/areas] handle non-zero margins #877
:house: Internal
  • [responsive] refactor ParentSize to function component #834
  • [text] improve test coverage #833
  • [pattern] remove code duplication #838
:memo: Documentation
  • [in the wild] add Wall Street Journal: Americans Familiarize Themselves with the Word ‘Forbearance’ #843
  • [in the wild] add dollar-to-food-emoji #860
  • [in the wild] remove deadlinks, add Taiwan Real-time Air Quality Index #867
  • [project readme] fix typos #826
:trophy: Contributors
Changes:
 - @visx/annotation: 1.0.0 => 1.1.0
 - @visx/axis: 1.0.0 => 1.1.0
 - @visx/brush: 1.0.0 => 1.1.0
 - @visx/demo: 1.0.0 => 1.1.0
 - @visx/grid: 1.0.0 => 1.1.0
 - @visx/legend: 1.0.0 => 1.1.0
 - @visx/marker: 1.0.0 => 1.1.0
 - @visx/network: 1.0.0 => 1.1.0
 - @visx/pattern: 1.0.0 => 1.1.0
 - @visx/react-spring: 1.0.0 => 1.1.0
 - @visx/responsive: 1.0.0 => 1.1.0
 - @visx/scale: 1.0.0 => 1.1.0
 - @visx/shape: 1.0.0 => 1.1.0
 - @visx/stats: 1.0.0 => 1.1.0
 - @visx/text: 1.0.0 => 1.1.0
 - @visx/threshold: 1.0.0 => 1.1.0
 - @visx/tooltip: 1.0.0 => 1.1.0
 - @visx/visx: 1.0.0 => 1.1.0
 - @visx/xychart: 1.0.0 => 1.1.0 (private)
christopher.card.williams
published 1.0.0 •

Changelog

Source

v1.0.0

:house: Internal

  • project renamed from vx => visx, migrated from hshoff/vx => airbnb/visx #802, #803

:memo: Documentation

  • Demo site migrated from https://vx-demo.now.sh/ => https://airbnb.io/visx #804
  • Demo site re-brand

:boom: Breaking Changes

  • [all packages] vx-... classNames are renamed to visx-... #803
  • [demo] existing codesandbox links which reference vx-demo directory structure will break #803
  • [tooltip] className="vx-tooltip-portal" => visx-tooltip (so as not to be confused with the new TooltipInPortal) #803
:bug: Bug Fix
  • [demo] fix /axis codesandbox dependency #799
:trophy: Contributors
@vx/*@0.0.199 => @visx/*@1.0.0
christopher.card.williams
published 0.0.200-alpha.0 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc