score:1
Accepted answer
I got the answer. Here it is
xAxis: {
tickWidth: 0,
lineWidth:0,
gridLineWidth: 0,
labels:{
enabled:false
}
},
yAxis: {
title: {
text: ''
},
tickWidth: 0,
lineWidth:0,
gridLineWidth: 0,
labels:{
enabled:false
}
},
score:0
try this
xAxis: {
gridLineWidth: 0,
labels: {
enabled: false
}
},
yAxis: {
gridLineWidth: 0,
labels: {
enabled: false
}
},
Source: stackoverflow.com
Related Query
- Highcharts - Stacked bar chart - Remove axis
- Highcharts stacked bar chart hide data labels not to overlap
- Grouping a stacked bar chart in Highcharts
- Highcharts - Bar - Setting the X axis width and the chart area width to be constant
- R highcharts multiple stacked bar chart
- Adding round corners to Highcharts Bar Chart with stacked bars when value is 0
- Highcharts 4.0.3 stacked bar chart bug adds รข-
- HighCharts - Remove space between series on stacked bar
- Custom axis labels on Stacked bar chart
- Highcharts vertical stacked bar chart with negative values, is it possible?
- How to remove decimal values on x-axis of bar chart : Highcharts
- How to resize bar chart based on no of x axis categories in HighCharts
- Vertical line within bars of a stacked bar chart using recharts or highcharts
- Highcharts stacked bar chart for multiple bars
- Highcharts - Bar chart show full label on Y Axis
- HighCharts line series not displaying properly with stacked bar combo chart
- Highcharts single horizontal stacked bar chart with data names (labels) and %-ages always shown and data numbers and series name shown on mousehover
- How can I prepare a Group Stacked Bar Chart in Highcharts using multiple and different types of data?
- Highcharts stacked bar chart Likert scale centering
- Highcharts stacked bar chart comes empty
- How to make highcharts stacked bar chart start from a specific date
- How to plot stacked bar chart in highcharts with dynamic data?
- Remove Highcharts chart Y axis labels when legend clicked
- Highcharts - PDF export format; font sizes for bar chart axis
- Why is Highcharts x axis not respecting my categories in stacked area chart
- Highcharts stacked bar chart - how to get the stacks values
- Highcharts Stacked bar chart with db value (Dynamic Data)
- cannot show right time axis in machine start and stop stacked bar chart
- stacked bar chart shows hanging zeros when all values are 0 highcharts
- How do I rotate my HighCharts bar chart so its vertical, not horizontal?
More Query from same tag
- Is there a reliable way to have a 1 month auto generated tick interval with high charts?
- Highcharts column how to move series name to the title position with bigger text size
- How do you remove the partialFill from Highcharts xrange chart
- Hide the line chart inside the Highstocks Scrollbar
- How to add PHP array to JS array in Highcharts
- How can I display a Highcharts organization chart with level 1 nodes below other level 1 nodes?
- Multiple columns on same series. Highchart
- Only my title shows when using highcharts with php and MySql
- How to show correctly ticks to time data in a Pie chart label using highcharts?
- How to spread Y Axis values in "area" chart using HighCharts
- How to make the width of individual columns thicker?
- How can I hide series from a HighCharts legend?
- Highcharts Pie Chart Specify Pie Slice Gradient Color
- HighStock xAxis values separate from series "y" data
- Options is not defined : Highchart error, Javascript
- Calling a function from highcharts upon clicking the piechart
- Export highcharts animation as video
- Change Fontsize and boxsize in highchart R
- Highcharts - export current state of a chart
- Using highchart to get a series of a series in a column chart
- how to update bar graph and also its legend without re-drawing it in highcharts
- bar not displayed in Highcharts for Higher values
- Hide first tick in Highcharts time series
- Heatmap don't show all categories in yAxis
- How to handle Highcharts events from an AngularJS directive?
- Fire a bootstrap modal when i click on a stacked bar of highcharts
- Highcharts column chart grouping
- Update chart after every array plot, Highcharts
- Creating plotbands in Highcharts that spans only one bar
- Generate multiple charts based on json in angular 8