Logo Beartropy Charts
Installation
Get started with Beartropy Charts.

Install via Composer

Run this in your Laravel project:

1composer require beartropy/charts

Tailwind Setup

Add Beartropy Charts to your tailwind.config.js:

1// tailwind.config.js
2export default {
3 // ...
4 content: [
5 './vendor/beartropy/charts/resources/views/**/*.php',
6 './vendor/beartropy/charts/src/Components/**/*.php',
7 // ...other assets
8 ],
9 darkMode: 'class',
10 // ...
11};

Tailwind v4 Setup

If you are using Tailwind CSS v4, use the CSS based configuration in resources/css/app.css:

1@import "tailwindcss";
2 
3@source "../../vendor/beartropy/charts/resources/views";
4@source "../../vendor/beartropy/charts/src/Components";
Beartropy Logo

© 2026 Beartropy. All rights reserved.

Provided as-is, without warranty. Use at your own risk.