From bbc0569c627da1cea70b80ad54ee2c38bda4d6ea Mon Sep 17 00:00:00 2001 From: Bernd Hufmann Date: Fri, 24 Sep 2021 11:25:37 -0400 Subject: [PATCH] Add README.md to be published on NPM Fixes #154 Signed-off-by: Bernd Hufmann --- timeline-chart/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 timeline-chart/README.md diff --git a/timeline-chart/README.md b/timeline-chart/README.md new file mode 100644 index 0000000..b573e95 --- /dev/null +++ b/timeline-chart/README.md @@ -0,0 +1,14 @@ +## Description + +A time graph / gantt chart library for large data (e.g. traces). + +## Additional Information + +- [Documentation](https://github.com/theia-ide/timeline-chart/blob/master/doc/documentation.md): Detailed description of the timeline-chart library and its components. +- [Theia Trace Extension](https://github.com/theia-ide/theia-trace-extension): A reference application that uses the timeline-chart library. + +## Screenshots + +![timeline-chart](https://raw.githubusercontent.com/theia-ide/timeline-chart/master/doc/images/screenshot1-0.0.1.png) +![timeline-chart](https://raw.githubusercontent.com/theia-ide/timeline-chart/master/doc/images/screenshot2-0.0.1.png) +