frolicorg / frolic-react

React Component Library to Build Analytics Dashboard 10x Faster
https://www.frolicorg.com/frolic-react/docs
Apache License 2.0
64 stars 3 forks source link

Add Support for Pie Chart #1

Closed arihantparsoya closed 1 year ago

arihantparsoya commented 1 year ago

We need to add support for pie chart component.

Steps to create new chart component:

  1. Create new folder PieChart and its files in graph: https://github.com/frolicorg/frolic-react/tree/main/src/components/graph
  2. Implement the PieChart.tsx component by referring to LineChart.tsx : https://github.com/frolicorg/frolic-react/blob/main/src/components/graph/LineChart/LineChart.tsx