type: line
data:
  labels:
    - January
    - February
    - March
    - April
    - May
    - June
  datasets:
    - label: Sales 2024
      data: [65, 59, 80, 81, 56, 55]
      borderColor: rgba(54, 162, 235, 1)
      backgroundColor: rgba(54, 162, 235, 0.2)
      fill: true
      tension: 0.4
    - label: Sales 2023
      data: [45, 49, 60, 71, 46, 45]
      borderColor: rgba(255, 99, 132, 1)
      backgroundColor: rgba(255, 99, 132, 0.2)
      fill: true
      tension: 0.4
options:
  plugins:
    legend:
      position: top
    title:
      display: true
      text: Sales Comparison by Year
