react-native-gifted-charts icon indicating copy to clipboard operation
react-native-gifted-charts copied to clipboard

Dynamic chart data

Open jaikantshikray opened this issue 2 years ago • 2 comments

I have seen the example code and the source code for the library, it only supports 5 items data to be plotted on charts via 5 different data props, is there a way we can plot dynamic data over the chart ?

jaikantshikray avatar Jun 25 '22 06:06 jaikantshikray

Hi @jaikantshikray 👋 Thanks for requesting the feature. But unfortunately I am running short of time these days. Will definitely work on it once I get some time.

Abhinandan-Kushwaha avatar Jun 27 '22 16:06 Abhinandan-Kushwaha

Hello we urgently require this too, can you tell us where to look to do this if you are short on time. Thank you in advance.

tandemloop avatar Jul 17 '22 00:07 tandemloop

Hi, we need dynamic data. Is there any workaround for this?

JoshiAditi1993 avatar Nov 04 '22 04:11 JoshiAditi1993

Hi @JoshiAditi1993 @tandemloop @jaikantshikray 👋

This feature is now available in version 1.3.19 onwards. 🎉

Added support for a dynamic number of lines with the help of the dataSet prop. We can now pass an array of data instead of using data, data2, data3 etc.

See Line chart props: dataSet

Abhinandan-Kushwaha avatar Nov 22 '23 11:11 Abhinandan-Kushwaha