d3fc-webgl-hathi-explorer
d3fc-webgl-hathi-explorer copied to clipboard
A T-SNE scatter plot implemented using D3FC's WebGL series
Hi Colin, Thanks for this great project first off. I'm trying to understand what's happening in [annotation-series.js](https://github.com/ColinEberhardt/d3fc-webgl-hathi-explorer/blob/master/annotation-series.js). My use case is a scatterplot that uses a `scaleTime` for the X...
Hello, I'm trying to add an "onClick" event to each point, but cannot find any documentation on how to do so. The latest version of d3fc is 15.2 but I...
When the parser reads the tsv it appends the last line of the chunk to the next batch. Which is fine, but I think it should be appended at the...
When loading the dataset, the points are drawn in gray. But I can't search any code to describe the color of points at loading. Could it be changed? In index.html,...
Thank you Colin Eberhardt. I find your solution for the big dataset is very useful and fork your project at [here](https://xiaozhah.github.io/d3fc-webgl-hathi-explorer/) It solves the memory pressure when I used SVG...