Skip to content

externals/c3js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

c3/ c3js

Packages repo of c3js (https://c3js.org)

This is a repo to hold different versions of c3js you may need and also to make them available for your project as default

c3 ready to run files

Downloaded from github or c3js.org set to the "packages" branch so you can use the version you prefer as default.

Checkout the version you need or create a new branch including the version you want

if you need it system wide? then merge it to the "packages" branch

example:

packages branch

./v1.2.3/c3.js ./v1.2.3/README

If a new version exists and you need it globaly: don't drop other versions! Add your version to it using a new branch, then merge to "packages":

Eg: You need version 2.0.1 system wide: checkout the master branch and create a new branch: "v2-0-1" (branches needs - NOT dots!) create a folder: mkdir v2.0.1/ Download the c3js files to v2.0.1/ commit & push the new version branch

Then checkout the "packages" branch and merge your version into it. result:

branchs available:

./v1.2.3/c3.js ./v1.2.3/c3.css ./v1.2.3/README ./v2.0.1/c3.js ./v2.0.1/c3.css ./v2.0.1/README ... ./README.md (this README file)

Changelog

2017-12
Adds version v0.4.18

Releases

No releases published

Packages

No packages published