Quick Start - wrathtafarian/js-charts GitHub Wiki
๐ Quick Start Guide
This guide will help you get up and running with js-charts in just a few minutes.
The easiest approach is to clone the repository and then open one of the examples .htm
pages.
๐งฑ Step 1: Clone the Repository
git clone https://github.com/wrathtafarian/js-charts.git
cd js-charts
๐ Step 2: Run the Project
Open one of the example .htm
files included in the root of the repository.
Visit in your browser:
file:///C:/js-charts/poc-pie-light.htm
Start playing around with different chart types.
Refer to the following pages for more information to customize your chart.
- Chart attributes control the chart type and how the chart functions - Chart Attributes Reference.
- Style directives change the way that a chart looks - Style Directives Reference.
โ You're Ready!
Your project should now be up and running. Start building, exploring, or contributing!
๐ Next Steps
- ๐ Explore the Project Architecture page to learn how it all fits together.
- ๐งช Learn how to Run Tests.
- ๐ Need help? If you run into issues check out the FAQ, or open an issue on GitHub.
- ๐ค Want to help? Please see our Contributing Guide to learn how you can contribute.