0

I want to visualize a data using graph, this is the sample graph that i want to use it.

graph

I think the picture above is like time series graph types, data on the graph shows a random numbers in variety of time. If every data number is null or empty the graph is painting a full vertical red line.

My goal is to visualize a data like picture above, i already tried to use a different reactjs chart to visualize a data but can't make if every data number is null or empty the graph is painting a full vertical red line like the picture.

Has anyone ever used a chart like the picture above?

4

1 回答 1

1

如果您尝试Recharts会更好。它是一个用于反应组件的可组合图表库。

于 2018-11-28T06:44:32.137 回答