I have a requirement to plot multiple xyline chart each with huge dataset(per second data for 7 days). The issue is that the system consume huge memory.
Is there any way to overcome this memory issue?Can i start plotting the graph and add the data dynamically during the plotting?.
Note:This is for a webapplication using spring and the data is fetched from database.