regl-scatterplot icon indicating copy to clipboard operation
regl-scatterplot copied to clipboard

Scalable WebGL-based scatter plot library build with Regl

Results 28 regl-scatterplot issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.5.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4. Release notes Sourced from semver-regex's releases. v3.1.4 Backport of ReDoS fix https://github.com/sindresorhus/semver-regex/commit/7712ba564d40da101cf2b2b33e6a910d9f2f57f4 Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=semver-regex&package-manager=npm_and_yarn&previous-version=3.1.3&new-version=3.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...

dependencies

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.4 to 3.0.5. Changelog Sourced from plist's changelog. 3.0.5 / 2022-03-23 [96e2303d05] Prototype Pollution using .parse() #114 (mario-canva) update browserify from 16 to 17 Commits See full...

dependencies

Normally vite handles a request for `index.html`, but `vite-plugin-virtual-html-template` intercepts requests for `.html` and doesn't allow vite to inject a runtime client to handle auto-refreshing. This PR adds a minimal...

Code changes under `examples` does not trigger a hot reloading event. As @manzt found out, it might be due to `vite-plugin-virtual-html-template`.

bug

Hello Fritz, could you please point me to the position where I could extend the code for other figures (at the moment only points are possible to draw), I would...

new feature

Bumps [d3-color](https://github.com/d3/d3-color) from 3.0.1 to 3.1.0. Release notes Sourced from d3-color's releases. v3.1.0 Add rgb.clamp and hsl.clamp. #102 Add color.formatHex8. #103 Fix color.formatHsl to clamp values to the expected range....

dependencies

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.4.1 to 2.9.13. Release notes Sourced from vite's releases. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to...

dependencies

Is there a way to fix the size of points, so that point sizes are unaffected by the zoom? I have an extremely dense plot which requires significant zooming to...

improvement