diff --git a/dev-dist/sw.js b/dev-dist/sw.js index 15aeba9..092a0e4 100644 --- a/dev-dist/sw.js +++ b/dev-dist/sw.js @@ -82,7 +82,7 @@ define(['./workbox-b5f7729d'], (function (workbox) { 'use strict'; "revision": "3ca0b8505b4bec776b69afdba2768812" }, { "url": "index.html", - "revision": "0.0iof9eg3rjg" + "revision": "0.ts550h453d" }], {}); workbox.cleanupOutdatedCaches(); workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), { diff --git a/src/components/ChartsTabs.jsx b/src/components/ChartsTabs.jsx index e2c3c8f..28c5a2d 100644 --- a/src/components/ChartsTabs.jsx +++ b/src/components/ChartsTabs.jsx @@ -61,34 +61,30 @@ function ChartsTabs({ selectedValue, setSelectedValue, days }) { const group = getRootProps(); return ( - - - - - - + Last - {/* */} + /> + {options.map((value) => { const radio = getRadioProps({ value }); return ( diff --git a/src/components/Doughnut/LineChart.jsx b/src/components/Doughnut/LineChart.jsx index c57a9fe..e521adc 100644 --- a/src/components/Doughnut/LineChart.jsx +++ b/src/components/Doughnut/LineChart.jsx @@ -142,6 +142,16 @@ const LineChart = () => { return value / 1000 + "k"; }, }, + grid: { + drawBorder: false, + borderColor: 'transparent' // Remove the border on the Y-axis + }, + }, + x: { + grid: { + drawBorder: false, + borderColor: 'transparent' // Optionally remove the border on the X-axis + }, }, }, }; @@ -164,7 +174,7 @@ const LineChart = () => { > Transaction History -