项目作者: Chtau

项目描述 :
Lightweight Angular Chart Library
高级语言: TypeScript
项目地址: git://github.com/Chtau/dlChart.git
创建时间: 2018-09-03T14:33:28Z
项目社区:https://github.com/Chtau/dlChart

开源协议:MIT License

下载


dlChart

Lightweight Angular Chart Library.

The goal of this Library is to have an easy to use and small in size Chart Library.
It perfect for the usage in a Dashboard or somewhere where you can’t / won’t lazy load a Chart Library.

The Charts are created with SVG which makes them responsive for every screen resolution and have no extern Library Dependencies.

View Example and Documentation

Charts

Features

  • Pie Chart
  • Line Chart
  • Horizontal & Vertical Bar Chart (can also be mirrored)
  • Legend module & service
  • minimal package size
  • no external Libraries
  • SVG
  • Autoscaling
  • customizeable Tooltips
  • click / select / hover Events with additional Data
  • AOT
  • Angular Universal
  • easy to use with autogenerated Scales
  • Theme support (light and dark integrated)

Install

npm i dl-chart npm

Build

Run ng build dlChart to build the library.The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.
Copy the Theme SCSS files from the source to the artifact folders.

Running unit tests

Run ng test dlChart to execute the unit tests via Karma.

current Code coverage

License

MIT © Christoph Taucher

Version

Changelog

Angular 8+