score:1
Accepted answer
Yes it is possible, you can achieve it by catching afterSetExtremes function.
events:{
afterSetExtremes:function(){
alert(this.min);
alert(this.max);
}
}
If you would like to get dates, then you can use dateFormat() http://api.highcharts.com/highcharts#Highcharts.dateFormat()
Source: stackoverflow.com
Related Query
- Chart highlighting in the highcharts javascript API
- Javascript Highcharts Mapping multiple values without showing them all in the chart
- Highcharts save a chart in the project folder instead of downloads folder using javascript
- How to display the value instead of percentage in a pie chart using jquery Highcharts
- HighCharts - Make the pie chart 100% of the div
- Highcharts => Getting the id of a point when clicking on a line chart
- HighCharts : Adding Hyperlinks to the X-Axis of the chart
- How do you increase the performance of highcharts chart creation and rendering
- Highcharts - Legend Positioning outside the chart
- Highcharts chart click event fired on click of the reset zoom button (bug?)
- Using Highcharts and displaying a message over or on the chart when there is no data
- Customizing the Stockchart range selector buttons from HighCharts library in GWT (and Javascript in general)
- Highcharts Bar Chart - How to set the minimum bar width/length
- Highcharts - Scatter chart with a line connecting the dots in the series
- Can I with highcharts column stacking on hover not highlighting the whole serie
- Add onclick event on chart made with the highcharts library
- Highcharts - Bar - Setting the X axis width and the chart area width to be constant
- Rails generates chart for .each do |x| using highcharts or any other chart API
- HighCharts tooltip appearing behind the dialog holding the chart
- Highcharts Bubble Chart - How to move an individual point's data label (dataLabel) to the front/top
- Highcharts column + line combination chart with multiple series. Issue aligning line over the column
- display pie chart using highcharts api and mysql
- Highcharts - Rotate pie chart aligning the clicked section to a fixed point (180°)
- Highcharts stock chart - Technical Indicators - Stock price is missing in the tooltip when selecting the 'All' range
- Highcharts rendering the same chart twice
- Distance between x-axis labels and the chart in Highcharts
- HighCharts - Show categories in x axis intead of the value of x in Bubble Chart
- HighCharts Stock Chart error code 18
- How To Dynamically Truncate The Y-Axis Title On Chart Resize/Reflow In Highcharts
- c# WPF Webbrowser with Highchart, Javascript from external source not working "An error has occurred in the script on this page"
More Query from same tag
- Styling the stacked column highchart datalabels individually
- highchart save image using exporting java and phantomjs
- How to place highcharter objects at same horizontal level using rmarkdown?
- Highcharts rendered with no strokes using wkhtmltopdf
- Highcharts graph X-axis label for different date ranges
- Plotting Irregular DateTime Data with a predefined X Axis
- Highcharts set xAxis values starting 12am and ends in 11pm
- Highcharts multiple legends
- Adding Series during componentWillReceiveProps does not work
- Highchart Persist bar widh for null data
- How do I calculate the total Data values for both and display in Legend
- stackLabels configuration in Highcharts
- Highcharts datetime line travels backwards with unsorted data
- Assigning colors in highchart base on the result of javascript
- Use RangeSelector in Highcharts without Date
- Highcharts Map with React TypeScript
- Issue with json data mapping with Highcharts
- Highcharts - Data won't get loaded into chart on Android WebView
- Highcharts and Extjs 4
- Highcharts, show total data as a live stream
- How to position tooltip when moving along y-axis?
- High charts error #19
- Changing Highcharts label and sorting x-axis using Django-chartit
- Highstock.js display incorrect value if more than 2000 points
- Combine an object parameter with array values in Highcharts reduce method
- Highcharts Gantt avoid tooltip closure when moving cursor outside Gantt
- HighStock Start Month rangeSelector And series.compare Not Working on Initial Load
- highcharts custom colors and tootip point color
- Laravel: Highchart column with filter by year and classroom
- How to add comma to data labels value in bar chart race of highcarts?