Skip to content

webdetails/ccc

Repository files navigation

Community Charting Components

CCC is a charting library for web documents. It can generate charts in SVG or VML (for IE8 support).

CCC is one of the tools of the CTools family.

If you want to know more, checkout the CCC site.

Pre-requisites for building the project:

  • Maven, version 3+
  • Java JDK 1.8
  • This settings.xml in your /.m2 directory

Building it

This is a maven project, and to build it use the following command

mvn clean install

The build result will be a Pentaho Plugin located in assembly/target/ccc-*.zip. Then, this package can be dropped inside your system folder.

For issue tracking and bug report please use http://jira.pentaho.com/browse/CCC. Its master branch is built upon commit merges in Jenkins Continuous Integration located in http://ci.pentaho.com/job/ccc/

Building the example site:

Refer to the Contributing document.

Running the tests

Install karma

$ npm install -g karma-cli

Then run

$ karma start ccc-js/src/test/config/javascript/karma.conf.js