score:1
Accepted answer
You need to use breaks. For example:
xAxis: {
categories: [''],
breaks: [{
from: 0.5,
to: 0.9,
breakSize: 0
}, {
from: 1,
to: 1.5,
breakSize: 0
}, {
from: 1.5,
to: 2,
breakSize: 0
}]
}
Live demo: http://jsfiddle.net/BlackLabel/2hrc1xdf/
API Reference: https://api.highcharts.com/highcharts/xAxis.breaks
Source: stackoverflow.com
Related Query
- Set column width depending on max datalabel value
- Change Datalabel Color, Rotation and Align values based on Column value in highcharts
- Highcharts - set yAxis.max to max value from data
- In Highcharts, how to set width of plot bands on y-axis in column chart?
- set width of column in percentage in highcharts
- Change color code on colum, depending on data value (highchartJS)
- Set different width for each column in highcharts
- How to set column width for columnRange chart with multiple series
- My Highcharts graph with multiple axis ignores the max value I set for the first yaxis
- Set color of highchart column according to average or limit value
- HighCharts: set specific border width and border color dynamically for one column
- How can set a width to a single column in Highcharts
- Highcharts: how to dynamically set up max value of yAxis, based on the displayed data?
- Set min and max value in double for y-axis in highchart
- Highcharts Heatmap Set Column Width
- Label is not being shown if I set the max y value to 100% and I have values higher than that
- Manually set y-axis min and max value and zoom-in behaviour in Highcharts
- Any way to set min & max value for HighCharts Heatmap data?
- highcharts: set max value of yaxis issue
- Highcharts - set column width dynamically
- Set max & min xAxis value for scrolling
- How to set a function to the max value in boxplot highcharts
- HighCharts - How to set a max value of 100%
- Set Max value in yAxis jQuery Highcharts
- Highcharts : how to set yAxis max value inside angularjs controller
- Set max value of stacked area as y-axis in highcharts
- Dynamic width for each column if value is 0 in highcharts
- highstock chart only set the max value of xAxis
- VBA - add series depending on whether value in Column A has changed
- How to set Highcharts chart maximum yAxis value
More Query from same tag
- Highcharts Add text to label
- Remove UTC date from Highcharts tooltip
- re-rendering EJS file after an ajax request
- Highcharts hover bug - with video to demonstrate
- Glossy Heatmap Highcharts
- What is wrong with this highcharts.js code?
- r- how to display the labels on the highcharter objects all the time
- Highstock scroll bar-Single scroll bar for 4 charts
- Highcharts - Column chart customization
- Highcharts - spider web chart questions
- How can I do dynamically updated HighCharts with StockCharts?
- Embed javascript code in a django template
- how can I get the index of point hovering in Highcharts?
- How do I change the line width of the area polygon in highchart?
- Highcharts Pie chart data Format via php
- Adding options to the Highcharts on button click
- How to create such a `No Data` greyed out design pattern on Highcharts?
- Using HighCharts with vb asp.net
- highcharts y axis value display left
- how to stop ajax call in live highcharts when no new data
- HIghcharts and dynamic json
- Ordering the stacking in a highcharts bar chart in R
- Calculate Linear Regression based off data within range as opposed to full data set
- I want to add a loading spinner or add some dialog until highcharts get loaded and should close after chart is loaded in react typescript?
- Highstock: xy zooming with panning
- softMin/softMax for xAxis in HighStock doesnt set?
- Child component not loading correctly in ngFor (but updates after resizing windows)
- Multiple highcharts in one container in Vuejs
- asp net gridview to highcharts
- datatable and highchart functionality not working with 'View All' bootstrap tab