How to create a step line chart as the below figure:
I’m looking for a library that supports creating step line charts in a React Native application. I know about libraries like react-native-chart-kit, but it doesn’t natively support step line charts (with horizontal and vertical lines between data points). Is there a recommended library or method to achieve this functionality in React Native?
I hope someone could help me.
Thank for your support.
2
Answers
You can try the following libraries:
react-native-gifted-charts
It offers a lot of customization option for graphs.
Feel free to reach out if you need any further clarification regarding customization.
Can be easily done with highchart.js
Here is the sample code snippet for the same
Output:-
Sharing jsfiddle as well for a reference:
https://jsfiddle.net/rufqe7x6/
You can load it using webView, or can create native modules as well.