flekschas / regl-scatterplot

Scalable WebGL-based scatter plot library build with Regl
https://flekschas.github.io/regl-scatterplot/
MIT License
191 stars 24 forks source link

fix: type issues #157

Closed flekschas closed 11 months ago

flekschas commented 11 months ago

This PR attempts to fix two type issues

Description

What was changed in this pull request?

I added the d3-scale type repo as a dev dependency and switched the CI workflows to ubuntu in the hope it fixes the broken sed command (which might not work on plain macOS)

Why is it necessary?

Fixes #153

Checklist