Christian C

Results 5 comments of Christian C

that would be awesome. I am wondering if it will be possible to use the rendering engine and use it with SVG or HTML nodes, removing canvas as main engine....

getting the same error as well, even with an admin user. Where is the cloudformation file supposed to go?

I confirm that setData() works, but it redraws the graph, which is a thing I would like to avoid. any updates?

render a component like this: this.setState({ network })} graph={graphData} options={options} events={events} /> then in your methods, add const {network} = this.state; network.setData(nodesEdges);

I managed to test it on the iOS emulator and seems to work. See screenshots attached - let me know if more info needed