<h2>Radial gradient modifiers</h2>
amCharts 4 can either use full-fledged gradients or "gradient modifiers" as a fill for just about anything.
A gradient modifier is an easy way to automatically create gradients out of the plain fill colors, for an instant stunning looks of the charts.
[amb href="https://www.amcharts.com/docs/v4/concepts/colors/#Color_modifiers"]More about gradient modifiers[/amb]
<h2>Legend</h2>
Adding legend to the chart is super easy: you just set <code>legend</code>Â property of the chart with a new instance of <code>Legend</code>.
The chart will take car of the rest, creating a legend with items for each slice and toggling/hover functionality.
[amb href="https://www.amcharts.com/docs/v4/concepts/legend/"]More about chart legend[/amb]