Skip to content

Commit

Permalink
Merge branch 'PieChartAvance2' of https://github.com/unosquare/unochart
Browse files Browse the repository at this point in the history
… into PieChartAvance2
  • Loading branch information
v3gaaa committed Sep 9, 2024
2 parents 18b542d + e91ccb6 commit 19e66e6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions samples/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import StraightAnglePieChart from './pages/StraightAnglePieChart';
import PieChartWithPaddingAngle from './pages/PieChartWithPaddingAngle';
import PieChartWithCustomizedLabel from './pages/PieChartWithCustomizedLabel';


const App = () => {
return (
<Router>
Expand Down
1 change: 0 additions & 1 deletion samples/utils/NavBar.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// NavBar.tsx

import React, { useState } from 'react';
import { Link, useLocation } from 'react-router-dom';

Expand Down
1 change: 0 additions & 1 deletion samples/utils/PieChartControls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ const PieChartControls: React.FC<PieChartControlsProps> = ({ pies, setPies, show
}
setPies(updatedPies);
};

return (
<div className="bg-white p-6 shadow-lg rounded-lg mb-5 max-w-md">
<h2 className="text-2xl font-semibold mb-6 text-purple-600">Chart Settings</h2>
Expand Down

0 comments on commit 19e66e6

Please sign in to comment.