Docs for Chart.js: http://www.chartjs.org/docs/latest/
- Create a Developer Edition org. and reset your token:
- Click on your org profile icon
- Select settings
- Click Reset My Security Token in the left-hand side panel
- Download the unmanaged package from here: https://login.salesforce.com/packaging/installPackage.apexp?p0=04tf20000003QrF.
- Clone the Caliber-v3-Reports repository to your local machine.
- Create a Force.com project in the same directory that your cloned repository is located in.
- The Force.com project name MUST be: Caliber-v3-Reports (Use your Developer Edition org's credentials to create the project)
- Choose Initial Project Contents: Select NONE
- Error might be thrown, just check to make sure that it was created correctly.
- Open git bash in your project's directory and create your branch.
- git branch branch_name
- git checkout branch_name
- git branch --set-upstream-to=origin/master branch_name
Make sure all changes are made in your branch.
To update your org with changes made in your Force.com IDE, right click Caliber-v3-Reports folder > Force.com > Deploy to Server