/usr/share/doc/libjs-flotr/examples/index.html is in libjs-flotr 0.2.1~r301-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 50 51 52 53 54 55 56 57 58 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Flotr Example Index Page</title>
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<!-- ad -->
<div id="wrapper">
<h1>Flotr for Prototype.js Example Index</h1>
<p>
This is the <a href="http://www.solutoire.com/flotr">Flotr</a> for <a href="http://www.prototypejs.org/" target="_blank">Prototype.js</a> example index page. Here you can find links to various Flotr examples.
Each example emphasizes a certain feature, but I think it's useful to read and understand all of the examples,
even if they're of no use to you. Just to get a better understanding of Flotr.
</p>
<ul>
<li><a href="basic.html">Basic Example</a></li>
<li><a href="basic-axis.html">Basic Axis Example</a></li>
<li><a href="basic-bar.html">Basic Bar Example</a></li>
<li><a href="basic-stacked-bars.html">Basic Stacked Bars Example</a></li>
<li><a href="basic-pie.html">Basic Pie Example</a></li>
<li><a href="basic-radar.html">Basic Radar Example</a></li>
<li><a href="basic-bubble.html">Basic Bubble Example</a></li>
<li><a href="basic-candlesticks.html">Basic Candle sticks Example</a></li>
<li><a href="basic-legend.html">Basic Legend Example</a></li>
<li><a href="mouse-tracking.html">Mouse Tracking Support Example</a></li>
<li><a href="mouse-zoom.html">Mouse Zoom Support Example</a></li>
<li><a href="mouse-zoom-preview.html">Mouse Zoom with Preview Example</a></li>
<li><a href="mouse-drag.html">Mouse Drag Support Example</a></li>
<li><a href="basic-time.html">Basic Time Example</a></li>
<li><a href="negative.html">Negative Value Support Example</a></li>
<li><a href="extending-flotr.html">Extending Flotr Example</a></li>
<li><a href="click-event.html">Click Event Hook Example</a></li>
<li><a href="json-real-data.html">JSON Request on Real Data Example</a></li>
<li><a href="json-data.html">JSON Request Data Example</a></li>
<li><a href="image-download.html">Download Image Example</a></li>
<li><a href="data-download.html">Download CSV Example</a></li>
<li><a href="advanced-titles.html">Advanced Titles Example</a></li>
<li><a href="color-gradients.html">Color Gradients Example</a></li>
</ul>
<p>If you want to play more, go the playground <a href="../../playground/index.html" title="Flotr Playground">Flotr Playground</a>.</p>
<p>Can't find what you're looking for? Check out the <a href="http://www.solutoire.com/flotr/docs/" title="Flotr Documentation">Flotr Documentation</a>.</p>
<div id="footer">Copyright © 2008 Bas Wenneker, <a href="http://www.solutoire.com">solutoire.com</a></div>
<!-- ad -->
<!-- analytics -->
</div>
</body>
</html>
|