score:0
Accepted answer
actually, those lines are grid lines and an axis line (the one in the bottom). you can disable them by setting their width to 0.
xaxis: {
linewidth: 0
...
},
yaxis: {
gridlinewidth: 0,
...
}
Source: stackoverflow.com
Related Query
- How to remove tick lines from secondary y axis in highcharts heatmap graph
- HighCharts - Angular, how to get y axis labels on the vertical lines drawn from x axis
- How to remove button from Highcharts
- How can I remove the white border from HighCharts pie chart?
- Highcharts - How to start x axis from an arbitrary value
- Highcharts how to remove headers from tooltip
- Highcharts - How can I remove starting and ending padding from area chart
- Highcharts - how to remove "Open in Highcharts Cloud" from the export menu
- How do I remove the color swatch from my HighCharts legend without affecting the column?
- Highcharts: How to provide a custom stack label in highcharts bar graph from within the stackLabel formatter?
- How to populate a Highcharts axis with string formatted data from a PHP array
- HighCharts : How to add or remove "chart context menu" from chart container?
- How can I force ticks/grid lines on a Highcharts datetime X axis to arbitrarily line up with data points?
- How to remove the value and number labels from Highcharts angular gauge
- Highcharts basic bar graphs. How to remove strokewith from the bars
- How to remove outer shadow when hovered from highcharts JAVASCRIPT
- How can I make a graph with highcharts from csv file?
- How do I remove padding from both sides of Highcharts area category chart?
- How to remove axis in Highcharts
- How do I use dates from a LinkedHashMap for the x-axis on a Highcharts line graph (using Thymeleaf)?
- 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 draw a line on a highcharts graph from an AJAX call?
- How to change highcharts graph axis colors on export?
- How can I create Highcharts Arearange graph from CSV file?
- Highcharts - how to access category of multiple axis of the point from tooltip
- how to prevent highcharts tooltip popup from hiding, on graph area or browser window resize?
- How to remove the decimal .00 from the default highcharts configuration?
- Highcharts - How to separate the functionality of the navigator from the graph
- Parsing JSON for use with Highcharts using jquery .parseJSON or JSON.parse: how to remove quotes from function calls for formatters?
- How to plot the X axis data point for uneven tick interval at in Highcharts
More Query from same tag
- using data from multiple series in tooltip
- Can't add/sum string values in IEnumerable
- Calling Highcharts export to jpeg but the source is https and exporting is http (security warnings issued by browser)
- Highcharts - How to deploy data labels & tooltips for 2nd data series
- Highcharts series hover state enables after adding series
- how to enable scroll bar with reactjs?
- Highstock smooth panning
- Network chart nodes relation nodes merging -> highcharts
- HighCharts doesnt get data from Flask endpoint
- Highcharts how to save a selected legend
- pointPlacement in Highcharts Heatmap with datetime xAxis
- Series Not Working in HighCharts
- High Charts how to show multiple columns value on label
- Highcharts convert x-axis time to localtime
- Highcharts Date/Time and X-Axis
- Display Stack label Highcharts
- Custom Highcharts Context Menu Button Appearing in Every Chart on Page
- Highcharts Additional data in Tooltip
- Highcharts Transition from Column to Spiderweb
- Setting extremes sometimes results in unwanted padding left and right
- Maximum number of categories in a Basic Bar chart
- Highcharts Custom display of tooltips, based on data series values
- Highcharts arearange draggableHigh and draggableLow not working
- Add stacked border color in Highchart?
- Highcharts Chrome 71 leak
- How to import date strings into javascript as UTC objects using HighStock charting?
- Stack area series on top of line series
- Can I enable scrollbar for datetime x axis in Highcharts columnrange chart
- Show some specefic number on gauge highcharts axis labels
- How to set a Maximum yAxis range for HighChart graph?