score:0
Apart of dataGrouping you can also set ordinal as false. http://api.highcharts.com/highstock#xAxis.ordinal
score:2
Remove dataGrouping
, it's enabled by default.
series: [{
name: 'serie 1',
data: yourData,
dataGrouping: {
enabled: false
}
}]
reference
Source: stackoverflow.com
Related Query
- High Charts - Remove the auto shrink the timeframe in x-Axis
- High charts remove dots from the line graph
- Convert the y-axis values to Millions in dual axis high charts
- Remove the border around the pie chart in high charts
- How to set the x axis dynamically in High Charts 2.3.5
- How to set the x value for High Charts error bar
- Remove the line and tickers on the X axis
- dynamically creating the values for high charts
- Highcharts Gantt (JS) - Remove the day in x axis
- High charts - Increasing the space between chart and title
- Remove the Z Axis Column Line in Highcharts 3D
- Is it possible to reparent the high charts legend?
- Is there a way to scale the custom marker of a high charts scatter chart?
- High Charts : Equal spacing for X Axis for unequal interval
- High Charts export image on the server
- High Charts / StockChart: x axis values
- High Charts Column Chart - Y axis Label Formatting
- High charts not displaying date correctly in x axis per epoch?
- Adding multiple series to the spline chart using dotnet high charts in asp.net mvc3
- x axis label word wrap in high charts for radar chart
- Changing the color of each column in high charts
- Strange character in the Highstock source code
- not able to show x axis data with datetimelabel format with {hh:mm} in high charts
- Enabling scroll bar on y-axis of the high charts heatmap showing up some additional y-axis labels
- Display the total count of json key-value pairs in the series in high charts
- How to auto adjust Y axis plot lines in live high chart
- High charts – how to show axis as time
- Having issues to make the data value in centre in pie chat using high charts
- How to remove a gap in high charts graph with two yAxis
- High charts undefined value on customizing tool tip - Unable to get the ID from array
More Query from same tag
- Add conditional color to Treemap
- Highcharts data from MySQL / PHP
- Highcharts:Legend and title overlap pie chart when updating data
- Highcharts pie donut with gradient
- How to aggregate boolean values in elastic search?
- Posted value is not getting in the where clause with json highcharts-php and mysql
- Set bubble transparency in Highcharts?
- Resize highchart based on container changing NOT window resize
- High chart on click event listening
- Highcharts issue when dealing with 3D pie and large labels
- How do I change the style of the inner part enclosed by the lines(polar) chart created with highcharts?
- insert specifics js in the header of some pages - active admin
- Hide axis and gridlines Highcharts
- How to add HighChart to Angular?
- HighCharts XAxis logarithmic type
- How do I use dates from a LinkedHashMap for the x-axis on a Highcharts line graph (using Thymeleaf)?
- highcharter: Fixing x-axis labels in a column chart with only one column
- Class 'ConsoleTVs\Charts\Facades\Charts' not found in laravel Charts
- Enable Horizontal Scrollbar in Highcharts with Multiple Pie Charts
- Any ideas on how to create a column chart from this output?
- Highcharts 'marker' line padding
- Implementing Jaspersoft Studio Community (v6.2.2) Custom Visualisation Component showing Highcharts chart
- auto refresh javascript without loading whole page
- (Highcharts) Display Newest Data From Text File Only
- HighCharts Dynamically add flags
- how do you put more granular labels on yAxis in highcharts
- Highstock chart - JSON input not working
- Exporting Chart Throws RangeError: Maximum Call Stack Size Exceeded in highcharts-more.js
- Testing for NaN in a JS array?
- HighCharts: how to draw a radar plot showing different scale labels on each axis?