Welcome to beaned-charts! This is a minimalist SVG chart library designed for modern web applications. With beaned-charts, you can easily create stunning, responsive charts using pure JavaScript. No frameworks are required, making this library lightweight and efficient.
To use beaned-charts, follow these simple steps. You will download the library, integrate it into your project, and then create beautiful charts with minimal effort.
To run beaned-charts, you need:
You can easily download beaned-charts from our Releases page.
Once there, locate the latest release. You can download the ZIP file or follow the provided instructions for installation.
<script> tag. For example:
<script src="path/to/beaned-charts.js"></script>
<div> element to hold your chart. Example:
<div id="myChart"></div>
const chartData = {
labels: ["January", "February", "March"],
data: [10, 20, 30]
};
new BeanedChart("myChart", chartData);
For more detailed information on usage, customization, and additional features, you can refer to the documentation (link can be added later).
If you have questions or need help, feel free to open an issue in the GitHub repository. You can also participate in discussions to help improve beaned-charts or suggest new features.
This project covers a range of topics that could be of interest:
Stay tuned for future updates! We aim to continuously improve beaned-charts to better suit your needs.
Be sure to check the Releases page regularly for new versions and features.
Thank you for choosing beaned-charts! Enjoy creating beautiful charts for your web applications.