score:1
Accepted answer
You can use breaks:
xAxis: {
breaks: [{
from: 3,
to: 9,
breakSize: 1
}]
}
Live example: http://jsfiddle.net/BlackLabel/xr9j7ybc/
API Reference: https://api.highcharts.com/highcharts/xAxis.breaks
Or oridinal
property from Highstock:
xAxis: {
type: 'datetime',
ordinal: true
}
Live example: http://jsfiddle.net/BlackLabel/x0Ljh19v/
API Reference: https://api.highcharts.com/highstock/xAxis.ordinal
Source: stackoverflow.com
Related Query
- Is there way to skip empty value ticks?
- Is there a way how to dynamically create a plotline in highchart when the value is lower than previous one?
- Is there a way to change the display value in series using highcharts
- is there any way we can append last value forcefully on x-axis?
- The needle in highcharts speedometer gauge is very slow to react to changes in the speed value in an animation is there a way to make it more dynamic?
- Is there a way to update the legend to the value of a variable within the chart.events?
- Is there any way to show the summation of area charts value in highcharts without using a line chart? I would like to know other alternative
- Is there a way to disable the Title and Subtitle in Highcharts?
- Set highcharts y-axis min value to 0, unless there is negative data
- Is there any way to highlight specific node on click | Highcharts Sankey
- (jQuery Highchart) Is there any way to put extra custom data inside Tooltip Box?
- Is there a way to disable a legend item by default?
- Is there a way to move data labels to the side of a stacked column in HighCharts?
- Is there any way we can use Highcharts with mPDF converter?
- Is there any way to fill bubbles partially in highcharts bubble chart?
- Is there a way to have a toggled legend item save its state on refresh?
- How to remove empty axis ticks in Highcharts?
- Is there a way to set Highchart options dynamically?
- Is there a way to cap Highchart's Gauge at the max
- Is there any way to assign "Alt" property while using Highcharts
- Is there a way to enable click and drag for a plotLine on a highchart?
- Is there a way to scale the custom marker of a high charts scatter chart?
- Is there a reliable way to have a 1 month auto generated tick interval with high charts?
- Is there a way to color boxplots based on group in hcboxplot()?
- Is there a way to get superscripts to show up in highchart exports
- Is there a way to load data into Highstock without the use of PHP?
- Is there any way to know whether a highchart DOM is complete rendered?
- In Highstock v1.3.1 is there a way to detect setExtremes only on mouse up?
- Is there a better way to (Un)select all LegendItems in HighCharts LineChart?
- Is there a way to get the mouse coordinates with respect to page on mouseOver of a point in Highcharts?
More Query from same tag
- Highcharts and phantomjs error. Can't find variable Highcharts
- JSON api timestamp + data parsing
- how to draw column with value=0 in highcharts
- how to have customized tooltip,when plot has two series
- Highcharts yaxis negative values error
- Highchart event click runtime error in Ionic
- Highcharts - overlapping values with the x-Axis
- how to manipulate hightcharts data in jquery?
- Highcharts prevent column overlapping
- access svg element in a arearange HighCharts chart
- Increase and fix the point highcharts
- Highcharts (Highstock) how to manually set the navigator selected range
- How to combine two Highcharts chart types?
- 2 similar Highstocks multiple data-series still tooltip and functionality not the same
- highcharts half pie container too big
- How to prevent highcharts smoothing my data?
- Highcharts datalabels outside of plot area?
- highcharts - log axis not working
- How to show series dataLabels inside the Highchart pyramid in angular
- Highcharts manually setting legendItemClick event
- Javascript /jQuery Stock Chart API with multiple separate axis but combined interaction (pic included)?
- Highcharts drilldown async multi serie issue
- Get data from several series Highcharts
- HighCharts: Drilldown to a Stacked Column
- How to achieve this using HighCharts Network chart
- Custom color & tooltip for a single bar in Highcharts histogram
- Highcharts do not render
- Highchart data series filled with different colors
- Add tag "series:" into Highcharts, from the response server JSON
- highcharts changing dial value interactive with mouse events