Click here to Skip to main content
15,616,341 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All.......

I am new in Asp.Net Web development..........

I am working on a web form application which is using asp.net c# and MS SQL Server 2008 as database. I want to plot a graph of trends based on time filters. I need to perform this using jquery library flot.

I want the units of trends points on y axis and date on x axis. I want to plot 4 different trends, so there will be 4 lines for 4 different trends over graph after plotting.

I have plotted the graph, but now I need to perform zooming, I have referred the code of flot examples, but for plotting time on x axis, I am unable to perform with example's code.

Can anybody help me to perform this?.

Thanks in advance.

- Regards
Posted
Updated 21-Dec-15 2:22am
v2
Comments
Sergey Alexandrovich Kryukov 21-Dec-15 9:42am    
I never used this library, but... Usually, in the functions of this kind, "zoom" means simply the change of the domain of function.
—SA

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