vigneshtg

Results 17 comments of vigneshtg

@Shestac92 I need a scroller to setup in Android with above chart like this in the below link: https://playground.anychart.com/docs/v8/samples/CS_Scroller_05 In the above link, Initially, some X-Axis (like 02:00, 04:00 etc.)...

@Shestac92 Yes, I've mentioned `chart.xScroller(true); ` for X-Scroller on my code, but it's difficult to move it and also sometimes, it is moving and manytimes not moving when I tried...

@Shestac92 Thank you for reply. As in my code above, I'm taking both temperature data and Date/Time directly from CSV file. Is it possible to take temperature data alone from...

@Shestac92 Yes, I know, we need to provide both X and Y values in dataset. I mean if I've temperature data only and don't have date/time, how can I plot...

@Shestac92 Thank you for reply. Further, if you see this data as below: 2020/11/18,09:34PM,94.5 2020/11/18,09:37PM,94.6 2020/11/18,09:42PM,98.1 2020/11/18,09:42PM,92.4 Here in above data, last 2 rows of data are having same Date/Time,...

@Shestac92 Thank you. Is there a way to plot both the points on line chart?