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
/
..
/
smmsg.com
/
..
/
4d695
/
exampleStackedData.txt.tar
/
/
home/emeraadmin/public_html/node_modules/flot.curvedlines/exampleStackedData.txt000064400000002672151677330700024350 0ustar00### html ### <h4>CurvedLines: random stacked data</h4> <div id="flotContainer" class="chart-style"></div> <h4>CurvedLines: same data connected with curved lines</h4> <div id="flotContainer2" class="chart-style"></div> ### css ### .chart-style { width: 600px; height: 260px; } ### javascript ### //random data var d1 = []; for (var i = 0; i <= 10; i += 1) { d1.push([i, parseInt(Math.random() * 30)]); } var d2 = []; for (var i = 0; i <= 10; i += 1) { d2.push([i, parseInt(Math.random() * 30)]); } var d3 = []; for (var i = 0; i <= 10; i += 1) { d3.push([i, parseInt(Math.random() * 30)]); } //flot options var options = { series: { curvedLines: { apply: true, active: true, monotonicFit: true } } }; //plotting $.plot($("#flotContainer"), [ {data: d1, lines: { show: true, fill: true }, stack: true }, {data: d2, lines: { show: true, fill: true }, stack: true }, {data: d3, lines: { show: true, fill: true }, stack: true } ], {}); $.plot($("#flotContainer2"), [ {data: d1, lines: { show: true, fill: true }, stack: true }, {data: d2, lines: { show: true, fill: true }, stack: true }, {data: d3, lines: { show: true, fill: true }, stack: true } ], options);
/home/emeraadmin/www/./node_modules/../smmsg.com/../4d695/exampleStackedData.txt.tar