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 34489 -> 0 bytes static/js/flot/examples/image/index.html | 69 --------------------- 2 files changed, 69 deletions(-) delete mode 100755 static/js/flot/examples/image/hs-2004-27-a-large-web.jpg delete mode 100755 static/js/flot/examples/image/index.html (limited to 'static/js/flot/examples/image') diff --git a/static/js/flot/examples/image/hs-2004-27-a-large-web.jpg b/static/js/flot/examples/image/hs-2004-27-a-large-web.jpg deleted file mode 100755 index a1d5c05..0000000 Binary files a/static/js/flot/examples/image/hs-2004-27-a-large-web.jpg and /dev/null differ diff --git a/static/js/flot/examples/image/index.html b/static/js/flot/examples/image/index.html deleted file mode 100755 index 0bc89e0..0000000 --- a/static/js/flot/examples/image/index.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - 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