fin-hypergrid / core

A canvas-based super high performant grid renderer API
MIT License
896 stars 144 forks source link

Observable js notebooks using your lib #804

Open RandomFractals opened 5 years ago

RandomFractals commented 5 years ago

I thought I'd share a few js notebooks I put together using your lib since I've seen many js devs and data viz pros use that platform lately for online examples:

https://observablehq.com/@randomfractals/fin-hypergrid

https://observablehq.com/@randomfractals/apache-arrow-hypergrid

https://observablehq.com/@randomfractals/vega-datasets

Feel free to add them to your readme.md or online docs.

Do you have a handle on that platform, or know other examples on Observable, devs using your library might find handy?

joneit commented 5 years ago

Thanks for these. I will take a look. I created an (unpublished) observable last December for Hypergrid.

RandomFractals commented 5 years ago

@joneit sounds good.

Also check out my VegaViewer vscode ext. v 5.0 with alpha data preview panel that uses your grid lib under the hood with perspectivejs for csv & json data previews:

https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.vscode-vega-viewer

Give it a go :)

vega-viewer-data-preview-filter

cc @timkpaine & @ColinEberhardt cheers!