pie-chart-react.js
Advanced tools
Comparing version 1.1.1 to 1.1.3
{ | ||
"name": "pie-chart-react.js", | ||
"version": "1.1.1", | ||
"version": "1.1.3", | ||
"main": "dist/cjs/index.js", | ||
@@ -5,0 +5,0 @@ "description": "The React Pie Chart component is a highly customizable and interactive charting solution designed for visualizing data in a circular pie chart format. The component supports animated arcs, hover interactions, and tooltips, making it perfect for dashboards, reports, and data visualization applications.", |
# React Pie Chart Component | ||
<!-- ![imageTree](https://res.cloudinary.com/how-to-tube/image/upload/v1718359048/qd44dm6yf4jucvlghyvn.png) --> | ||
![imageTree](https://res.cloudinary.com/how-to-tube/image/upload/v1727876263/fcfdzopcv0hndpstxowf.png) | ||
@@ -44,3 +44,3 @@ ## Description: | ||
import React from "react"; | ||
import { PieChart } from "react.js-pie-chart"; | ||
import { PieChart } from "pie-chart-react.js"; | ||
@@ -47,0 +47,0 @@ const chartConfig = [ |
17302