Socket
Socket
Sign inDemoInstall

regl-scatterplot

Package Overview
Dependencies
9
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2345
8Next

1.8.5

Diff

Changelog

Source

1.8.5

  • Fix: add d3-scale types as a dev dependency #153
  • Fix: run CI workflows on Ubuntu to ensure the sed replacement call works properly #153
flekschas
published 1.8.4 •

Changelog

Source

1.8.4

  • Fix a regression with the point opacity introduced in v1.7.1
flekschas
published 1.8.3 •

Changelog

Source

1.8.3

  • Fix typo in draw option type (renamed focus to filter) #148
flekschas
published 1.8.2 •

Changelog

Source

1.8.2

  • Improve hover detection
flekschas
published 1.8.1 •

Changelog

Source

1.8.1

  • Fix: add ability to set aspectRatio in the constructor
  • Fix: add missing type definition for aspectRatio
  • Fix: extend opacity type to correctly allow number[]
flekschas
published 1.8.0 •

Changelog

Source

1.8.0

  • Add scatterplot.getScreenPosition(pointIdx) to retrieve the screen position of a point by its index.
flekschas
published 1.7.1 •

Changelog

Source

1.7.1

  • Improve data type inference of the z/w values and allow to explicitely specify their data type via draw(newPoints, { zDataType: 'categorical', wDataType: 'continuous' })
flekschas
published 1.7.0 •

Changelog

Source

1.7.0

  • Add preventFilterReset option to draw() to allow re-drawing while keeping the current point filter. #136
  • Add ability to hover, select, and filter points immediately when calling draw(points, { hover: 0, select: [1, 2], filter: [0, 2, 3] }). Immediately hovering, selecting, or filtering points avoids a filter that can occur when first drawing points and then hovering, selecting, or filtering points subsequently. #142
  • Add missing filteredPoints type definition. #139
  • Add missing selectedPoints type definition.
  • Fix drawing a single connecting line between points #125
  • Fix drawing a single point connection #141
  • Fix draw()'s promise resolution when showPointConnections is true. The promise is now resolved after both, the points and point connections, have been drawn.
  • Set minimum Node version to 16 and minimum npm version to 7. You might still be able to use regl-scatterplot with older version but it's not advised.
flekschas
published 1.6.10 •

Changelog

Source

1.6.10

  • Fix scatterplot.destroy() to properly remove all event listeners bound during instance creation. #135
flekschas
published 1.6.9 •

Changelog

Source

v1.6.9

  • Fix empty select([]) handling #132
2345
8Next
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