score:7
Accepted answer
You can use the chart.events.selection
event to get this information. For example:
chart: {
events: {
selection: function(event) {
if(event.xAxis != null)
console.log("selection: ", event.xAxis[0].min, event.xAxis[0].max);
else
console.log("selection: reset");
}
},
zoomType: 'xy'
}
See this JSFiddle for a demonstration and logging of the results.
Source: stackoverflow.com
Related Query
- *Highcharts* How to get the min and max value of the zoom box
- Highcharts - How to get Max and Min value between 2 dates
- Get max value and label in series after zoom in JS HighCharts
- How to format Highcharts columnRange to get json data for temperature Min and Max
- How can I get the max value of a y axis at highcharts?
- How do I get the value of a highcharts graph point on mouseover?
- How to remove the value and number labels from Highcharts angular gauge
- How do I force highcharts to pay attention to min and max on my secondary axis?
- How do I dynamically change the yAxis min, max and tickInterval in HighCharts
- HighCharts - Set Max and Min values in zoom reset
- How to get chart min and max values after Drag zooming in highChart chart?
- Highcharts xAxis padding is lost when navigator when zooming in and out and can't get the padding back when zoom out
- Why do my highcharts yaxis tick positions change the min and max of my chart?
- Highcharts Boxplot - box with lower, upper quartile and median is not displaying when min and max are null of a category
- Manually set y-axis min and max value and zoom-in behaviour in Highcharts
- How to get the axis value with respect to the cross hair in highcharts
- min and max axis value not respected in HighCharts chart with a logarithmic axis
- update the yAxis min value and tooltip dynamically in highcharts
- dynamically change label to show the y-axis min and max value
- How to make the selection of individual series dynamic in highcharts even after setting max and min?
- How to Increase minimum point value and the color of series in advanced accessible charts in Highcharts by making it traverse
- How to set a function to the max value in boxplot highcharts
- how can I use rangeselector and navigation in highcharts in the given code
- I change the min and max of the xaxis, but how to i change the 'navigator'?
- How to get time and value from MySQL into Highcharts
- How do you get the mouse hovered label value with the highcharts custom event plugin?
- Incorrect data point value in highcharts navigator series when extending min and max date
- How to get highcharts dates in the x axis?
- How to display the value instead of percentage in a pie chart using jquery Highcharts
- How replicate the value of Y Axis on both sides of the axis in Highcharts
More Query from same tag
- Highcharts generate column chart from XML
- highcharts : issue in plotting 2 graphs in 1 chart
- Highcharts - Possible to change the text zoom to other wording?
- VueJs highstock cant draw graph properly
- Tick Interval for 5 days
- MYSQL query for concatenating values (highcharts series data)
- Shaping json object
- Scraping data from high charts
- Highcharts. Make tooltip of a specific point always visible
- Change color of stacked bar chart
- Highcharts v6.0.0 Annotations Not Working
- High charts multiple values in X-axis
- Highchart in the loop showing only first chart data
- Displaying count on bar and percentage on Y-axis of cloumn chart using Highcharts
- Highchart doesn't show the graph : error adding javascript array in series
- Charts in HTML using Datatables
- Highcharts container wider than parent div
- I want to apply custom styles for highchart plotline labels
- How add the straight line between bubbles in highchart
- Show / hide dataLabels on legend click
- Drilldown for lines in Highcharts
- Fullscreen functionality on saperate html button for highchart in angular
- Highcharts axis padding offset
- Highcharts redirect is not working after print
- Redraw issue in Highcharts 3D Scatter Chart
- Advanced LINQ Grouping and Projection Query for Hierarchical Data (EF 4.0 + LINQ + ASP.NET MVC + HighCharts)
- HighCharts Dates not filling in on xAxis using JSON data feed
- Highcharts displaying blank space
- Removing event Listeners in react using highcharts
- Shifting Chart without losing points