new ludo.chart.PieSliceHighlighted(config)
Add-on for Pie chart. This add-on highlights slices in a pie chart by showing a larger slice behind
current highlighted chart slice.
See {{#crossLink "chart/Pie"}}{{/crossLink}} for example of use.
Parameters:
Name | Type | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
config |
Object |
Properties
|
- Source:
Example
{ type:'pie.Chart', plugins:[ { type:'chart.PieSliceHighlighted', size : 5, styles:{ 'fill' : '#aabbcc' } } ] ... ... }