I have to get input from user say start and end number for the number of rows to be used for line chart and filter accordingly from CSV file and then change the line chart visualization I searched online for any leads but mostly its unclear. Can anyone please help me out?
Oh, you can use slice to get the rows based on the desired start and end row. This can be done after loading the full data and before rendering it.