From 2eed7b082f83630301e51f57ca8394de228a8605 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sun, 18 Aug 2019 21:14:58 -0500 Subject: first commit --- .../flot/examples/image/hs-2004-27-a-large-web.jpg | Bin 0 -> 34489 bytes .../jquery/flot/examples/image/index.html | 69 +++++++++++++++++++++ 2 files changed, 69 insertions(+) create mode 100644 public/admin/view/javascript/jquery/flot/examples/image/hs-2004-27-a-large-web.jpg create mode 100644 public/admin/view/javascript/jquery/flot/examples/image/index.html (limited to 'public/admin/view/javascript/jquery/flot/examples/image') diff --git a/public/admin/view/javascript/jquery/flot/examples/image/hs-2004-27-a-large-web.jpg b/public/admin/view/javascript/jquery/flot/examples/image/hs-2004-27-a-large-web.jpg new file mode 100644 index 0000000..a1d5c05 Binary files /dev/null and b/public/admin/view/javascript/jquery/flot/examples/image/hs-2004-27-a-large-web.jpg differ diff --git a/public/admin/view/javascript/jquery/flot/examples/image/index.html b/public/admin/view/javascript/jquery/flot/examples/image/index.html new file mode 100644 index 0000000..0bc89e0 --- /dev/null +++ b/public/admin/view/javascript/jquery/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