uawdijnntqw1x1x1
IP : 216.73.216.110
Hostname : 6.87.74.97.host.secureserver.net
Kernel : Linux 6.87.74.97.host.secureserver.net 4.18.0-553.83.1.el8_10.x86_64 #1 SMP Mon Nov 10 04:22:44 EST 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
emeraadmin
/
www
/
Service
/
..
/
node_modules
/
jquery.flot.tooltip
/
examples
/
curved-lines.html
/
/
<html> <head> <title>CurvedLines Example</title> <style> .chart-style { width: 500px; height: 300px; } </style> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> <script type="text/javascript" src="js/jquery.flot.js"></script> <script type="text/javascript" src="js/curvedLines.js"></script> <script src="../js/jquery.flot.tooltip.js"></script> <script type="text/javascript"> $(function() { var d1 = [[20,20], [42,60], [54, 20], [80,80]]; //flot options var options = { legend: { show: false }, series: { label: "Curved Lines Test", curvedLines: {active: true, nrSplinePoints: 20} }, grid: { hoverable: true }, //important! flot.tooltip requires this tooltip: { show: true, content: "%s | x: %x; y: %y" }, yaxes: [{ min:10, max: 90}, {position: 'right'}] }; //plotting $.plot($("#flotContainer"),[ { data: d1, lines: { show: true, fill: true, fillColor: "#C3C3C3", lineWidth: 3}, //curve the line (old pre 1.0.0 plotting function) curvedLines: { apply: true, } }, { data: d1, points: { show: true } } ], options); }); </script> </head> <body> <h4>CurvedLines Example</h4> <div id="flotContainer" class="chart-style"></div> <a href="index.html">Return to examples list</a> </body> </html>
/home/emeraadmin/www/Service/../node_modules/jquery.flot.tooltip/examples/curved-lines.html