score:2
It depends on what you want shown on the x axis. If you just want to keep the first axis labels, then simply remove the labels from the second x axis and offset it over the first:
xAxis:[ {type: 'datetime', minRange:31*24 *3600000 , offset:10,
labels: {formatter: function() {return Highcharts.dateFormat('%e %b', this.value);
}
} },
{type: 'datetime', minRange:31*24 *3600000 , offset:10,
labels: {enabled:false}
}],
Source: stackoverflow.com
Related Query
- show two different series with different start intervals with the same xAxis highcharts
- Highcharts: make y-axis extremes the same for two data series with different units
- Highcharts show the same yAxis start and end value with multiple data series
- How to draw two series in the same chart that has different data time in xAxis
- Several Series with the same xAxis data in HighChart
- How to put two charts on the same page with different modules?
- How can I capture all points belonging to the same series with the same xAxis value without a loop?
- Highcharts show two line series with same values
- Would it be possible to make two columns which belong to different series respectively to be placed exactly on the tick on x-axis with highchart?
- Highcharts: Is it possible to display series with the same name in different columns?
- Update two series on the same graph dynamically with HighCharts
- Can I sychronize two highcharts series with different years (leap year)
- How can I hide ALL series with the same ID with a button on highcharts? (line graph)
- Waterfall Highchart to start some of the columns in between the series with 0 y-axis
- How to fill the Area between two series with multiples yAxis in HighChart?
- How to merge two Highcharts container with the same legend-item
- How to show relation between two boxes containing same data in two different treemaps
- How to make two charts using highchart show up in the same line side by side using div
- show only one series data in High charts in start of drawing/load
- how to plot multiple time series in the same graph with customized x axis
- how to show column and area charts with different y axis with same category and same x axis in highcharts
- Use different markers in the same series of an irregular time highchart
- while working with network chart, is there any why to color the common node with two different colors.?
- How to Create synchronized High chart with different no of series per chart
- Display a tooltip for two points with exactly the same time
- Highcharts same types of data with different series
- how do you create muliple charts with the same options but with different data
- HighCharts: Compare the series data with each other and show percentage
- highcharts with more series that start from different x value
- Flowing Merge of points with same x-axis in the same series
More Query from same tag
- Gauge central value don't show
- Highchart duplicates data on chart instead of refreshing it
- dataLabels are not showed in boost mode for line chart
- Detect a click on, and add hover/selected style for x axis on area chart in Highcharts?
- Can I load the columns (each series) one by one in a HighChart JS?
- JS HighCharts.js Pie data in different format
- Highstock: custom tooltip ignored after zooming out
- Extracting chart coordinates from touch events for custom HighCharts interaction
- Highcharts: Adding clickable image to every xAxis gridLine
- Highchart highstock startOnTick Error
- Highcharts-Only 1 legend value for multiple entries on a category
- can I change the color of some legend items in a wind rose chart?
- How update in real time with highcharts 3 data module?
- Marker transform(translate) doesn't work
- Hichcharts - Custom legend css not getting displayed in Print Chart download functionality
- React-highcharts: I have "renderer" problem and I need a way to update "state" upon function call
- highcharts / stock charts custom toolbar button text / title
- Irrelevant graph lines in highchart
- Highcharts-limit display of categories
- plot bands in x-axis is not working on time
- Highstock chart doesn't show after it has been cleared
- Plot Circles on Line Chart
- Getting multiple HighCharts from one call
- Tool tip formatter for donut highcharts
- Using JSON file in Highcharts
- How to provide additional arguments to custom symbol renderer in Highcharts?
- Export Highcharts code from jsfiddle
- HighMaps: Using multi-valued mapData identifier in joinBy option
- How can I configure the legend with a specific height in highstock?
- Scientific notation to decimal notation not working in highcharts