File: control

package info (click to toggle)
d3-tip.js 0.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 188 kB
  • sloc: javascript: 217; makefile: 20
file content (28 lines) | stat: -rw-r--r-- 899 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
Source: d3-tip.js
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Devabhaktuni Bhuvan Krishna <bhuvan@swecha.net>,
 Petter Reinholdtsen <pere@debian.org>,
 Sunil Mohan Adapa <sunil@medhas.org>,
Section: javascript
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-buildinfo,
 uglifyjs,
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/d3-tip.js
Vcs-Git: https://salsa.debian.org/js-team/d3-tip.js.git
Homepage: https://github.com/Caged/d3-tip
Rules-Requires-Root: no

Package: libjs-d3-tip
Architecture: all
Depends:
 ${misc:Depends},
 libjs-d3,
Description: Tooltips for d3.js visualizations
 This javascript library provides tooltips for d3.js visualizations
 such as bar charts.  The tooltips show value at the selection and
 label for the unit.  They can be styled, shown, hidden, positioned
 and updated.