diff --git a/.changeset/perfect-avocados-mate.md b/.changeset/perfect-avocados-mate.md
new file mode 100644
index 0000000000..9394b57449
--- /dev/null
+++ b/.changeset/perfect-avocados-mate.md
@@ -0,0 +1,5 @@
+---
+'@backstage/plugin-code-coverage': patch
+---
+
+Make dates in X-Axis sort in ascending order
diff --git a/plugins/code-coverage/src/components/CoverageHistoryChart/CoverageHistoryChart.tsx b/plugins/code-coverage/src/components/CoverageHistoryChart/CoverageHistoryChart.tsx
index 4291599098..e713eb7c6e 100644
--- a/plugins/code-coverage/src/components/CoverageHistoryChart/CoverageHistoryChart.tsx
+++ b/plugins/code-coverage/src/components/CoverageHistoryChart/CoverageHistoryChart.tsx
@@ -158,7 +158,11 @@ export const CoverageHistoryChart = () => {
margin={{ right: 48, top: 32 }}
>
-
+