From c1e043b7ba78cee73d13ded9ef03b256202540f1 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Mon, 24 Apr 2017 10:36:10 +0300 Subject: Move STATIC_ROOT inside app directory --- .../flot/examples/image/hs-2004-27-a-large-web.jpg | Bin 0 -> 34489 bytes servo/static/js/flot/examples/image/index.html | 69 +++++++++++++++++++++ 2 files changed, 69 insertions(+) create mode 100755 servo/static/js/flot/examples/image/hs-2004-27-a-large-web.jpg create mode 100755 servo/static/js/flot/examples/image/index.html (limited to 'servo/static/js/flot/examples/image') diff --git a/servo/static/js/flot/examples/image/hs-2004-27-a-large-web.jpg b/servo/static/js/flot/examples/image/hs-2004-27-a-large-web.jpg new file mode 100755 index 0000000..a1d5c05 Binary files /dev/null and b/servo/static/js/flot/examples/image/hs-2004-27-a-large-web.jpg differ diff --git a/servo/static/js/flot/examples/image/index.html b/servo/static/js/flot/examples/image/index.html new file mode 100755 index 0000000..0bc89e0 --- /dev/null +++ b/servo/static/js/flot/examples/image/index.html @@ -0,0 +1,69 @@ + + + + + Flot Examples: Image Plots + + + + + + + + + + + +
+ +
+
+
+ +

The Cat's Eye Nebula (picture from Hubble).

+ +

With the image plugin, you can plot static images against a set of axes. This is for useful for adding ticks to complex prerendered visualizations. Instead of inputting data points, you specify the images and where their two opposite corners are supposed to be in plot space.

+ +

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.

+ +
+ + + + + -- cgit v1.2.3