score:0
I believe what you are looking for is this..
http://api.highcharts.com/highcharts#chart.events.selection
You would need to change the xAxis labels steps in the event of a zoom action. You will need to determine how many labels you would want to show, based on how many labels are visible as a result of the zoom.
score:2
In Highcharts 3.0 you can use
chart.xAxis[0].update({
labels: {
step: newValue
}
}
for updating step. Just setting new value in options for new chart won't work.
Source: stackoverflow.com
Related Query
- Highcharts - Long multi-line y axis labels causing following label to be removed
- How to change axis label size when exporting in Highcharts / Highstock
- Highcharts axis label before first point
- Highcharts label format with tickPositioner in a datetime x Axis
- Highcharts show plot value on x axis label
- Highcharts x axis label text wrapping lost on setting label step
- How to position axis label in highcharts
- Axis Label Alignment in highcharts
- Highcharts Omits X Axis Label
- Highcharts display label for pie chart using html table as data source
- Highcharts - Bar chart show full label on Y Axis
- Highcharts drilldown to pie chart - Clicking on axis label with multiple series causes pie charts to overlap
- Highcharts set X axis label on tick
- HighCharts Axis Label Encoding
- Avoid displaying y axis label and points when there is no data: HIghcharts
- Need to join x axis and y axis label highcharts
- highcharts y axis label with offset is hidden when chart has no title
- Highcharts repeating same label value on Y Axis
- Highcharts export customize axis label and fontsize: No effect after migration
- Change X axis label on Drill Down using HighCharts
- Format X axis Label of Highcharts
- How to show first and last label of x axis Highcharts
- X axis label in Highcharts graph in Django app
- Highcharts : trouble with axis Label
- Highcharts programmatically add extra text label to y axis
- X axis label as Category not showing correctly: Highcharts
- Highcharts : Display static Y axis labels from array when series data is null , else auto generated label
- Can i add two axis in a spiderweb highcharts and click x-axis label navigate to another page?
- How to set the width within axis label in highcharts
- Unable to assert axis label text in highcharts using Geb
More Query from same tag
- How to customise step line chart in Highchart?
- Highcharts timeseries, X-axis min not working
- How to change Highchart tooltip font family
- can't get data from mysql in highchart
- HIghmap colorAxis filter
- how to use json_encode
- Highcharts - Scatter plot single series with multicolor plots (points)
- Highcharts: Change color of Pie Chart section without slice animation
- Posting data to the server from highchart points
- Highcharts {Pie} - Change dataLabels connector curve
- How to scale Highcharts height on window resize with React
- Highcharts: plotbands in gauge charts
- Adding Classname to series data in angular highcharts
- Highcharts Remove Space across the x-Axis
- how to display multiple chart on same page in mvc5
- Dynamically move highstock navigator
- Framework for a Business Dashboard - MVC, browser accessible
- Highstock set different colors for different markers
- javascript associative array, looping, and / or scope issue with Highcharts JSON call
- Set color of Highcharts series bar based on value
- How is it possible to show the menu of a chart with React Highcharts?
- Pie of a Pie chart in HighCharts
- Converting String value to int to be used within highchart
- Highcharts export is navigating to demo page
- Highcharts - Linking two separate bar graphs together
- the picture from highcharts in the PDF made by html2canvas is blurry?
- Highcharts 'Reset Zoom' after calling setExtremes
- Hightcharts max 19 is rounded op to 20
- How to add color in highmap highchart based on value
- How to identify and format numbers with javascript