Click here to Skip to main content
15,917,062 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I've loaded some CSV data from a file, and need to plot it using JavaScript. Ideally, users would be able to zoom in on the overall plot...

My data looks like this:
MSIL
Datum,Uhrzeit,DINX,DINX,DINX,DINX,DINX,DINX,DINX,DINX
15.03.2010,09:16:51,1.95,0.00,0.00,0.00,0.00,0.00,0.00,0.00
15.03.2010,09:19:12,2.41,0.00,0.00,0.00,0.00,0.00,0.00,0.00
15.03.2010,09:19:17,1.95,0.00,0.00,0.00,0.00,0.00,0.00,0.00
15.03.2010,09:21:56,19.72,0.00,0.00,0.00,0.00,0.00,0.00,0.00
15.03.2010,09:40:36,19.72,0.00,0.00,0.00,0.00,0.00,0.00,0.00
15.03.2010,10:09:45,18.50,0.00,0.00,0.00,0.00,0.00,0.00,0.00
15.03.2010,10:09:50,19.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00
15.03.2010,10:09:55,18.50,0.00,0.00,0.00,0.00,0.00,0.00,0.00
15.03.2010,22:21:42,18.22,0.00,0.00,0.00,0.00,0.00,0.00,0.00


What sort of libraries are available for doing this sort of thing? I don't have a lot of time or experience, so something with good documentation and sample code would be great...

Best Regards,
Posted
Updated 30-Mar-10 8:24am
v2

1 solution

Member 399803 wrote:
give completed solution

Don't ask for this here. We are not here to do your work for you.

Try looking
here[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900