jjwallace

Results 15 comments of jjwallace

Is this still maintained?

I tried another method: ``` return ( {data.map((dataItem, i) => ( ))} ) ``` Animations also still don't work. Is there an example of map function with spreading flippedProps?

If you log the plugin you can see its properties. ``` `const wheel = viewport.plugins.get('wheel'); console.log('WHEEl', wheel);` ``` You will see the wheel object like so: ``` `Wheel {parent: Viewport,...

Ahh, that makes sense. Pinch also doesn't work also, it just defaults to zooming in the entire dom. I added a listener on the background container to see if mouse...

Still unable to get drag working with d3, angular integration. Do you know any working examples/boilerplate with angular or d3?

I built a simple angular pixiJS viewport - Boilerplate. Drag viewport still not function. Here is the source: https://github.com/jjwallace/angular-pixi/blob/master/src/app/pixiApp/d3/generateSimulationData.js If you wanna test it: npm install npm start You will...

Solution Found The error was occurring with a custom built Render and Render Store. Upon resize of the browser window the render would recalculate the canvas size and child element...

Very interesting, this is great!