D
D
devalone2019-01-07 19:09:46
User interface
devalone, 2019-01-07 19:09:46

Is there such a component for graphs in React?

I have a lot of graphs in my project, where x is a timestamp, y is a value, the data is recorded somewhere for a whole year, somewhere for a day. And I want a component that will display a graph (by default, for example, for a day), have buttons "today", "for a week", "for a month", "for all time", "for a certain period" (ideally, that this configured) and send requests to the server like "charts from such and such timestamp", "charts from such and such timestamp to such and such", and when you zoom in, so that it sends the request again and updates the data (on the backend I will give data at the right scale, so as not to overload the client with a render of tens of thousands of points).
Is there something similar?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ilya Petrushenko, 2019-01-08
@devalone

You can look for example towards https://github.com/kirjs/react-highcharts .
It seems to me that such a custom one as described seems unlikely to be found.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question