John Cambefort

Results 13 comments of John Cambefort

Hi @stereokai, hopefully you've checked out this example made by Colin? I have a similar use case and it's been helpful for me! https://github.com/ColinEberhardt/d3fc-webgl-hathi-explorer

Ah I see -- I thought you were trying to make a scatterplot. I unfortunately don't have any examples, although I'd imagine you could have multiple plots / charts (from...

I see -- just to confirm, the code that enables alpha blending in your example is [the following](https://github.com/d3fc/d3fc/blob/658e82610e3e1a9a1602f58107f9c13f0dace8a3/examples/diamonds/index.js#L39-L44), right? ``` gl.blendFuncSeparate( gl.DST_COLOR, gl.ZERO, gl.CONSTANT_ALPHA, gl.ZERO ); ``` In my code,...

Done ! @murcikan-scottlogic [9091b9a](https://github.com/d3fc/d3fc/pull/1751/commits/9091b9a31b65e2866fc7b8b68b1ef95e48997901)

I unfortunately don't have much experience, let alone with testing. I'll see if I can inspire myself from the tests on the d3fc-chart package though. I was able to type...

Added a few tests. I don't know how much more can be done, given the pointer quite simply expects a `d3.selection` object as input and outputs void. Also I didn't...

I went with option 1 -- build passed! @murcikan-scottlogic

I'm having a perhaps related strange error: ```ts Error: Aborted(RuntimeError: Aborted(Error: ENOENT: no such file or directory, open 'http:/localhost:8000/sql-wasm.wasm'). Build with -sASSERTIONS for more info.). Build with -sASSERTIONS for more...

This sounds a little bit like my first experience building sql.js here: https://github.com/sql-js/sql.js/issues/526 Perhaps the instructions should clarify that an initial `npm run rebuild` (i.e. `make`) is needed!

The absence of this feature has proved to be a real pain point for use of sql.js in typescript / angular.