File: index.html

package info (click to toggle)
node-vega-tooltip 0.33.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 856 kB
  • sloc: javascript: 31; makefile: 9; sh: 4
file content (14 lines) | stat: -rw-r--r-- 460 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
  <head>
    <title>Tooltip Examples</title>
    <meta charset="utf-8" />
    <link rel="stylesheet" type="text/css" href="examples.css" />
  </head>

  <body class="center">
    <a href="vega-examples.html" class="large">Vega Tooltip Examples</a>
    <a href="vega-lite-examples.html" class="large">Vega-Lite Tooltip Examples</a>
    <a id="github-link" href="https://github.com/vega/vega-tooltip/">Back to Github</a>
  </body>
</html>