score:1
Accepted answer
You can use two linked datetime x-axis with enabled zoom and different tick interval:
chart: {
zoomType: 'x'
},
xAxis: [{
type: 'datetime'
}, {
type: 'datetime',
tickInterval: 1000 * 60 * 60 * 24 * 30,
linkedTo: 0
}]
Filling label backgrounds will be harder to achieve, but this thread should help: How can i create Highchart xAxis labels centered and enclosed?
Live demo: http://jsfiddle.net/BlackLabel/ot6g0fvj/
API Reference: https://api.highcharts.com/highcharts/xAxis
Source: stackoverflow.com
Related Articles
- How can I add double related x-axis bar to high chart in zoom
- JasperReports: HTML5 high chart X Axis label font size
- High Charts Column Chart - Y axis Label Formatting
- tickinterval not working high chart for x axis
- x axis label word wrap in high charts for radar chart
- How to provide styles on X axis gantt high chart
- How to auto adjust Y axis plot lines in live high chart
- High Chart set x axis value in hours format
- High Chart X Axis to display month and year
- Angular 7 High Charts Stock Chart Datetime X Axis tooltip formatting independently of other tooltips
- compress x axis in high chart
- high chart with large variates data and dynamically create y axis
- changing intervals in X and Y axis in high chart (line chart)
- How to change the X and Y axis names of Pie chart High Chart?
- How to hide the Axis line in stack bar chart high chart
- Is there a way to config high chart Y Axis label to appear larger?
- Formatting axis label in high chart using dynamic values
- Highcharts: min value of y axis on the bottom of chart
- Highcharts chart click event fired on click of the reset zoom button (bug?)
- Highcharts - best way to handle and display zero (or negative) values in a line chart series with logarithmic Y axis
- In high chart how to add event for label click
- Highcharts: X and Y Axis cross at zero in scatter chart
- How do I get remove of 'data table' option from High chart export
- How to add space between chart and axis in highcharts
- knockoutJS dynamic chart with high charts
- Highcharts blank chart with x and y axis
- Highchart Axis Update/ chart redraw
- High chart date
- High and low line on candlestick chart
- How do I reduce the space between title and chart of a High Chart?
- Is possible to change "lineColor" in 3d charts?
- How to relate the y-axis of different types of graphs?
- Line Chart using array
- How do I use dates from a LinkedHashMap for the x-axis on a Highcharts line graph (using Thymeleaf)?
- Data not populating in d3
- Make equal distance for bars with different width Highchart
- Individually colored data ranges in highcharts
- How to get 2 data-points with one name in series Line Graph Highcharts Reactjs
- In Column Highcharts, Custom Add text with specific offset
- How we configure highchart x axis start from first tick?
- JSON string from SQL Table - Bad values in the chart
- HighCharts: Line series disappears on click of legend
- HighCharts on hover change dataLabel's font size
- Highstock, make yAxis as zero
- Issues plotting two lines with JSON data on high chart using Angular JS - name undefined
- How to swap x-axis and y-axis in highcharts
- Highlighting last column in Highcharts
- Highcharts y-axis unable to start from the given value
- Bar chart labels
- Variwide charts in Highcharter