Click here to Skip to main content
15,881,559 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. 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 have got success to plot the graph, it plots trends. I am unable to perform the scroll zoom & Pan for navigation. I have referred the code as per the following link:

http://www.flotcharts.org/flot/examples/navigate/

I am trying to plot the data dynamically i.e. data fetched from db. Does scroll zoom & Pan support for datetimes on xaxis?What should be the zoomRange & panRange to add? for my case where I am showing datetimes on x axis.

Can anybody help me to perform this? or refer some links for Flot Graph datetimes on X axis along with scroll zoom & Pan for navigation?

Thanks in advance.

- Regards

What I have tried:

I want the units of trends points on y axis and date on x axis.

I have got success to plot the graph, it plots trends. I am unable to perform the scroll zoom & Pan for navigation. I have referred the code as per the following link:

http://www.flotcharts.org/flot/examples/navigate/

I am trying to plot the data dynamically i.e. data fetched from db. Does scroll zoom & Pan support for datetimes on xaxis?What should be the zoomRange & panRange to add? for my case where I am showing datetimes on x axis.
Posted
Updated 13-Feb-16 19:41pm
v2

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