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 Articles
- 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
- Angular Highcharts 10 $digest() iterations reached when object is replaced
- Change Highmaps map colour
- Highcharts angular cannot read property 'series' of undefined
- Highcharts Mysql Json arrays PHP
- Chart not visible
- Python: Read data from Highcharts after setExtreme
- Drilldown in Pie Chart of hplot R
- how to create simple schedule chart with highchart
- Highcharts JS - heatmap set gridLineWidth
- Sweep animation with highcharts pie
- How to fill dynamic json value in drill down highchart
- How to get the correct the date-time format for highcharts in R (using rcharts)
- How to show dependencies' data in a tooltip in highchart gantt?
- Highcharts - Column chart customization
- High Charts donut chart percentages adding to 100.1%
- How to set Precision-ToolTip in Highchart
- Highcharts Stacked column drill down not working?> How to set drill down series for my scenario?
- unequal intervals on gauge Highcharts (or other libraries)
- Display legend items in two columns highcharts
- can we create an overlapping bar chart using highcharts?