1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: elycharts.js
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Andreas Moog <andreas.moog@warperbbs.de>
Build-Depends: debhelper-compat (= 13), uglifyjs
Standards-Version: 4.5.1
Section: javascript
Homepage: https://elycharts.com
Vcs-Git: https://salsa.debian.org/js-team/elycharts.js.git
Vcs-Browser: https://salsa.debian.org/js-team/elycharts.js
Rules-Requires-Root: no
Package: libjs-elycharts
Architecture: all
Depends: libjs-jquery (>= 1.7.2), libjs-raphael (>= 2.1.0), ${misc:Depends}
Recommends: javascript-common
Description: Javascript library to generate static and interactive charts
This javascript library is used to generate static and interactive charts. It
supports dynamic data modification, allows for mouse tracking and highlighting
of specific parts in the chart. It also includes a variety of animations and
transformations to show the chart evolution.
|