Sha256: 160ebf747edad1c5a11f414c2c092f6d79264ea448a7ce97db490d806c70c521

Contents?: true

Size: 1.85 KB

Versions: 35

Compression:

Stored size: 1.85 KB

Contents

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Flot Examples</title>
    <link href="layout.css" rel="stylesheet" type="text/css"></link>
    <!--[if IE]><script language="javascript" type="text/javascript" src="../excanvas.min.js"></script><![endif]-->
    <script language="javascript" type="text/javascript" src="../jquery.js"></script>
    <script language="javascript" type="text/javascript" src="../jquery.flot.js"></script>
    <script language="javascript" type="text/javascript" src="../jquery.flot.image.js"></script>
 </head>
 <body>
    <h1>Flot Examples</h1>

    <div id="placeholder" style="width:400px;height:400px;"></div>

    <p>The Cat's Eye Nebula (<a href="http://hubblesite.org/gallery/album/nebula/pr2004027a/">picture from Hubble</a>).</p>
    
    <p>With the image plugin, you can plot images. This is for example
    useful for getting ticks on complex prerendered visualizations.
    Instead of inputting data points, you put in the images and where
    their two opposite corners are supposed to be in plot space.</p>

    <p>Images represent a little further complication because you need
    to make sure they are loaded before you can use them (Flot skips
    incomplete images). The plugin comes with a couple of helpers
    for doing that.</p>

<script id="source" language="javascript" type="text/javascript">
$(function () {
    var data = [ [ ["hs-2004-27-a-large_web.jpg", -10, -10, 10, 10] ] ];
    var options = {
            series: { images: { show: true } },
            xaxis: { min: -8, max: 4 },
            yaxis: { min: -8, max: 4 }
    };

    $.plot.image.loadDataImages(data, options, function () {
        $.plot($("#placeholder"), data, options);
    });
});
</script>

 </body>
</html>

Version data entries

35 entries across 35 versions & 3 rubygems

Version Path
reportbuilder-1.4.2 data/flot/examples/image.html
how_are_we_doing-0.0.9 lib/generators/how_are_we_doing/install/templates/public/javascripts/flot/examples/image.html
logstash-lite-0.2.20110505142231 lib/logstash/web/public/js/flot/examples/image.html
logstash-lite-0.2.20110422152244 lib/logstash/web/public/js/flot/examples/image.html
logstash-lite-0.2.20110405105201 lib/logstash/web/public/js/flot/examples/image.html
logstash-lite-0.2.20110331121236 lib/logstash/web/public/js/flot/examples/image.html
logstash-lite-0.2.20110329105411 lib/logstash/web/public/js/flot/examples/image.html
how_are_we_doing-0.0.8 lib/generators/how_are_we_doing/install/templates/public/javascripts/flot/examples/image.html
how_are_we_doing-0.0.7 lib/generators/how_are_we_doing/install/templates/public/javascripts/flot/examples/image.html
how_are_we_doing-0.0.6 lib/generators/how_are_we_doing/install/templates/public/javascripts/flot/examples/image.html
how_are_we_doing-0.0.5 lib/generators/how_are_we_doing/install/templates/public/javascripts/flot/examples/image.html
how_are_we_doing-0.0.4 lib/generators/how_are_we_doing/install/templates/public/javascripts/flot/examples/image.html
logstash-lite-0.2.20110206003603 lib/logstash/web/public/js/flot/examples/image.html
reportbuilder-1.4.1 data/flot/examples/image.html
logstash-lite-0.2.20110203130400 lib/logstash/web/public/js/flot/examples/image.html
logstash-lite-0.2.20110122143801 lib/logstash/web/public/js/flot/examples/image.html
logstash-lite-0.2.20110112115019 lib/logstash/web/public/js/flot/examples/image.html
logstash-lite-0.2.20101222161646 lib/logstash/web/public/js/flot/examples/image.html
logstash-lite-0.2.20101208111718 lib/logstash/web/public/js/flot/examples/image.html
logstash-lite-0.2.20101207114354 lib/logstash/web/public/js/flot/examples/image.html