Line, bar and pie charts are the most commonly used charts. By default, all charts plotted are line charts when no renderer plugin is specified.
For bar charts, simply use plugin::BarRenderer,
1 |
For pie charts, use plugin::PieRenderer when specify renderer property.
1 |