Click here to Skip to main content
15,891,785 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Am using canvas js and jq chart tool in my application to draw a spline curve using scatter line chart. The user should know the x,y points wherever the user place the mouse in the chart other than the data points. Kindly help me to solve this problem.
Posted
Updated 1-Feb-15 19:26pm
v2
Comments
ducksbabariya 2-Feb-15 23:37pm    
Please put your code here so we can make it proper or can find mistake if any

1 solution

Look here[^] for the documentation of JQPlot.
You need to play with the Tooltip options, highlighter plugin etc...

There are many examples, find one where the feature is enabled and look at the code :-). (eg.[^])

hope this helps.
 
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