Skip to main content

All Questions

0 votes
1 answer
151 views

alternative way to change hovered series and its points properties in a HighCharts chart

I have a line chart with a lot of series and I need to change the color of the hovered series and all its points. A suggested approach is to use mouseOver and mouseOut events, and inside them run a ....
tic's user avatar
  • 4,149
0 votes
0 answers
440 views

Highcharts : Real time updating spline chart sets y-axis data to zero

I am trying to display a set of dynamic data in a spline type chart using highcharts. My spline type line chart has 4 series of data that needs to update through a service call. Service returns an ...
Ishara Amarasekera's user avatar
0 votes
1 answer
89 views

Highcharts: update chart when data actualized

I am using Highcharts and I would like this chart to update each second. This is what I have now: JSFiddle I have timer window.setInterval(updateChart, 1000); and it works properly actualizing data ...
KaroCodes's user avatar
  • 256
0 votes
1 answer
3k views

Adding Dynamic Data Series to High charts

×212414 ×123754 I am calling a PageMethod in codebehind.aspx.cs file which returns me a string array[] in the javascript code in the aspx page the problem at hand is that string array returns Time(X ...
MANi.'s user avatar
  • 3