Skip to content

Implement new chart type - Pie Chart #38

Open
@KarthikRIyer

Description

@KarthikRIyer

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions