score:1
Accepted answer
Here is working fiddle for your case: https://jsfiddle.net/narkhedetusshar/v2jydeq1/10/
xAxis: {
tickInterval: 45,
min: 0,
max: 360,
lineWidth: 0, // you need to add this line
labels: {
format: '{value}°'
}
},
Source: stackoverflow.com
Related Query
- Removing the circle around a spiderweb chart in Highcahrts
- How to change the color of single point in spiderweb chart
- Remove the border around the pie chart in high charts
- Strange character in the Highstock source code
- Highchart line chart circle around datalabel
- Locating the legend in Release Burndown Chart Code
- How do I hide the code for the chart data in highcharts?
- How to display the value instead of percentage in a pie chart using jquery Highcharts
- How to use the tooltip formatter and still display chart color (like it does by default)?
- HighCharts - Make the pie chart 100% of the div
- Highcharts => Getting the id of a point when clicking on a line chart
- How to save an image of the chart on the server with highcharts?
- How to export a Highchart chart to PDF thanks to a button outside the chart?
- Highcharts: min value of y axis on the bottom of chart
- highcharts: stop chart from trapping mouse events, or capture mouse click on the ENTIRE chart
- Highcharts: Chart does not resize properly by making the screen smaller
- HighCharts : Adding Hyperlinks to the X-Axis of the chart
- How do you increase the performance of highcharts chart creation and rendering
- How to show a column with the value Zero in Column chart in Highcharts?
- Highchart Area Range chart with gradient that follows the line
- Displaying multiple series in the navigator of an HighStock chart
- Highcharts - Legend Positioning outside the chart
- Highcharts chart click event fired on click of the reset zoom button (bug?)
- How do you add text to the bottom center of legend and bottom center of chart under legend?
- Change series data dynamically in react-highcharts without re-render of the chart
- Highstock: When legend under the chart has many items, the chart height is small. How can I fix the height?
- HighCharts-Removing the padding for a bar chart
- Using Highcharts and displaying a message over or on the chart when there is no data
- Remove Tooltip in Synchronized Charts, When user leaves the chart area
- Adding only one clickable point to the chart in Highcharts?
More Query from same tag
- Highcharts csv data loading and parse into separate array and json
- Synchronizing zoom between multiple charts
- Highcharts tooltips formatter return function throwing Uncaught TypeError: j.call is not a function
- how to pass json string to line highchart?
- How to update the theme of highchart
- how do you draw two yAxis chart in highcharts
- Highcharter setExtremes Function in R
- Highchart/ROR - Extract data from database table
- Highcharts column chart, disable interpolation when loading from data table
- Highchart long y-axis title may overlap with title when chart.styledMode set to true
- How to put date into drilldown chart title based on drilled point x value (datetime)..?
- How to input null into highcharts and then ignore it in line graph?
- add a point on mouse click event on highcharts
- PHP - getting real time data from the database
- HighCharts Time-based Quarterly Data - xAxis Label Issue
- Treat option as click event on select drop-down list
- How can I take a backingbean GSON string to Highcharts
- How to make the highcharts generated chart be scalable or responsive
- Highcharts disable click on column
- Highcharts - Display the noData overlay and the x-axis labels
- highcharts Area chart with x and y values?
- How to dynamically add point placement and point padding in fixed column chart (highcharts)
- Horizontal bar chart with outline behind bar
- highcharts-ng: Equivalent of $('#container').highcharts()
- Data Not Showing in Highcharts
- Multiple charts in separate divs, single range and zoom picker
- Two way data binding in Angular JS for graphs implemented using HighCharts
- Highcharts 3d scatter click does not work
- Proper Flag position over histogram bell curve
- Is there any way to disable hover action on particularly some nodes in networkchart of highcharts based on the node color.?