Demonstrates rendering up to 1 million data points in a scatterplot using D3 WebGL rendering. Uses the following:
- D3 v5.16.0 for rendering the chart axes and colors
- D3FC v15.0.4 for its high-level abstraction for WebGL rendering
- Svelte v3.0.0
- Tailwind CSS v2.1.1 for CSS utility
- TypeScript v4.0.0 for build-time type safety
- Prettier v2.0.2 for code formatting
npm install
npm run dev
npm install
npm run build
npm run start