score:1
Accepted answer
Highstock charts have enabled ordinal
options for xAxis
by default, which causes inconvenience in your case. You can easily disable that option:
xAxis: {
...,
ordinal: false
},
Live demo: https://jsfiddle.net/BlackLabel/x8f05ys3/
API Reference: https://api.highcharts.com/highstock/xAxis.ordinal
Source: stackoverflow.com
Related Query
- How to place a chart not from the beginning of the X axis
- Higcharts - How to remove groupPadding from the beginning of the chart
- 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 ?
- How to extract the data from highstock chart
- How to place x axis labels on top of horizontal bar chart
- How to catch the click event from the axis ticks jqplot, highcharts,flot
- c# WPF Webbrowser with Highchart, Javascript from external source not working "An error has occurred in the script on this page"
- How do I make the label in polar chart not get split automatically?
- Is it possible to have two Y Axis in a highstock chart from highcharts one on the left and another on the right?
- white border/line color set on hover for the bubbles in the bubble chart not being reset on mouse out from bubble
- Issue with JSON data encoded from the server, not able to plot the chart
- React-highcharts: how do I stop the chart from re-animating when a certain prop changes?
- How can I reveal my chart tooltip programatically when the tooltip combines data from multiple series? (sync charts)
- How to disable the date and time mentioned in the navigator part and not on the x axis in highstock?
- how to add values from a database output to the data field in Line Chart of Chart.js
- highcharts from HTML table does not getting the x axis key
- Highchart is not working when I am fetching the axis values from database
- Highcharts - how to access category of multiple axis of the point from tooltip
- How to make a HighCharts drilldown column/bar chart that does not hide the non-drilldown categories
- How to get access to the chart from HighchartsReact component to ResponsiveGridLayout component when I'm using functional react component
- How can I get HighCharts column chart to scale the yAxis to not have so much whitespace?
- Highcharts Chart Bar - How can I display in the chart, only one column from my HTML table?
- How to set the background of clicked or selected label on y axis gantt chart Highcharts?
- Not all Tooltips and crosshairs not fading from synchronised charts when the mouse leaves a chart
- How To Show Tooltip In Sparkline Chart From Code
- How to modify the code so that Highcharts graph does not cover fixed navigation bar at the top of the page?
- How to make legend labels to bring out the series of a pie chart and not make them disappear when label is clicked in HighCharts?
- high charts from csv not drawing the chart on refresh page
- How to change the X and Y axis names of Pie chart High Chart?
- HighCharts - Angular, how to get y axis labels on the vertical lines drawn from x axis
More Query from same tag
- HighCharts - setTitle() ignored when exporting chart
- live charts using chart.js
- HighStock navigator from a stacked area chart shows wrong series
- In highchart Y-axis plotline labels get cut off
- Problems using provider in conjunction with a controller for Highcharts graphs in angularjs
- Highcharts heatmap not rendering squares or rectangles
- Highcharts - Permanent, Draggable Selection Box
- How to create a drilleable bar graph in jsp page using open source charts API
- Highcharts data grouping method for objects
- highchart scatter with 24 hours time on y axis and the day of the transaction on x axis
- Highcharts 2nd yaxis not scaling
- ng2-highcharts chart update after load
- Highcharts javascript
- How to hide/disable the legend box in Highcharts.js?
- Highcharts graph default series fillColor overrides the state fillColors (jsfiddle included)
- How to make rangeSelector do dataGrouping of multiple series
- Highcharts: How to hide the text from legends
- How to change Highcharts graph with HTML radio button input (JS/jQuery)
- React Highcharts include plugins
- Update color of plotline label on change highcharts
- Create a heatmap using highcharts through csv
- AJAX displaying values from two different functions in a single Highcharts chart instead of two different ones
- highcharts on IE9
- How do I enlarge the pie chart and shift to the center
- series labels are one over another(overlapping)
- How to use the tooltip formatter and still display chart color (like it does by default)?
- highcharts special marker on column chart
- HighCharts starts zooming when scrolling in a 3D chart
- Sending Generated Highchart image via email
- How to Get Highcharts Sparkline to Show Up On My Page.