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
/
node_modules
/
liftup
/
..
/
map-cache
/
..
/
..
/
4d695
/
exampleHelperPoints.txt.tar
/
/
home/emeraadmin/public_html/node_modules/flot.curvedlines/exampleHelperPoints.txt000064400000002606151677323500024611 0ustar00### html ### <h4>CurvedLines: random data points </h4> <div id="flotContainer" class="chart-style"></div> <h4>CurvedLines: internally created helper points</h4> <div id="flotContainer2" class="chart-style"></div> ### css ### .chart-style { width: 600px; height: 260px; } ### javascript ### //random data var d1 = []; var last = 0; for (var i = 0; i <= 40; i += (2 + parseInt(Math.random() * 5))) { last = last + ((Math.random() * 3) - 1.5) d1.push([i, parseInt(last)]); } //flot options var options = { series: { curvedLines: { active: true, nrSplinePoints: 20 // <- control nr of helper points } // between two poins } }; //plotting $.plot($("#flotContainer"),[ { //curved line data: d1, lines: {show: true, lineWidth: 3}, curvedLines: {apply: true } // <- curve line }, { //original data points data: d1, points: {show: true} } ], options); $.plot($("#flotContainer2"),[ { // <- helper points that are used to curve the lines data: d1, color: '#CC0000', points: {show: true}, curvedLines: {apply: true} //<- "curve" points } ], options);
/home/emeraadmin/www/node_modules/liftup/../map-cache/../../4d695/exampleHelperPoints.txt.tar