Open
Description
A pie chart is a circular graph that shows the relative contribution that different categories contribute to an overall total. A wedge of the circle represents each category’s contribution, such that the graph resembles a pie that has been cut into different sized slices.
This task will require you to implement the following:
- A new plot type (PieChart) similar to LineChart, BarChart implemented currently. (Very basic implementation)
- Code to draw wedges using atleast two of the three renderers (AGG/SVG/CoreGraphics).
The input type can be Pair<StringConvertible , FloatConvertible>.
You can take a look at this for reference. But instead of drawing text over the chart we can use legends.
Metadata
Metadata
Assignees
Labels
No labels