File: control

package info (click to toggle)
dygraphs 2.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,608 kB
  • sloc: javascript: 24,791; sh: 697; python: 581; makefile: 45
file content (49 lines) | stat: -rw-r--r-- 1,442 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Source: dygraphs
Section: javascript
Priority: optional
Maintainer: Thorsten Glaser <tg@mirbsd.de>
Homepage: https://dygraphs.com/
Build-Depends: debhelper-compat (= 13),
 cleancss,
 ed,
 jq,
 jsdoc-toolkit,
 libjs-bootstrap,
 libjs-jquery,
 libjs-jquery-ui,
 mksh,
 node-babel7,
 node-browser-pack,
 node-browserify,
 node-webpack-sources,
 pax,
 python3,
 uglifyjs,
Standards-Version: 4.6.2
Rules-Requires-Root: no
VCS-git: https://github.com/mirabilos/dygraphs
VCS-Browser: https://github.com/mirabilos/dygraphs

Package: libjs-dygraphs
Architecture: all
Multi-Arch: foreign
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}
Recommends: javascript-common
Suggests: libjs-bootstrap, libjs-jquery, libjs-jquery-ui
Description: fast and flexible JavaScript charting library
 The dygraphs library produces interactive, zoomable charts of
 time series purely client-side. Features include:
  - Plots time series without using an external server or Flash
  - Supports high/low bands (confidence intervals) around data series
  - Interactive pan and zoom
  - Displays values on mouseover
  - Adjustable averaging period
  - Extensive set of options for customisation
  - Compatible with the Google Visualisation API (gviz)
 .
 Browser requirements are rather low, but the Canvas element
 is needed, which excludes MSIE < 9 or outside of HTML5 mode.
 .
 The packages in Suggests are only needed to display the
 HTML documentation locally.