suitedaces / sales-dashboard

https://demo-sales-dashboard.vercel.app
MIT License
0 stars 0 forks source link

Switch out the bar chart for a time series chart #20

Closed dev-ape-ai[bot] closed 6 months ago

dev-ape-ai[bot] commented 6 months ago

Description

Switched out the bar chart for a time series chart in the Overview component to better represent data over time.

Files Changed

FileChanges
components/overview.tsxReplaced BarChart, Bar, and related components with LineChart, Line, and other necessary components for a time series chart.

Summary by DevApe

Description

The pull request involves a change in the chart type used in the Overview component. The existing BarChart has been replaced with a LineChart to better represent data over time.

Files Changed

File Changes
components/overview.tsx
  • Replaced import of Bar and BarChart from "recharts" with Line and LineChart.
  • Replaced BarChart component with LineChart in the render method.
  • Replaced Bar component with Line in the render method.
vercel[bot] commented 6 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sales-dashboard ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 18, 2024 9:35am