Skip to content

Rodrigoplp-work/timeline-chart

 
 

Repository files navigation

Time Graph

Gitpod - Code Now Build Status

A time graph / gantt chart library for large data (e.g. traces)

To build, from the root type yarn

To test an application type yarn start then open localhost:8080 on your web browser

Open in Gitpod

👋 Want to help? Read our contributor guide.

Documentation

For detailed description of the timeline chart library and it's components see here.

Screenshots

timeline-chart timeline-chart

Applications

The following list of applications are currently making use of the timeline-chart library;

Tests

Tests can be executed from the root of the project with:

yarn test

Or from ./timeline-chart, where the tests outputs are formatted in a more readable way:

cd timeline-chart
yarn test --verbose --watch

Test coverage

The following command prints a coverage report to the terminal. As of now it covers all typescript files of the project, including those that are not supposed to have tests.

yarn test --coverage --collectCoverageFrom='src/**/*.ts'

About

A timeline / gantt chart library for large data (e.g. traces)

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.6%
  • Other 0.4%