score:2
Accepted answer
you can set the borderwidth to 0 of the pie chart.
plotoptions: {
pie: {
borderwidth: 0
}
}
// build the chart
highcharts.chart('container', {
chart: {
plotbackgroundcolor: null,
plotborderwidth: null,
plotshadow: false,
type: 'pie'
},
plotoptions: {
pie: {
borderwidth: 0
}
},
series: [{
data: []
}]
});
<script src="https://code.highcharts.com/highcharts.js"></script>
<div id="container" style="min-width: 310px; height: 400px; max-width: 600px; margin: 0 auto"></div>
Source: stackoverflow.com
Related Query
- How to disable the circle that appears in Highcharts without data?
- how to display 2 same highcharts without duplicate the code
- In highcharts how can I provide data with values x, y, title so that I can put the title in the tooltip?
- How to have multiple highcharts with different series data in vuejs without repeating code
- How to modify the code so that Highcharts graph does not cover fixed navigation bar at the top of the page?
- How do I remove the color swatch from my HighCharts legend without affecting the column?
- How to completely disable the mouse/finger interaction for highcharts
- Highcharts Bubble Chart - How to move an individual point's data label (dataLabel) to the front/top
- How Can I Hide a Pie Chart's Slice in HighCharts Without Removing It From the Legend?
- Highcharts - how to create multiple y axis and group the data series
- How can I disable the Highstocks range selector buttons when loading data asynchronously?
- How to verify that the boost module is kicking in or not in highcharts
- How can I show all Timeline Highcharts data without any overlapping?
- 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 continue the graph line when missing series of data in middle of highcharts
- Android highcharts how to enable or disable data labels
- How to configure highcharts so that all the curves are always displayed / highlighted?
- How do I catch a click event on a polygon in HighCharts without having the tooltip popping up
- How to stop plotting the graph if data is blank and continue if data is there on the y-axis in base line highcharts
- Can I add on the webpage, data that I get from a Highcharts function?
- What's the code in Highcharts such that the bars (columns) in the same group use the same color?
- How can i load external json data in highcharts to show the bar chart
- How to make a HighCharts drilldown column/bar chart that does not hide the non-drilldown categories
- How to add Highcharts view data table option to the exports dropdown?
- How can I get a data label in my Highcharts Pie Chart that is a font-awesome icon?
- How can I change data series dynamically in HighCharts without overwriting initial series?
- How can I update the data in highcharts for both x axis & y axis?
- how do you create custom buttons with highcharts that each data buttons calls anather php script for its data
- How to shift data using Series.addPoint without shifting x axis values in highcharts
- how to make Highcharts React redraw without changing data
More Query from same tag
- Highcharts: some columns are missing when a bar chart changes to a column chart
- Highcharts chart click event fired on click of the reset zoom button (bug?)
- HighCharts: strange error from creation of stock chart
- Highcharts hover bug - with video to demonstrate
- Highcharts multiple series
- Plotbands in Highcharter - When x axis is date
- HighCharts : Total Value is not showing in Pie Chart
- Highcharts DotNet: Would it be at all possible to label Plotlines
- How to hide an element using javascript
- Highcharts : remove custom legend tooltip from export
- Highcharts map doesn't change color on hover
- Issue on Setting Fill Color and Opacity in Highchart.js Spider Web
- Highlight slice of a pie chart in highcarts
- Why .html() doesn't work with SVG selectors using jquery ?
- Toggle column stack
- For highstocks data grouping can you set data group points to null if there is less than a certain number of samples within it?
- Plot Highchart multiple series line chart using JSON data
- Memory leak using Highcharts + AngularJS
- How do you increase the performance of highcharts chart creation and rendering
- How to remove a gap in high charts graph with two yAxis
- Highcharts custom renderer chart and tooltip
- Get X Axis value on bar Highchart click event
- Highchart line graph - Parse json
- Highcarts custom legend
- Highchart automatically add quotes to the variable
- Highcharts multiple x axes is hidden on zoom
- highcharts, bar chart legend with verticalAlign top not working
- libURL not working if using {symbol:'url(...)'} in highcharts exporting
- Highchart auto pageup the browser when data is updated
- Specify X-Axis Category in Series Data in Highcharts