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
/
.caldav
/
.
/
..
/
www
/
node_modules
/
array-each
/
..
/
..
/
4d695
/
exampleFillMultiAxis.txt.tar
/
/
home/emeraadmin/public_html/node_modules/flot.curvedlines/exampleFillMultiAxis.txt000064400000002201151677322560024717 0ustar00### html ### <h4>CurvedLines with multi axis and fill</h4> <div id="flotContainer" class="chart-style"></div> ### css ### .chart-style { width: 500px; height: 300px; } ### javascript ### //data var d1 = [[20,20], [42,60], [54, 20], [80,80]]; var d2 = [[20,700], [80,300]]; //flot options var options = { series: { curvedLines: {active: true} }, 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, legacyOverride: true // <- use legacy plotting function } }, { data: d1, points: { show: true } }, { data: d2, yaxis: 2, lines: { show: true, lineWidth: 3}, }, { data: d2, yaxis: 2, points: { show: true } } ], options);
/home/emeraadmin/.caldav/./../www/node_modules/array-each/../../4d695/exampleFillMultiAxis.txt.tar