javascript - HIghcharts tooltips only for start and end point. -


using line chart datetime information. seems work except reason tooltip come first point , last. not in between.

i've tried fooling around xdateformat no avail.

tooltip: { xdateformat: '%h:%m', shared: true }, 

any suggestions?

fiddle: http://jsfiddle.net/jt7vp/

there issue data. in descending order, has been issue. i've updated fiddle here

changes done in

series:[{data:[]},{data:[]},{data:[]}] 

hope useful


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -