New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-plot

Package Overview
Dependencies
Maintainers
4
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-plot - npm Package Versions

134

0.19.1

Diff

Changelog

Source

0.19.1 (2022-05-24)

Bug Fixes

  • vertical BoxPlot annotation (#413) (f024bee)
zakodium-bot
published 0.19.0 •

Changelog

Source

0.19.0 (2022-05-17)

Features

  • add BoxPlot annotation (#408) (315f829)
  • add callbacks in boxplot annotation (f2d8118)
  • add xAxis and yAxis to annotations (0accf77)
  • make primary & secondary grids independent (#403) (c724eed)
zakodium-bot
published 0.18.0 •

Changelog

Source

0.18.0 (2022-04-28)

Features

Bug Fixes

zakodium-bot
published 0.17.1 •

Changelog

Source

0.17.1 (2022-04-10)

Bug Fixes

  • optimize Axis to prevent rendering loop (#388) (1b761c1)
zakodium-bot
published 0.17.0 •

Changelog

Source

0.17.0 (2022-04-10)

⚠ BREAKING CHANGES

  • do not adapt axes to shifted series (#358)
  • use two svg layers to improve annotations performance (#360)
  • rename displayMarker prop to displayMarkers (#361)
  • onDraw callback was renamed to onEnd in useDrawPath and useDrawRectangle
  • use pointer events instead of mouse events
  • Numeric padding is now interpreted as an offset on the axis' scale. Use for example paddingStart="10%" instead of paddingStart={0.1} for percentages. Padding now only takes effect if the axis' boundary (min or max) is not set.

Features

  • add close and onDraw props to useDrawPath (#339) (e27ea7c)
  • add Group annotations style (#295) (1288aa7)
  • add ScalarValue type (#386) (9121984)
  • add support for nested PlotController contexts (#309) (1573afe)
  • add tickFormat prop to ParallelAxis (#336) (9dacd90)
  • add useAxisWheelZoom hook (3ee76fd)
  • add usePan hook (3ee76fd)
  • add usePlotControllerAxis hook (3ee76fd)
  • allow lines in ScatterSeries (#354) (0eee43c)
  • improve default values in legend (#337) (07ceb40)
  • interpret padding as number, string, or percentage (#341) (4664c20)
  • provide axis domain to plot event handlers (3ee76fd)
  • show and hide series from the legend (#294) (3ba55e1)
  • use pointer events instead of mouse events (c43ce78)
  • use two svg layers to improve annotations performance (#360) (ce897db)

Bug Fixes

Code Refactoring

  • rename displayMarker prop to displayMarkers (#361) (7a49547)
zakodium-bot
published 0.16.0 •

Changelog

Source

0.16.0 (2022-02-07)

Features

Bug Fixes

  • do not share state between plot controllers (57bc640)
zakodium-bot
published 0.15.0 •

Changelog

Source

0.15.0 (2022-02-04)

⚠ BREAKING CHANGES

  • implement hooks to handle plot events
  • change series groupID prop to id

Features

  • add axis secondary ticks (#267) (4de79db)
  • add events to implement pan and vertical scale (#261) (774c73d)
  • add onClick, and style callback in legend (#288) (3a81947)
  • add time axis (#272) (ad169d5)
  • display labels & customize Markers in ScatterSeries (#286) (1b83916)
  • implement hooks to control axis min and max (#296) (5ee0ac8)
  • implement hooks to handle plot events (5ee0ac8)
  • implement useAxisZoom hook (5ee0ac8)
  • implement useStartMoveEnd, useDrawRectangle, and useRectangularZoom hook (5ee0ac8)
  • new DIrectEllipse annotation (95a9ab2)

Bug Fixes

  • allow two plots to be rendered on the same page (5ee0ac8)
  • disable text selection on all plot elements by default (#274) (fe649c4)
  • export DirectedEllipse from the package (5ee0ac8)

Miscellaneous Chores

  • change series groupID prop to id (3a81947)
zakodium-bot
published 0.14.0 •

Changelog

Source

0.14.0 (2022-01-24)

⚠ BREAKING CHANGES

  • do not align annotation group by default (#268)

Features

  • do not align annotation group by default (#268) (d20a6a1)
zakodium-bot
published 0.13.1 •

Changelog

Source

0.13.1 (2022-01-18)

Bug Fixes

  • take tick position into account when computing plot sizes (37956a6)
zakodium-bot
published 0.13.0 •

Changelog

Source

0.13.0 (2022-01-18)

Features

  • add support for all line props and markerSize to arrow annotation (#247) (b4e7898)
  • automatically create axes if they are omitted (#248) (0bbe3bd)
  • implement all missing axis props & fix Position of tick labels (#254) (009a3bc)
  • support annotation x/y coordinates as "%" (#255) (a23bda8)

Bug Fixes

  • resize plot for and place legend correctly (#250) (cc55696)
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