score:1
In the xAxis config, you are using pointInterval
, it should be tickInterval
.
xAxis: {
type: 'datetime',
dateTimeLabelFormats: {
day: '%d. '
},
tickInterval: 24 * 3600 * 1000
}
Example fiddle.
score:1
The pointInterval parameter should be placed in the plotOptions.series, not on xAxis.
Source: stackoverflow.com
Related Articles
- highcharts x-axis is displaying the wrong data
- Highstock highcharts irregular data gets wrong x-scale
- Highcharts not displaying data labels for Pie chart in arabic
- Using Highcharts and displaying a message over or on the chart when there is no data
- Highcharts not displaying data at some zoom levels
- Highcharts : Showing wrong color in data series
- Highcharts - Global configuration with common code and unique data & Headings
- Highcharts x axis date full range even if there is not enough data
- Highcharts - Multiple Axis Graph not displaying labels
- How to populate a Highcharts axis with string formatted data from a PHP array
- Highcharts not displaying series data for graph with multiple Y-axes
- How can I force ticks/grid lines on a Highcharts datetime X axis to arbitrarily line up with data points?
- Highcharts 3d bar chart data labels position is wrong
- Highcharts Time Data With Irregular Intervals In Wrong Order
- How To Show All Data Labels For Datetime Axis In Highcharts
- Wrong labels on X axis on Highcharts
- Highcharts - how to create multiple y axis and group the data series
- Highcharts Displaying same data repeatedly
- Highcharts Not displaying function's data values
- How to make the Y Axis values not start from 0 in highcharts? How to display forcefully display the last category data on X axis in HighCharts ?
- Have an issue with JavaScript, AJAX code displaying data
- Highcharts display label for pie chart using html table as data source
- HighCharts - Graph axis starting BEFORE first data point
- Highcharts js set last month x axis data
- Include additional highcharts source data in angular2 app
- Highcharts Polar Chart - Specify Data Series & Tooltips for each Axis
- Highcharts not displaying data but drawing chart when reading from CSV file
- Highcharts datetime axis labels according to data point groups
- highcharts displaying data on timechange
- Highcharts displaying improperly labeled data points
- ToolTip in Highcharts
- How to remove Highcharts grid end lines on x and y axis?
- Utilizing full height in highcharts bubble chart
- HighCharts show/hide data points
- Having trouble showing up the highcharts
- Is it possible to draw BORDER for Highcharts PlotBand LABEL?
- In angular, how do I access a class method from component.ts?
- How to remove the halo/glow around a marker upon hovering a series in Highcharts
- Highcharts button at hide/show multiple series at once
- HighCharts: get Y and X value
- Highcharts - How to deal with separately scrollbar on multi-charts
- Sync max min between many highcharts charts (in real time)
- Highstock Time series not formatting on scatter tooltip
- Highchart's x-axis not displaying correct data
- Making a Highcharts plot with Python
- Get Key names and Values names from JSON and use in Highcharts
- Highcharts: Cannot get example to display chart
- background color change in jquery highcharts
- Retrieving JSON data in highcharts
- Populating Highcharts chart with data received from MySQL