Settings and activity
3 results found
-
9 votes
The simples test would be to look for the button:
if (chart.resetZoomButton) {
// doSomething();
}valugi shared this idea · -
9 votes
An error occurred while saving the comment valugi shared this idea · -
28 votes
Here’s a proposal for startPrint and endPrint event: http://jsfiddle.net/highcharts/k1o2w9ba/
valugi supported this idea ·
I did like this. What happens is that the events are related to the serie and not on the graph. I want something that will be active at mouse over all over the graph not only on a particular serie. Besides in a graph with 4-5 graphs with 2 years of daily data doing this extra check to see what are the events for the same date are coming to a load price.