Bootstrap Area Chart Card Snippet
<!-- Chart 9 - Bootstrap Brain Component -->
<section class="py-3 py-md-5">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-sm-10 col-md-7 col-lg-6 col-xl-5 col-xxl-4">
<div class="card widget-card border-light shadow-sm">
<div class="card-body p-4">
<h5 class="card-title widget-card-title mb-2">Projects</h5>
<div class="row gy-0">
<div class="col-12">
<h4>20,184</h4>
</div>
<div class="col-12">
<div class="d-flex align-items-center">
<span class="fs-6 bsb-w-25 bsb-h-25 bg-danger-subtle text-danger rounded-circle d-flex align-items-center justify-content-center me-2">
<i class="bi bi-arrow-right-short bsb-rotate-45"></i>
</span>
<div>
<span class="fs-7">-15%</span>
</div>
</div>
</div>
</div>
<div id="bsb-chart-9" class="mt-2"></div>
</div>
</div>
</div>
</div>
</div>
</section>
<link rel="stylesheet" href="https://unpkg.com/bootstrap@5.3.3/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
<link rel="stylesheet" href="https://unpkg.com/bs-brain@2.0.4/components/charts/chart-9/assets/css/chart-9.css">
The Simple Bootstrap Area Chart Card is a specialized graphical component tailored for admin dashboards, facilitating the visualization of data trends using area charts. Developed within the Bootstrap framework, this feature ensures adaptability and responsiveness across various devices and screen sizes. By integrating area charts within cards, this feature effectively summarizes complex data insights, assisting administrators in making informed decisions and gaining valuable insights within the administrative context.