定制 beartropy/charts 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

beartropy/charts

Composer 安装命令:

composer require beartropy/charts

包简介

Chart components for the Beartropy ecosystem.

README 文档

README

🐻 Beartropy Charts

A powerful chart component library for the TALL stack

Tailwind • Alpine • Laravel • Livewire

Latest Stable Version Total Downloads License

A comprehensive chart component library specifically designed for the TALL stack (Tailwind, Alpine, Laravel, Livewire).

📚 Documentation

The full documentation for this package involves installation, configuration, and advanced usage examples.

👉 Read the full documentation at beartropy.com/charts

✨ Key Features

  • Diverse Chart Types: Includes Bar, Line, and Pie charts out of the box.
  • TALL Stack Optimized: Built seamlessly for Tailwind CSS, Alpine.js, Laravel, and Livewire integration.
  • Customizable: Easily configure colors, labels, and data sets.
  • Reactive: Works perfectly with Livewire for real-time data updates.
  • Developer Friendly: Simple API for quick integration.

🚀 Quick Installation

You can install the package via composer:

composer require beartropy/charts

💡 Basic Usage

Bar Chart

<x-bar-chart
    :labels="['Jan', 'Feb', 'Mar']"
    :datasets="[
        [
            'label' => 'Sales',
            'data' => [100, 200, 150],
            'backgroundColor' => '#4F46E5',
        ]
    ]"
/>

Line Chart

<x-line-chart
    :labels="['Jan', 'Feb', 'Mar']"
    :datasets="[
        [
            'label' => 'Visitors',
            'data' => [500, 800, 600],
            'borderColor' => '#10B981',
            'fill' => false,
        ]
    ]"
/>

Pie Chart

<x-pie-chart
    :labels="['Red', 'Blue', 'Yellow']"
    :datasets="[
        [
            'data' => [30, 50, 20],
            'backgroundColor' => ['#EF4444', '#3B82F6', '#F59E0B'],
        ]
    ]"
/>

🤝 Contributing

Please see CONTRIBUTING for details.

📄 License

The MIT License (MIT). Please see License File for more information.

Note

Disclaimer: This software is provided "as is", without warranty of any kind, express or implied. Use at your own risk.

统计信息

  • 总下载量: 314
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-03

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固