Quantcast
Channel: Tutorials – amCharts Version 3 Documentation
Viewing all articles
Browse latest Browse all 111

Removing the outline from Pie chart slices

$
0
0

Normally, pie chart displays a small white outline around slices. You can change the outline color using outlineColor property.

However, if you don’t want to show any outline at all, you can simply set outlineColor to an empty string:

var chart = AmCharts.makeChart("chartdiv", {
  "type": "pie",
  "outlineColor": "",
  // ...
});

The post Removing the outline from Pie chart slices appeared first on amCharts.


Viewing all articles
Browse latest Browse all 111

Trending Articles