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.

  1. Chart attributes control the chart type and how the chart functions - Chart Attributes Reference.
  2. 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.