camargo / gl-plot-2d

A Web Component for gl-plot2d.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gl-plot-2d

This is a Web Component that wraps gl-plot2d.

Line Plot

Installation (npm)

npm install gl-plot-2d --save

Example

Build & Run Example

npm install
bash build.sh

Average Draw Times

These were calculated by taking the average of 20 individual draw calls.

10,000 Points 100,000 Points 1,000,000 Points
Chrome (56.0.2924.87) 4.208ms 4.399ms 4.460ms
Firefox (51.0.1) 5.006ms 5.573ms 7.272ms

About

A Web Component for gl-plot2d.

License:MIT License


Languages

Language:TypeScript 70.4%Language:JavaScript 27.5%Language:HTML 1.1%Language:Shell 0.9%