https://github.com/uhafner/echarts-build-trends
Provides a Java API to render build trend charts with ECharts
https://github.com/uhafner/echarts-build-trends
Last synced: about 1 year ago
JSON representation
Provides a Java API to render build trend charts with ECharts
- Host: GitHub
- URL: https://github.com/uhafner/echarts-build-trends
- Owner: uhafner
- License: mit
- Created: 2019-12-17T15:57:28.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T15:00:33.000Z (over 2 years ago)
- Last Synced: 2024-04-12T22:42:38.093Z (over 2 years ago)
- Language: Java
- Homepage:
- Size: 674 KB
- Stars: 4
- Watchers: 3
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ECharts build trend charts API
[](https://github.com/uhafner/echarts-build-trends/actions)
[](https://github.com/uhafner/echarts-build-trends/actions/workflows/codeql.yml)
[](https://app.codecov.io/gh/uhafner/echarts-build-trends)
[](https://app.codecov.io/gh/uhafner/echarts-build-trends)
[](https://github.com/uhafner/echarts-build-trends/actions/workflows/ci.yml)
[](https://github.com/uhafner/echarts-build-trends/actions/workflows/ci.yml)
Provides a Java API to render build trend charts with [ECharts](https://echarts.apache.org/en/index.html).
This API can be used in standalone web applications that show build trend charts. See the
Jenkins [Warnings Next Generation Plugin](https://github.com/jenkinsci/warnings-ng-plugin) to see on how to use this API
in practice.