Relative Content

Tag Archive for reactjsnivo-react

@nivo: how to remove blinking when render a line chart?

When the data that comes from the WebSocket changes, the component with the graph is redrawn and flashes. I sort through the data using map() and display it in a table. Also in useEffect I update and create an array of data for the chart.
What can be done to stop the blinking?