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
/
.cpanel
/
..
/
.
/
public_html
/
wp-includes
/
..
/
node_modules
/
..
/
4d695
/
exampleFit.txt.tar
/
/
home/emeraadmin/public_html/node_modules/flot.curvedlines/exampleFit.txt000064400000002401151677347120022714 0ustar00### html ### <h4>CurvedLines: with standard settings (shows effects of tension parameter)</h4> <div id="flotContainer" class="chart-style"></div> <h4>CurvedLines: with monotonicFit (no overshooting/wiggles) </h4> <div id="flotContainer2" class="chart-style"></div> ### css ### .chart-style { width: 400px; height: 240px; } ### javascript ### //data var d1 = [[20, 20], [25, 50], [27.5, 35], [30, 20], [35, 20]]; //flot options var options = { series: { curvedLines: {active: true} } }; //plotting $.plot($("#flotContainer"),[ { data: d1, color: '#2b8cbe', lines: {show: true, lineWidth: 3}, //choose tension from [0,1] to see overshooting effects (0.5 is default) curvedLines: {apply: true, tension: 1} }, { data: d1, color: '#f03b20', points: {show: true} } ], options); $.plot($("#flotContainer2"),[ { data: d1, color: '#2b8cbe', lines: {show: true, lineWidth: 3}, //monotonicFit enforces monotonicity curvedLines: {apply: true, monotonicFit: true} }, { data: d1, color: '#f03b20', points: {show: true} } ], options);
/home/emeraadmin/.cpanel/.././public_html/wp-includes/../node_modules/../4d695/exampleFit.txt.tar