Giorgi Ghviniashvili

Results 7 issues of Giorgi Ghviniashvili

Hi, when graph has 10,000+ nodes and would like to show texts using `nodeThreeObject` and `SpriteText`, it becomes very slow. Is there any solution for this to make it very...

I am rendering a component like this: ``` { node.fx = node.x; node.fy = node.y; node.fz = node.z; }} nodeLabel="id" nodeThreeObject={(node) => { // here I tried to use cached...

Hi, we are trying to implement custom animations like [count](https://github.com/microsoft/datamations/issues/109) using gemini. Was thinking if `recommendKeyframes` or `recommendWithPath` are able to generate the spec sequence for custom animations: mean, count,...

Hi, we are trying to implement custom animations like [count](https://github.com/microsoft/datamations/issues/109) using gemini. Was thinking if `recommendKeyframes` or `recommendWithPath` are able to generate the spec sequence for custom animations: mean, count,...

Hello, is there a way of exporting gemini animation to video or gif?

We have this error when hovering over the svg. Looks like a tooltip issue? How can we resolve?

pending

I created a [fake faceted view](https://github.com/jhofman/datamations/issues/32) which just uses x-axis facet titles. Sometimes we need to handle two x-axis, one for facet titles and one for real x-axis. I can...

future work