diff --git a/src/components/Charts/HorizontalBarChart.jsx b/src/components/Charts/HorizontalBarChart.jsx index c1165b96..5236a7e5 100644 --- a/src/components/Charts/HorizontalBarChart.jsx +++ b/src/components/Charts/HorizontalBarChart.jsx @@ -45,7 +45,7 @@ const HorizontalBarChart = ({ }, plotOptions: { bar: { - barHeight: "80%", + barHeight: "60%", distributed: true, horizontal: true, dataLabels: { diff --git a/src/components/Charts/LineChart.jsx b/src/components/Charts/LineChart.jsx index 3008e473..1c994329 100644 --- a/src/components/Charts/LineChart.jsx +++ b/src/components/Charts/LineChart.jsx @@ -30,7 +30,8 @@ const LineChart = ({ enabled: false // Hide value labels on dots }, stroke: { - curve: 'straight' + curve: 'straight', + width: 2 }, grid: { show: false, diff --git a/src/components/Dashboard/Dashboard.jsx b/src/components/Dashboard/Dashboard.jsx index 7fc4d4c1..26f9a992 100644 --- a/src/components/Dashboard/Dashboard.jsx +++ b/src/components/Dashboard/Dashboard.jsx @@ -28,11 +28,7 @@ const Dashboard = () => {
- -
Projects
+
Projects
@@ -51,8 +47,7 @@ const Dashboard = () => {
- -
Teams
+
Teams
@@ -71,16 +66,15 @@ const Dashboard = () => {
- -
Tasks
+
Tasks
-

10000

+

10,000

Total
-

4000

+

4,000

Completed